From 74dfc5628ef43ab5dcc18f3e625024932abb8fb1 Mon Sep 17 00:00:00 2001 From: CakesTwix Date: Tue, 24 Sep 2024 15:14:11 +0300 Subject: [PATCH] Added circle progress while titles is loading and fix missing images --- frontend/index.html | 1 + frontend/src/pages/index.vue | 130 +++++++++++++------------- frontend/src/pages/settings/index.vue | 2 +- 3 files changed, 69 insertions(+), 64 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index dde16aa..6f1b9e0 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,6 +2,7 @@ + Vite + Vue + TS diff --git a/frontend/src/pages/index.vue b/frontend/src/pages/index.vue index 42e9487..a413515 100644 --- a/frontend/src/pages/index.vue +++ b/frontend/src/pages/index.vue @@ -1,76 +1,80 @@