feat: mii edit UX, a11y fixes, and frontend unit tests#50
Conversation
- 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
Made-with: Cursor
| "packageManager": "pnpm@10.33.0", | ||
| "scripts": { | ||
| "dev": "next dev", | ||
| "dev": "next dev --webpack", |
|
This is confusing, I understand the accessibility changes but
|
|
Why move back to webpack? Why do we need notifications? Why did you remove .cursor from the gitignore? I don't see a point in adding tests but I'm open to having my mind changed |
d2beab3 to
7506a78
Compare
The current website does not have a notification when I edit my miis. I have implemented a notification feature and added some unit testing to ensure it works on the frontend. I don't have access to the backend, so I can't test it manually. Let me know if you have questions :)