Epic: Frontend Revamp + Mobile Optimization
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 30/100
Research direction
Start with VISUAL_QA.md and style.css, then inspect the listed route templates, especially accounts.html and the auth templates. Use the 390px, 768px, and 1440px viewport checklist to establish the current state. Done means every listed page passes all viewports, meets the 44×44px target requirement, removes inline styles, and has visual regression screenshots for CI.
Written by the indexing model from the issue text.
Description
Overview
Friday Budgeting Pro is a local-first personal finance app with a FastAPI + Jinja2 frontend. The current UI works well on desktop but has no responsive breakpoints, no mobile navigation, and numerous touch-target and typography issues that make it difficult to use on phones and tablets.
This epic tracks the full frontend revamp to make every page:
- Fully responsive across mobile (390px), tablet (768px), and desktop (1440px)
- Accessible (WCAG AA contrast, keyboard navigation, ≥44px touch targets)
- Visually consistent via a proper design token / component system
Pages in Scope
| Route | Template |
|---|---|
| /dashboard | dashboard.html |
| /accounts | accounts.html |
| /ledgers | ledgers.html |
| /settings | settings.html |
| /profile | profile.html |
| /login, /setup, /forgot, /reset | auth templates |
| /link | link.html |
Visual QA Checklist
Full audit checklist with viewport sizes, pass/fail criteria, and current
baseline grades lives in VISUAL_QA.md.
Current Baseline (2026-05-31)
| Page | Mobile | Tablet | Desktop |
|---|---|---|---|
| /dashboard | ⚠️ Needs Work | ✅ Pass | ✅ Pass |
| /accounts | ❌ Broken | ⚠️ Needs Work | ✅ Pass |
| /ledgers | ❌ Broken | ⚠️ Needs Work | ✅ Pass |
| /settings | ⚠️ Needs Work | ✅ Pass | ✅ Pass |
| /profile | ❌ Broken | ⚠️ Needs Work | ✅ Pass |
| /login | ⚠️ Needs Work | ✅ Pass | ✅ Pass |
Top 5 Critical Issues
- Zero responsive breakpoints —
style.csshas no@mediaqueries; every page breaks on mobile - Navigation overflows on mobile — horizontal nav bar clips or wraps; no hamburger/drawer menu
- Tables not mobile-friendly — accounts, ledgers, settings, and profile use bare
<table>with no responsive reflow - Touch targets too small —
.btn-smis ~26×22px; delete/rename buttons have no padding; WCAG 2.5.5 requires 44×44px - Mixed/fragmented CSS — inline
<style>blocks in accounts.html shadow globals; many hardcoded hex colors instead of CSS vars
Sub-Issues
- #286 Responsive layout audit and grid system standardization
- #287 Mobile navigation — hamburger menu / bottom nav for small screens
- #288 Touch target sizing — all buttons/links min 44×44px on mobile
- #289 Typography scale — responsive font sizes across breakpoints
- #290 Form UX on mobile — inputs, selects, date pickers
- #291 Visual regression testing setup — screenshot diff workflow
- #292 Component library / design token standardization
- #293 /accounts page — responsive table and transaction expand list
- #294 /ledgers page — responsive table, period selector, and totals row
- #295 /profile page — account descriptions layout overflow on mobile
- #296 /settings page — unstyled submit button and rules table
- #297 Dashboard — spending summary charts and transaction review widget
Definition of Done
- All pages grade ✅ Pass at all three viewports in VISUAL_QA.md
- All buttons/links have ≥ 44×44px tap targets on mobile
- No inline
<style>blocks in templates; all styles instyle.cssusing CSS vars - Visual regression screenshots committed for CI comparison
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Riddy21/Friday_Budgeting_Pro
-
Contact Hong Opentask
Difficulty 5/5 Over a week Newbie friendliness 1/100
Riddy21/Friday_Budgeting_Pro#353 ·
-
enhancement frontend mobile ui
Difficulty 4/5 3-5 days Newbie friendliness 48/100
Riddy21/Friday_Budgeting_Pro#348 ·
-
enhancement frontend ui
Difficulty 3/5 1-2 days Newbie friendliness 65/100
Riddy21/Friday_Budgeting_Pro#347 ·
-
enhancement frontend ui
Difficulty 4/5 3-5 days Newbie friendliness 52/100
Riddy21/Friday_Budgeting_Pro#346 ·
-
enhancement frontend ui
Difficulty 3/5 1-2 days Newbie friendliness 52/100
Riddy21/Friday_Budgeting_Pro#345 ·
All issues in Riddy21/Friday_Budgeting_Pro
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
bancolombia/sentinel#23 ·
-
test md OpenCI
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
bug client
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100