refactor(launcher): consolidate menu controls and anchor to bottom

- Combine Extend/Mirror into a single toggle button, moved behind edit_mode
- All edit-mode controls (All Files, All Sessions, Display) now share consistent preset-tonal-tertiary styling
- Remove the always-visible display row and its non-native-mode disclaimer
- Wrap Menu_launcher_controls in mt-auto to keep it pinned to the bottom of the sidebar regardless of session count
- Add min-w-20 to file size chip to prevent collapse on narrow sessions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Idem
2026-05-22 13:48:53 -04:00
parent 17b549a75c
commit 172ea994c7
3 changed files with 54 additions and 106 deletions

View File

@@ -247,5 +247,7 @@ let ae_promises: key_val = $state({
bind:trigger_reload__event_session_obj_id />
{/if}
<Menu_launcher_controls />
<div class="mt-auto w-full">
<Menu_launcher_controls />
</div>
</div>