mirror of
https://github.com/layer-systems/website.git
synced 2026-09-13 14:14:07 +02:00
The switcher only focused the window it was given. `FOCUS_WINDOW` raises and focuses but never un-minimizes, while the mobile shell renders a window only when it is focused *and* not minimized — so picking a minimized app updated the URL and the document title (both follow `focusedId`) while the home screen stayed on screen. Restore a minimized window instead of merely focusing it, the same way the menu bar's Window menu and the command palette already do. Fixes #15 Claude-Session: https://claude.ai/code/session_01Trku191Ww2a2YmDWQF3fTS Co-authored-by: Claude Opus 5 <noreply@anthropic.com>