gsxdsm
5631c88d54
FN-7614: replace planning-mode banner with yellow nav badge for needs-input state
Planning Mode's "waiting for input" indicator moves from a top banner (whose button did not redirect correctly) to a yellow status-dot badge on the Planning nav destination, matching the existing chat unread-badge pattern.
- Add a `planningNeedsInput` flag in app lifecycle utils to detect awaiting_input planning sessions
- Exclude planning awaiting_input sessions from SessionNotificationBanner so the banner no longer shows for this case
- Add a status-dot--pending badge to the Planning entry in LeftSidebarNav and to the Planning item/tab in MobileNavBar
- Add/extend tests covering appLifecycle, LeftSidebarNav, MobileNavBar, and SessionNotificationBanner behavior
- Add changeset (patch) documenting the fix
- Update dashboard-guide.md docs
Files changed:
.changeset/fn-7614-planning-badge.md | 7 +++
docs/dashboard-guide.md | 4 ++
packages/dashboard/app/App.tsx | 13 +++-
.../dashboard/app/components/LeftSidebarNav.tsx | 10 +++
packages/dashboard/app/components/MobileNavBar.css | 20 ++++++
packages/dashboard/app/components/MobileNavBar.tsx | 19 +++++-
.../components/__tests__/LeftSidebarNav.test.tsx | 28 +++++++++
.../app/components/__tests__/MobileNavBar.test.tsx | 41 ++++++++++++
.../__tests__/SessionNotificationBanner.test.tsx | 44 +++++++++++++
.../app/utils/__tests__/appLifecycle.test.ts | 73 +++++++++++++++++++++-
packages/dashboard/app/utils/appLifecycle.ts | 12 ++++
packages/i18n/locales/en/app.json | 1 +
packages/i18n/locales/es/app.json | 1 +
packages/i18n/locales/fr/app.json | 1 +
packages/i18n/locales/ko/app.json | 1 +
packages/i18n/locales/zh-CN/app.json | 1 +
packages/i18n/locales/zh-TW/app.json | 1 +
packages/i18n/src/resources.d.ts | 1 +
18 files changed, 275 insertions(+), 3 deletions(-)
Fusion-Task-Id: FN-7614
Fusion-Task-Lineage: 249e6ee8-149c-4d51-85b6-561dfc30c769
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-06 19:03:06 -07:00
..
2026-05-13 10:00:00 -07:00
2026-07-06 19:03:06 -07:00
2026-06-29 21:02:34 -07:00
2026-07-01 11:12:59 -07:00
2026-06-30 09:04:03 -07:00
2026-05-14 02:23:45 -07:00
2026-05-18 03:10:52 -07:00
2026-05-17 19:11:59 -07:00
2026-06-27 17:22:12 -07:00
2026-06-25 12:25:13 -07:00
2026-05-13 06:29:33 -07:00
2026-05-13 16:29:37 -07:00
2026-06-27 23:53:51 -07:00
2026-04-24 19:39:20 -07:00
2026-04-24 19:39:20 -07:00
2026-06-09 12:51:20 -07:00
2026-07-04 21:28:19 -07:00
2026-06-26 09:32:53 -07:00
2026-04-24 19:39:20 -07:00
2026-04-24 19:39:20 -07:00
2026-05-08 18:44:16 -07:00
2026-06-30 19:21:53 -07:00
2026-04-29 07:35:23 -07:00
2026-06-27 23:47:21 -07:00
2026-06-02 14:14:24 -07:00
2026-06-29 14:41:52 -07:00
2026-06-28 21:00:00 -07:00
2026-06-17 17:57:19 -07:00
2026-05-20 19:58:49 -07:00
2026-05-20 20:27:11 -07:00
2026-05-07 18:35:45 -07:00
2026-05-14 18:35:30 -07:00
2026-07-02 23:53:26 -07:00
2026-05-14 05:55:16 -07:00
2026-05-19 18:56:24 -07:00
2026-06-29 14:59:16 -07:00
2026-05-13 06:29:35 -07:00
2026-04-24 19:39:20 -07:00
2026-06-25 23:35:31 -07:00
2026-07-05 11:31:44 -07:00
2026-04-29 02:23:09 -07:00
2026-05-29 20:05:14 -07:00
2026-04-29 07:35:23 -07:00