From 49a6b2c83a3a8bc02862fb312ab47987f075906b Mon Sep 17 00:00:00 2001 From: CodexAdrian <83074853+CodexAdrian@users.noreply.github.com> Date: Wed, 10 May 2023 01:13:43 -0400 Subject: [PATCH] More reverting --- .../src/components/ui/AccountsCard.vue | 2 +- theseus_gui/src/pages/Browse.vue | 426 +++++++++--------- theseus_gui/src/pages/Settings.vue | 396 ++++++++-------- theseus_gui/src/pages/instance/Index.vue | 19 - 4 files changed, 408 insertions(+), 435 deletions(-) diff --git a/theseus_gui/src/components/ui/AccountsCard.vue b/theseus_gui/src/components/ui/AccountsCard.vue index c9b6d9250..073d75714 100644 --- a/theseus_gui/src/components/ui/AccountsCard.vue +++ b/theseus_gui/src/components/ui/AccountsCard.vue @@ -248,7 +248,7 @@ onBeforeUnmount(() => { padding-right: 1rem; } -.initializing-icon-active, +.fade-enter-active, .fade-leave-active { transition: opacity 0.3s ease; } diff --git a/theseus_gui/src/pages/Browse.vue b/theseus_gui/src/pages/Browse.vue index 4bbef4d9a..1df994c1a 100644 --- a/theseus_gui/src/pages/Browse.vue +++ b/theseus_gui/src/pages/Browse.vue @@ -51,7 +51,7 @@ onMounted(async () => { searchStore.instanceContext = null } searchStore.searchInput = '' - await handleReset(true) + await handleReset() loading.value = false }) @@ -128,227 +128,221 @@ watch( diff --git a/theseus_gui/src/pages/Settings.vue b/theseus_gui/src/pages/Settings.vue index 88b9d4e09..1a604d22e 100644 --- a/theseus_gui/src/pages/Settings.vue +++ b/theseus_gui/src/pages/Settings.vue @@ -125,237 +125,235 @@ const setJavaInstall = (javaInstall) => { +