mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 07:57:19 -05:00
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.