docs(tracker-web): tick UX-6 (toasts) with SHA + test counts (UX-6)
Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
3fc559d066
commit
9ac311f138
@ -184,9 +184,13 @@ pnpm build # final gate
|
|||||||
|
|
||||||
## UX-6 — Toasts replace inline status divs
|
## UX-6 — Toasts replace inline status divs
|
||||||
|
|
||||||
- [ ] **6.1** Mount `ToastProvider`; replace inline error/success `<div>`s across items/overview/
|
- [x] **6.1** Mount `ToastProvider`; replace inline error/success `<div>`s across items/overview/
|
||||||
board/detail/roadmap with `toast()` calls (create, delete, vote, submit, load-error).
|
board/detail/roadmap with `toast()` calls (create, delete, vote, submit, load-error).
|
||||||
**Verify:** `pnpm typecheck && pnpm lint && pnpm build`.
|
**Verify:** `pnpm typecheck && pnpm lint && pnpm build`.
|
||||||
|
(UX-6 `3fc559d0`: tc/lint/test 173 ✓/format/build/e2e 18 ✓. `ToastProvider` mounted in
|
||||||
|
`providers.tsx`; the AlertBanner/inline status divs across all five surfaces now emit `toast()`
|
||||||
|
(load errors + create/delete/vote/update/comment/submit). Roadmap submit toasts + closes the
|
||||||
|
dialog; item detail keeps one inline empty-state for the hard item-load failure.)
|
||||||
|
|
||||||
## UX-7 — Motion polish (reduced-motion aware)
|
## UX-7 — Motion polish (reduced-motion aware)
|
||||||
|
|
||||||
@ -328,7 +332,7 @@ pnpm build # final gate
|
|||||||
## Progress
|
## Progress
|
||||||
|
|
||||||
```
|
```
|
||||||
Core : UX-1 ✅ UX-2 ✅ UX-3 ✅ UX-4 ✅ UX-5 ✅ UX-6 ⬜ UX-7 ⬜ UX-8 ⬜
|
Core : UX-1 ✅ UX-2 ✅ UX-3 ✅ UX-4 ✅ UX-5 ✅ UX-6 ✅ UX-7 ⬜ UX-8 ⬜
|
||||||
Expand : UX-9 ✅ UX-10 ✅ UX-11 ✅ UX-12 ✅ UX-13 ✅ (stretch: 12.3, 13.1 deferred — see notes)
|
Expand : UX-9 ✅ UX-10 ✅ UX-11 ✅ UX-12 ✅ UX-13 ✅ (stretch: 12.3, 13.1 deferred — see notes)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user