Implement loading (#104)

* Implement loading

* LoadingBar

* Run linter

* Update App.vue

* Loading bar all the things

* Update SplashScreen.vue

* Update SplashScreen.vue

* Update App.vue

* initial revert

* Update Instance.vue

* revert css

* Fix instance

* More reverting

* Run lint

* Finalize changes

* Revert "Merge branch 'master' into loading"

This reverts commit 3014e765fb, reversing
changes made to b780e859d2.

* Fix loading issues

* fix lint

* Revert "Revert "Merge branch 'master' into loading""

This reverts commit 971ef84666.

---------

Co-authored-by: Jai A <jaiagr+gpg@pm.me>
This commit is contained in:
Adrian O.V
2023-05-10 15:50:42 -07:00
committed by GitHub
co-authored by Jai A
parent 9be0d16f75
commit 71cf2c53f5
21 changed files with 463 additions and 188 deletions
@@ -194,7 +194,7 @@ onBeforeUnmount(() => {
flex-direction: column;
top: 0.5rem;
left: 5.5rem;
z-index: 100;
z-index: 9;
gap: 0.5rem;
padding: 1rem;
border: 1px solid var(--color-button-bg);