feat(launcher): implement auto-collapse coordinator and overhauled configuration UI
- Introduced 'Launcher_Cfg_Section' with 3-way state support (collapsed, auto, pinned). - Implemented 'handle_section_expand' coordinator in 'launcher_cfg.svelte' for single-active-section behavior. - Overhauled all configuration sub-components to participate in the auto-collapse logic. - Updated 'ae_events_stores.ts' with new persistent section states. - Synchronized 'launcher_cfg_template.svelte' with the new pattern for future extensions.
This commit is contained in:
@@ -1228,11 +1228,11 @@
|
||||
</div>
|
||||
|
||||
<Drawer
|
||||
class="bg-orange-100 opacity-90 hover:opacity-97 transition-all duration-1000 border border-gray-300 dark:border-gray-600 w-full md:w-96 lg:w-[28rem]"
|
||||
class="bg-orange-100 opacity-90 hover:opacity-97 transition-all duration-1000 border border-gray-300 dark:border-gray-600 w-full md:w-96 lg:w-[32rem]"
|
||||
placement="left"
|
||||
transitionType="fly"
|
||||
transitionParams={{
|
||||
x: -450,
|
||||
x: -520,
|
||||
duration: 200,
|
||||
easing: sineIn
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user