Lots of work on the Launcher and configuration. Looks pretty good and useful.

This commit is contained in:
Scott Idem
2025-10-15 19:01:30 -04:00
parent a6058efaf0
commit 9678c5620d
16 changed files with 446 additions and 155 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
// *** Import Svelte specific
import { tick } from 'svelte';
// import { tick } from 'svelte';
// import { goto, invalidateAll } from '$app/navigation';
// *** Import other supporting libraries
@@ -116,7 +116,7 @@ max-w-max -->
class:top-0={expand && 1 == 3}
class:opacity-100={expand}
class:w-full={expand}
class:hidden={false}
class:hidden={hide}
class:border-transparent={!expand}
class:bg-transparent={!expand}
>