1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

feat: show loader while opening event source (#3388)

This commit is contained in:
Amir Raminfar
2024-11-15 07:41:44 -08:00
committed by GitHub
parent 9296b1f7cf
commit 197ab6d4da
7 changed files with 23 additions and 12 deletions

View File

@@ -1,9 +1,5 @@
<template>
<ul
class="events group pt-4"
:class="{ 'disable-wrap': !softWrap, [size]: true, compact }"
v-if="messages.length > 0"
>
<ul class="events group pt-4" :class="{ 'disable-wrap': !softWrap, [size]: true, compact }">
<li
v-for="item in messages"
ref="list"