Skip to content

chore(web): remove reduced-availability banner from usage page - #5780

Merged
pandemicsyn merged 1 commit into
mainfrom
session/agent_2129c5d9-2ead-4840-85ed-7d368368e92a
Aug 31, 2026
Merged

chore(web): remove reduced-availability banner from usage page#5780
pandemicsyn merged 1 commit into
mainfrom
session/agent_2129c5d9-2ead-4840-85ed-7d368368e92a

Conversation

@pandemicsyn

Copy link
Copy Markdown
Contributor

Summary

Removes the "Usage currently has reduced availability. Check the status page for
updates." warning banner from the usage page. The banner was tied to a past
status-page incident and is no longer wanted on the dashboard.

  • Deleted the <UsageAvailabilityBanner /> render (and its import) from
    UsageAnalyticsDashboard.tsx; no other code paths referenced the banner.
  • Kept the UsageAvailabilityBanner component file in place so the banner can
    be re-enabled with a one-line change if a similar incident recurs.

Verification

  • No manual verification was performed in this session: the change is a render
    removal in one file, and the sandboxed environment could not run the web app
    or a browser to exercise the usage page.
  • Verify the usage page renders normally (no banner, no layout gap) in a
    preview deployment.

Visual Changes

Before After
Usage page shows warning banner: "Usage currently has reduced availability. Check the status page for updates." Banner no longer rendered; page content starts directly with the Usage heading

Reviewer Notes

  • Small, mechanical diff: one file, 3 deleted lines, no logic changes.
  • isSalesDemo remains used elsewhere in the dashboard, so no unused-variable
    fallout from removing its use in the banner condition.
  • Re-enabling later is trivial: restore the component import and the
    {!isSalesDemo && <UsageAvailabilityBanner />} line.

Remove the UsageAvailabilityBanner component from the UsageAnalyticsDashboard to clean up the layout.

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
@kilo-code-bot

kilo-code-bot Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • apps/web/src/components/usage-analytics/UsageAnalyticsDashboard.tsx

Reviewed by grok-4.6 · Input: 87.9K · Output: 5.8K · Cached: 121K

Review guidance: REVIEW.md from base branch main

@pandemicsyn
pandemicsyn merged commit d37b78a into main Aug 31, 2026
17 checks passed
@pandemicsyn
pandemicsyn deleted the session/agent_2129c5d9-2ead-4840-85ed-7d368368e92a branch August 31, 2026 15:02
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