Skip to content

fix: the update chip takes no room while there is nothing to say - #45

Merged
ba2slk merged 1 commit into
mainfrom
fix/update-chip-hidden
Aug 18, 2026
Merged

fix: the update chip takes no room while there is nothing to say#45
ba2slk merged 1 commit into
mainfrom
fix/update-chip-hidden

Conversation

@ba2slk

@ba2slk ba2slk commented Aug 18, 2026

Copy link
Copy Markdown
Owner

The idle update chip showed as an empty pill with a × that did nothing. .update-chip { display: flex } beat the hidden attribute's display: none, so setting hidden never removed it from the bar; the × set the same attribute and looked dead. A .update-chip[hidden] { display: none } rule fixes both.

The DOM test only read the hidden property, which is why it passed. The chrome self-check now measures the idle chip's box and fails unless it is 0×0; the updater never starts under the self-check, so the chip is always idle there. Without the CSS rule the check reports the 34×20 px pill; with it, ok.

Generated with Claude Code

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@ba2slk
ba2slk merged commit 1fef0bd into main Aug 18, 2026
2 checks passed
@ba2slk
ba2slk deleted the fix/update-chip-hidden branch August 18, 2026 18:31
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.

1 participant