refactor: ♻️ Fix more broken UIs, rewrite account switcher

This commit is contained in:
Jesse Wierzbinski 2025-04-10 18:44:53 +02:00
parent ac0a571ecc
commit a4d42e3086
No known key found for this signature in database
31 changed files with 167 additions and 176 deletions

View file

@ -1,6 +1,6 @@
<template>
<Card class="size-16">
<Loader class="size-full animate-spin" />
<Card class="flex items-center justify-center">
<Loader class="size-6 animate-spin" />
</Card>
</template>