From 184feb41e4a560a373862b25c4a97a3babba5cfc Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 6 Jan 2024 00:24:15 +0100 Subject: [PATCH] better on new version popup --- public/assets/loading-white.svg | 4 ++++ src/components/LiteLoading.vue | 21 ++++++++++++++++++++- src/components/NewVersion.vue | 6 +++++- 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 public/assets/loading-white.svg diff --git a/public/assets/loading-white.svg b/public/assets/loading-white.svg new file mode 100644 index 0000000..61e0fe3 --- /dev/null +++ b/public/assets/loading-white.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/components/LiteLoading.vue b/src/components/LiteLoading.vue index 846322e..1941495 100644 --- a/src/components/LiteLoading.vue +++ b/src/components/LiteLoading.vue @@ -1,6 +1,25 @@ + + diff --git a/src/components/NewVersion.vue b/src/components/NewVersion.vue index fed8760..d3ab276 100644 --- a/src/components/NewVersion.vue +++ b/src/components/NewVersion.vue @@ -34,7 +34,7 @@ const reload = () => {
@@ -55,4 +55,8 @@ const reload = () => { border-radius: 4px; background-color: var(--background-color); } + +button { + flex: 1; +}