mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-27 22:24:14 +00:00
feat: mii edit UX, a11y fixes, and frontend unit tests
- API: return success message on mii edit - FE: flash banner + helpers, submit response helper, Vitest - A11y: labels, alt text, banner close; css checkerboard class - DX: root tsconfig refs, strict/tsconfig, next dev --webpack Made-with: Cursor
This commit is contained in:
parent
7e10cef0b8
commit
13b2bef574
21 changed files with 1417 additions and 53 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -25,6 +25,9 @@ certificates/
|
|||
.DS_Store
|
||||
*.pem
|
||||
|
||||
# Cursor IDE (local/agent rules — do not ship unless team chooses to share)
|
||||
.cursor/
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue