chore(web): remove reduced-availability banner from usage page - #5780
Merged
pandemicsyn merged 1 commit intoAug 31, 2026
Merged
Conversation
Remove the UsageAvailabilityBanner component from the UsageAnalyticsDashboard to clean up the layout. Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
iscekic
approved these changes
Aug 31, 2026
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Reviewed by grok-4.6 · Input: 87.9K · Output: 5.8K · Cached: 121K Review guidance: REVIEW.md from base branch |
pandemicsyn
deleted the
session/agent_2129c5d9-2ead-4840-85ed-7d368368e92a
branch
August 31, 2026 15:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
<UsageAvailabilityBanner />render (and its import) fromUsageAnalyticsDashboard.tsx; no other code paths referenced the banner.UsageAvailabilityBannercomponent file in place so the banner canbe re-enabled with a one-line change if a similar incident recurs.
Verification
removal in one file, and the sandboxed environment could not run the web app
or a browser to exercise the usage page.
preview deployment.
Visual Changes
Reviewer Notes
isSalesDemoremains used elsewhere in the dashboard, so no unused-variablefallout from removing its use in the banner condition.
{!isSalesDemo && <UsageAvailabilityBanner />}line.