Conversation
This commit adds comprehensive responsive design to the FolioFlex dashboard to ensure optimal experience on both mobile devices and web browsers while maintaining Dash as the framework. Changes: - CSS: Added mobile-first responsive styles with media queries for mobile (<768px), tablet (768-991px), and desktop (992px+) breakpoints - Navbar: Implemented collapsible hamburger menu for mobile devices with toggle functionality - All Pages: Updated column layouts to use Bootstrap responsive breakpoints (xs, sm, md, lg) for proper stacking on mobile - Button Groups: Configured to stack vertically on mobile with flex-wrap - Tables: Enabled horizontal scrolling on mobile devices - Touch Targets: Ensured buttons and inputs meet minimum 44px touch target size on mobile - Typography: Implemented responsive font sizing for improved readability across screen sizes Updated files: - app.py: Added hamburger menu toggle and responsive navbar - style.css: Comprehensive responsive CSS with media queries - All dashboard pages (stocks, budget, personal, sectors, macro, ideas, plaid): Responsive column layouts and spacing The dashboard now provides an optimal user experience on mobile phones, tablets, and desktop browsers while preserving all existing Dash functionality.
fix g4f changes
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17 +/- ##
==========================================
+ Coverage 35.40% 35.44% +0.04%
==========================================
Files 21 21
Lines 2963 2993 +30
==========================================
+ Hits 1049 1061 +12
- Misses 1914 1932 +18 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.