fix(FN-824): replace mobile board viewport-height with percentage fill

- Replace viewport-height CSS with percentage-based fill to prevent mobile footer overlap
- Add regression tests for mobile footer-safe layout in dashboard-footer-mobile-layout.test.ts
- Add App.test.tsx coverage for viewport height behavior
- Document mobile layout fix in README
This commit is contained in:
gsxdsm
2026-04-03 23:38:00 -07:00
parent 2c861e3f75
commit 84eacbd8d5
4 changed files with 133 additions and 1 deletions

View File

@@ -227,6 +227,7 @@ Real-time kanban board at `localhost:4040`:
- Create tasks from the web UI
- Click cards for detail view with move/delete actions
- Server-Sent Events for live updates across tabs
- Fixed executor status bar at the bottom of the viewport stays clear of scrollable board, list, and agents content on both desktop and mobile
### AI Engine