feat(ui): Add debug FeatureBadge variant#116000
Open
chromy wants to merge 3 commits into
Open
Conversation
Adds a `debug` type to FeatureBadge for marking UI that is only intended for debugging/internal experimentation. Uses IconBug with the `info` tag variant. Switches the Night Shift project settings UI to use it, which matches the existing "this is debug UI" disclaimer on that page. Agent transcript: https://claudescope.sentry.dev/share/2QWAgq2qvUF59F1_WpbIKjln6dnDYeywWKAkDBwKJgY
Contributor
📊 Type Coverage Diff✅ No new type safety issues introduced. Coverage: 93.61% |
natemoo-re
approved these changes
May 21, 2026
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
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.
Adds a
debugtype toFeatureBadgefor marking UI that is only intended for debugging or internal experimentation, and uses it on the Night Shift project settings page in place of the previousalphabadge.<FeatureBadge type="debug" />renders anIconBugwith theinfotag variant and a default tooltip of "This UI is for debugging purposes only". This gives a distinct visual treatment for debug-only UI that should not be confused with alpha or experimental features intended for users.Agent transcript: https://claudescope.sentry.dev/share/10qokud3YuEflxKruIvQjhjI7ul5gREgy94rRA9BebA