Skip to content

feat(mobile-nav): surface halt count badge on "More" button#657

Merged
Oolab-labs merged 2 commits into
mainfrom
feat/mobile-more-halt-badge
May 19, 2026
Merged

feat(mobile-nav): surface halt count badge on "More" button#657
Oolab-labs merged 2 commits into
mainfrom
feat/mobile-more-halt-badge

Conversation

@kungfuk3nnyyy
Copy link
Copy Markdown
Collaborator

Summary

`/activity` carries the "halts" badge on desktop, but on mobile it lives under the "More" sheet — so the badge was invisible exactly when on-call would want one-tap access to triage.

Reads halt count via `useHaltCount` (now re-exported from Shell) and renders a small red dot with the count on the More button when > 0. `aria-label` updates to "More (N halts)".

Test plan

  • Simulate halts (or force a non-zero halt-summary response) → red dot with count appears on More
  • Acknowledge halts → dot disappears within 60s (poll period)
  • AT user hears "More, 3 halts"

🤖 Generated with Claude Code

kungfuk3nnyyy and others added 2 commits May 19, 2026 13:02
/activity carries the "halts" badge on desktop, but on mobile it lives
under the "More" sheet — so the badge was invisible exactly when an
on-call user with halts to triage would want one-tap access.

Read halt count via useHaltCount (now re-exported from Shell) and
render a small red dot with the count on the More button when > 0.
aria-label updates to "More (N halts)" so AT users hear the count too.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Oolab-labs Oolab-labs merged commit fe5224c into main May 19, 2026
18 checks passed
@Oolab-labs Oolab-labs deleted the feat/mobile-more-halt-badge branch May 19, 2026 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants