Lots of work on getting the Launcher actually working well.

This commit is contained in:
Scott Idem
2025-09-24 16:56:32 -04:00
parent 4220a354be
commit 1ba9cd1c03
17 changed files with 453 additions and 344 deletions

View File

@@ -714,7 +714,7 @@ $effect(() => {
gap-1 items-center justify-start
p-2
bg-neutral-500/50
z-10
z-40
transition-all
"
>
@@ -733,7 +733,13 @@ $effect(() => {
rounded-lg p-2
preset-outlined-surface-600-400
preset-filled-surface-200-800
opacity-70 md:opacity-50
shadow-lg
opacity-40 md:opacity-20 hover:opacity-100 focus:opacity-100 active:opacity-100
transition-delay-500 transition-duration-1000 transition-timing-function-ease-out
transition-all
"
>
@@ -742,7 +748,7 @@ $effect(() => {
class="flex flex-row items-center justify-between w-full"
>
<span class="fas fa-cog fa-spin m-1"></span>
<span class="text-center">App loading</span>
<span class="text-center">App Loading</span>
<span class="fas fa-cog fa-spin m-1"></span>
</div>