From 9ac311f13897718d9725d90e43eb23f9c70ed49e Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Fri, 29 May 2026 07:03:45 -0700 Subject: [PATCH] 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> --- .../tracker-web/docs/roadmaps/UX_INTEGRATION_BYTELYST.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dashboards/tracker-web/docs/roadmaps/UX_INTEGRATION_BYTELYST.md b/dashboards/tracker-web/docs/roadmaps/UX_INTEGRATION_BYTELYST.md index c81a4d26..d777d75d 100644 --- a/dashboards/tracker-web/docs/roadmaps/UX_INTEGRATION_BYTELYST.md +++ b/dashboards/tracker-web/docs/roadmaps/UX_INTEGRATION_BYTELYST.md @@ -184,9 +184,13 @@ pnpm build # final gate ## UX-6 — Toasts replace inline status divs -- [ ] **6.1** Mount `ToastProvider`; replace inline error/success `
`s across items/overview/ +- [x] **6.1** Mount `ToastProvider`; replace inline error/success `
`s across items/overview/ board/detail/roadmap with `toast()` calls (create, delete, vote, submit, load-error). **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) @@ -328,7 +332,7 @@ pnpm build # final gate ## 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) ```