fix(editor): replace hidden layer badge with eye-off icon#149
Merged
Conversation
DavidBabinec
marked this pull request as ready for review
July 2, 2026 08:47
lauer3912
pushed a commit
to ClawCopilot/Instatic
that referenced
this pull request
Jul 20, 2026
…ance, empty container, canvas pan, layer icons, explorer tabs, responsive nav (CoreBunch#148,CoreBunch#149,CoreBunch#150,CoreBunch#176,CoreBunch#191,CoreBunch#180,CoreBunch#218) [upstream batch]
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.
What changed
EyeOffSolidIcon.Why
Hidden layers were marked with a low-contrast
hiddentext badge that was barely visible in the Explorer. The row already exposes hidden state through its accessible label, so the visual marker can be a clearer icon-only status indicator.Impact
Authors now see a muted crossed-eye icon on hidden Layers rows instead of the faint badge text. No page rendering or persistence behavior changes.
Verification
bun test src/__tests__/panels/domPanel.test.tsxbun run lintbun run buildbun testnpx react-doctor@latest --verbose --scope changed --base origin/main --blocking warning