From 1d5401bbe571f070d5b7c4f6eb992d78036d0291 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 30 Jan 2026 13:22:01 -0500 Subject: [PATCH] First round of work on the Launcher Config. --- .../(launcher)/launcher/+layout.svelte | 4 +- .../[event_id]/(launcher)/launcher_cfg.svelte | 124 +++++++++++++----- 2 files changed, 94 insertions(+), 34 deletions(-) diff --git a/src/routes/events/[event_id]/(launcher)/launcher/+layout.svelte b/src/routes/events/[event_id]/(launcher)/launcher/+layout.svelte index 5a448bd0..cc8dd790 100644 --- a/src/routes/events/[event_id]/(launcher)/launcher/+layout.svelte +++ b/src/routes/events/[event_id]/(launcher)/launcher/+layout.svelte @@ -1228,11 +1228,11 @@
-
-

+
+

+ Launcher Configuration

- - {#if $ae_loc.is_native} - - - - - {/if} - - - - - - -
- - - +
+ + +
+ + {#if active_tab === 'system'} +
+ {#if $ae_loc.is_native} + + + + {:else} +
+ Native OS features are only available when running in the Aether Desktop app. +
+ {/if} +
+ {/if} + + {#if active_tab === 'sync'} +
+ +
+ {/if} + + {#if active_tab === 'general'} +
+ + + + +
+ {/if} + +
+ + +
+
+ + + +
+ +

+ Aether Platform • Events Launcher v3.0 +

+

\ No newline at end of file