diff --git a/PROGRESS.md b/PROGRESS.md index 7698945..f6f4185 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -67,9 +67,9 @@ Based on usability testing (March 2026). Reworks the entire setup flow into a si | H | External links UX (new tabs, icons, aria labels) | 1h | done | | I | Input styling — WCAG AA/AAA compliance | 1h | done | -### Notification system overhaul ([plan](docs/plans/notification-overhaul.md)) +### Notification system overhaul ([plan](docs/plans/notification-overhaul.md)) — Complete -Replace floating toast/flash messages with inline feedback and persistent top banners. ~140 flash messages across 28 files to migrate. Inline feedback for form saves, banners for page-level outcomes. +Replaced floating toast/flash messages with inline feedback and persistent top banners. Form saves use inline "Saved" checkmarks, page-level outcomes use document-flow banners (not fixed overlays). | # | Task | Est | Status | |---|------|-----|--------| @@ -77,9 +77,9 @@ Replace floating toast/flash messages with inline feedback and persistent top ba | 2 | Build persistent top banner component (replaces flash) | 1.5h | done | | 3 | Migrate admin forms to inline feedback (theme, pages, settings, email, providers) | 3h | done | | 4 | Migrate remaining admin pages (media, products, activity, newsletter, redirects, nav) | 2h | done | -| 5 | Migrate shop pages (cart, contact, checkout, auth) | 2h | planned | -| 6 | Migrate setup wizard notifications | 1h | planned | -| 7 | Remove old flash/toast CSS and JS | 30m | planned | +| 5 | Migrate shop pages (cart, contact, checkout, auth) | 2h | done | +| 6 | Migrate setup wizard notifications | 1h | done | +| 7 | Remove old flash/toast CSS and JS | 30m | done | ### Live site editor ([plan](docs/plans/live-site-editor.md))