Skip to content

release 1.5.1 - #17

Merged
jkoestner merged 21 commits into
mainfrom
dev
Sep 13, 2026
Merged

jkoestner merged 21 commits into
mainfrom
dev

Conversation

@jkoestner

Copy link
Copy Markdown
Owner

No description provided.

claude and others added 21 commits November 9, 2025 04:23
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.
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 37.70492% with 38 lines in your changes missing coverage. Please review.
✅ Project coverage is 35.44%. Comparing base (8be963d) to head (0eeed77).

Files with missing lines Patch % Lines
folioflex/portfolio/wrappers.py 6.25% 30 Missing ⚠️
folioflex/budget/budget.py 85.00% 3 Missing ⚠️
folioflex/portfolio/assets.py 0.00% 3 Missing ⚠️
folioflex/portfolio/broker.py 0.00% 2 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jkoestner
jkoestner merged commit 9e48deb into main Sep 13, 2026
5 checks passed
@jkoestner
jkoestner deleted the dev branch September 13, 2026 03:20
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.

3 participants