From 14d13360a855376216e8bf1711efdb14efde6644 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 3 Sep 2023 18:47:01 +0200 Subject: [PATCH] dziennik dr: animacje --- .../JournalView/JournalDispatchersList.vue | 103 +++++++++--------- 1 file changed, 50 insertions(+), 53 deletions(-) diff --git a/src/components/JournalView/JournalDispatchersList.vue b/src/components/JournalView/JournalDispatchersList.vue index 2e2790a..a630db1 100644 --- a/src/components/JournalView/JournalDispatchersList.vue +++ b/src/components/JournalView/JournalDispatchersList.vue @@ -29,59 +29,56 @@ - - - - {{ historyItem.stationName }} - - - #{{ historyItem.stationHash }} - - - {{ historyItem.dispatcherName }} - - - - - {{ historyItem.dispatcherLevel >= 2 ? historyItem.dispatcherLevel : 'L' }} - - - - - {{ historyItem.dispatcherRate }} - - - - {{ - regions.find((r) => r.id == historyItem.region)?.value || '???' - }} - - - - - {{ $d(historyItem.timestampFrom) }} - - {{ timestampToString(historyItem.timestampFrom) }} - - {{ timestampToString(historyItem.timestampTo) }} ({{ - calculateDuration(historyItem.currentDuration) - }}) - - - - - {{ - $t('journal.online-since') - }} - {{ timestampToString(historyItem.timestampFrom) }} + + + + + {{ historyItem.stationName }} + + + #{{ historyItem.stationHash }} + + + {{ historyItem.dispatcherName }} + + + + + {{ historyItem.dispatcherLevel >= 2 ? historyItem.dispatcherLevel : 'L' }} - ({{ calculateDuration(historyItem.currentDuration) }}) - - - + + + {{ historyItem.dispatcherRate }} + + + {{ + regions.find((r) => r.id == historyItem.region)?.value || '???' + }} + + + + {{ $d(historyItem.timestampFrom) }} + {{ timestampToString(historyItem.timestampFrom) }} + - {{ timestampToString(historyItem.timestampTo) }} ({{ + calculateDuration(historyItem.currentDuration) + }}) + + + + {{ + $t('journal.online-since') + }} + {{ timestampToString(historyItem.timestampFrom) }} + + ({{ calculateDuration(historyItem.currentDuration) }}) + + + + @@ -230,7 +227,7 @@ table.scenery-history-table { } &--offline { - color: salmon; + color: #ddd; } }