Tobiloba#93
Merged
Merged
Conversation
Completes the remaining phases (5–8) of the frontend QA audit: Performance: lazy-load Recharts via next/dynamic, memoize password strength, fix useCountUp animating from zero, hoist animation variants to module scope, move @types/three and shadcn to devDependencies. Accessibility: add aria-label to all icon-only buttons/links across BalanceCard, Header, GoalsSummary, RecentTransactions, and AI chat; add aria-pressed on toggle buttons, role=switch on settings toggles, role=alert on error messages; add autoComplete attributes to auth forms; wrap EditProfileDialog in a <form> for Enter-key submission; add aria-label to nav/aside landmarks and sr-only h1 for mobile. UX polish: replace hardcoded #f87171 with CSS variable, fix undefined --font-geist-mono fallback, switch AI chat to 100dvh for mobile Safari, add .env.example, remove misleading cursor-pointer on transaction rows. Cleanup: add loading.tsx skeletons for 4 routes, default Button to type=button, remove Input autoComplete=off default, delete 7 unused template files, remove redundant catch/throw patterns, inline formatHiddenAmount constant.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
AI PR Summary |
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.
feat: integrate Groq AI, harden API, and polish frontend