Skip to content

Implement resizable browser drawer shell and overlay escape stack#19

Merged
SDSLeon merged 1 commit into
masterfrom
lightcode/bold-albatross
May 24, 2026
Merged

Implement resizable browser drawer shell and overlay escape stack#19
SDSLeon merged 1 commit into
masterfrom
lightcode/bold-albatross

Conversation

@SDSLeon

@SDSLeon SDSLeon commented May 24, 2026

Copy link
Copy Markdown
Owner
  • Introduce a resizable browser drawer shell with local storage state persistence to support floating or maximized browser panels that behave nicely alongside active workspaces.
  • Establish a process-wide Escape handler stack to ensure only the topmost active overlay is dismissed upon pressing Escape, leaving underlying layouts intact.
  • Enhance the login terminal overlay with a dismissible, semi-transparent backdrop for improved and more intuitive session closure.
  • Add comprehensive test coverage for overlay state detection logic and adapt browser panel synchronizers to choose between maximized and drawer presentations automatically.

- Add BrowserDrawerShell supporting drawer and fullscreen presentation modes
- Implement overlayEscapeStack to dismiss only the topmost overlay on Escape
- Update panelStore to manage overlay maximization and resizable drawer width
- Integrate maximize/close actions in BrowserPanel and use new drawer shell
- Add interactive backdrop to LoginTerminalOverlay and safe transition check
- Add unit tests verifying panelStore queries for active obstructing overlays
@vercel

vercel Bot commented May 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lightcode-landing Ready Ready Preview, Comment May 24, 2026 11:00pm

@SDSLeon SDSLeon merged commit d2db3a5 into master May 24, 2026
6 checks passed
@SDSLeon SDSLeon deleted the lightcode/bold-albatross branch May 24, 2026 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant