From 95faedbbee090aef841f24d0212e5857320bcc8c Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 22 Feb 2022 15:40:39 +0100 Subject: [PATCH] =?UTF-8?q?Animacja=20=C5=82adowania=20danych=20w=20widoku?= =?UTF-8?q?=20dziennika=20RJ=20(WIP)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/icon-loading.svg | 60 +++++++++++++++++++++++++++++++ src/views/JournalView.vue | 70 ++++++++++++++++++++++++++++++++----- 2 files changed, 122 insertions(+), 8 deletions(-) create mode 100644 src/assets/icon-loading.svg diff --git a/src/assets/icon-loading.svg b/src/assets/icon-loading.svg new file mode 100644 index 0000000..b0f7e8d --- /dev/null +++ b/src/assets/icon-loading.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/JournalView.vue b/src/views/JournalView.vue index 6a30303..2e472dd 100644 --- a/src/views/JournalView.vue +++ b/src/views/JournalView.vue @@ -4,10 +4,10 @@
-
+
-
{{ $t('app.loading') }}
+
{{ $t('app.error') }} @@ -110,12 +110,17 @@
+ +
+ loading icon + {{ $t('app.loading') }} +