Conversation
Folder rows bound onClick to onToggle (no event), so handleRowClick never saw shift/cmd modifiers and folder range/toggle selection silently no-op'd while files worked. Make the click binding type-agnostic so folders forward the event too; the parent already branches plain-click (folder→expand, file→open) vs modified-click (extend/toggle selection). Matches VSCode's type-agnostic explorer selection model. Removes the now-orphaned onToggle prop and adds a regression guard asserting dir rows forward modifier clicks. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The inactive editor-group veil used a per-theme hardcoded alpha (dark 0.2 / light 0.04), so the island-separation dimming was not user-adjustable. Add an Appearance slider (0–200%, default 100%) that scales each theme's tuned veil alpha at runtime. Mechanism mirrors window-opacity: the veil token's alpha becomes calc(themeAlpha * var(--inactive-panel-dim, 1)); a new store persists the multiplier (localStorage boot cache + appState), an effect hook injects the CSS var, and the value participates in settings dirty tracking. Fallback of 1 keeps default appearance byte-identical. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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.
Release v0.8.0 — promotes
developtomain.Version bump per
docs/RELEASING.md§0: afeatis present since the last tag → minor.Added
--inactive-panel-dim; persists across sessions; default appearance is unchanged.Fixed
Protocol & Remote 영향
🤖 Generated with Claude Code