Skip to content

ASA Go: Persistent disclaimer for guest users#5615

Open
conbrad wants to merge 1 commit into
mainfrom
5578-asa-go-persistent-guest-messaging
Open

ASA Go: Persistent disclaimer for guest users#5615
conbrad wants to merge 1 commit into
mainfrom
5578-asa-go-persistent-guest-messaging

Conversation

@conbrad

@conbrad conbrad commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

Guest sessions had no clear indication that the advisories and warnings shown in the app are for firefighter safety, not public warnings. Adds GuestDisclaimerBanner, rendered directly below the existing InfoBar in App.tsx, showing "Note: These are not public safety warnings" whenever sessionMode === 'guest'.

Closes #5578. Design in #5428. Guest access itself is still gated behind AuthWrapper pending #5427 ("Unhide Guest Login"), so this banner isn't reachable in production yet .

Test Links:

Landing Page
MoreCast
Percentile Calculator
FireCalc
FireCalc bookmark
Auto Spatial Advisory (ASA)
HFI Calculator
SFMS Insights
Fire Watch
Weather Toolkit

@conbrad conbrad linked an issue Jul 16, 2026 that may be closed by this pull request
1 task
@conbrad
conbrad requested review from brettedw and dgboss and removed request for dgboss July 16, 2026 18:37
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.51%. Comparing base (31f15dc) to head (81de88a).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5615      +/-   ##
============================================
+ Coverage     67.04%   67.51%   +0.47%     
- Complexity        0       48      +48     
============================================
  Files           379      480     +101     
  Lines         22221    24689    +2468     
  Branches       3059     3447     +388     
============================================
+ Hits          14897    16668    +1771     
- Misses         6174     6779     +605     
- Partials       1150     1242      +92     
Flag Coverage Δ
android 30.33% <ø> (?)
asa_go 82.30% <100.00%> (?)

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

ASA Go: Persistent Guest Messaging

2 participants