Files
blackroad-operating-system/backend/static/js
Claude 23882ce526 feat: Implement window maximize functionality (v0.2.0)
Add full window maximize support to the BlackRoad OS window manager:

- Toggle maximize with button click or double-click on titlebar
- Store original window bounds for proper restore behavior
- Update maximize button icon (□ → ❐) when maximized
- Prevent window dragging when maximized
- Emit window:maximized and window:unmaximized events
- Add comprehensive CSS styles for maximized state
- CSS styles are injected dynamically to ensure availability

This completes the v0.2.0 window maximize feature marked as TODO.
2025-12-11 23:59:19 +00:00
..