feat(sig): Inbox toolbar disabled clarity#1531
Merged
Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Apr 7, 2026
c53762d to
f96bd7a
Compare
49f9daf to
6755a6a
Compare
f96bd7a to
3971708
Compare
ae4d475 to
57e72a2
Compare
6755a6a to
b21ead6
Compare
57e72a2 to
8e02e34
Compare
b21ead6 to
142be2c
Compare
8e02e34 to
da7746d
Compare
da7746d to
41031df
Compare
Member
Author
|
Tagging @team-code and @adamleithp, as we're adding a new Button component here |
sortafreel
approved these changes
Apr 8, 2026
oliverb123
approved these changes
Apr 8, 2026
Member
Author
…ason tooltip Made-with: Cursor
41031df to
2c6c682
Compare
Co-authored-by: Michael Matloka <[email protected]>
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.

Problem
It is really key that it's clear why a button is disabled. Otherwise you hover on something like below that appears clickable, but frustratingly nothing happens:
Changes
Importing the
disabledReasontooltip solution from the main PostHog app - the tooltip explains what's going on:Also fixes a bug where we said "5 report snoozeds" instead of "5 reports snoozed".
Also, giving the checkbox hover and active style to create joy and clarity in interaction.