diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 93dde30..f70aeb4 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -40,6 +40,9 @@ + STATUS: CONNECTED + /// +

SYNCING...

diff --git a/src/components/ProfileManager.vue b/src/components/ProfileManager.vue index a6b4395..2076e6c 100644 --- a/src/components/ProfileManager.vue +++ b/src/components/ProfileManager.vue @@ -23,7 +23,7 @@ v-model="filter" :placeholder="$t('profiles.filter_placeholder')" class="grow h-full bg-transparent text-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-0 disabled:cursor-not-allowed disabled:opacity-50"> - diff --git a/src/components/config/pages/ProfileConfig.vue b/src/components/config/pages/ProfileConfig.vue index 518f4c3..9b6db1d 100644 --- a/src/components/config/pages/ProfileConfig.vue +++ b/src/components/config/pages/ProfileConfig.vue @@ -1,98 +1,82 @@