From b36bb813c19ef4032bc42002ea1e1d7f3a00d712 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 27 Jul 2022 11:19:57 -0700 Subject: [PATCH] Spinner --- CALCKEY.md | 1 + .../client/src/components/global/loading.vue | 46 ++++++++++++------- 2 files changed, 30 insertions(+), 17 deletions(-) diff --git a/CALCKEY.md b/CALCKEY.md index 32f1fd7c5..2e1a25980 100644 --- a/CALCKEY.md +++ b/CALCKEY.md @@ -45,6 +45,7 @@ - Better welcome screen (not logged in) - Ability to turn off "Connection lost" message - Raw instance info only for moderators +- New spinner animation - Spinner instead of "Loading..." - SearchX instead of Google - Spacing on group items diff --git a/packages/client/src/components/global/loading.vue b/packages/client/src/components/global/loading.vue index bcc6dfac0..d1ad7ad1f 100644 --- a/packages/client/src/components/global/loading.vue +++ b/packages/client/src/components/global/loading.vue @@ -1,15 +1,18 @@