mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
After testing the modal implementation on Android PWA, removed duplicate navigation elements and optimized layout to maximize screen real estate. Changes to DM modal: - Removed navbar with back button and "DM" title (duplicates modal header) - Moved conversation selector to top of content as clean dropdown bar - Changed main container from dynamic height to fixed 100vh Changes to Contact Management modals: - Removed navbar with home button from contacts_base.html - Removed navbar_content blocks from all contact pages (manage, pending, existing) - Removed padding/margins from base container (px-3 py-4 → p-0) - Removed row gutters (added g-0 class) - Removed col width constraint (col-lg-8 mx-auto → col-12) - Added padding back to individual page content (p-3) for readability Changes to modal close buttons: - Replaced small X icon (btn-close) with proper button - Added "Close" text with X icon for better visibility on mobile - Used btn-outline-light styling for consistency with green/blue headers Result: - Modals now fill entire available screen space without margins - No duplicate headers or navigation elements - Clearer, more intuitive close action with labeled button - Better mobile experience with larger touch targets 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>