feat: polish sidebar shell interactions#13
Merged
Conversation
added 4 commits
February 27, 2026 16:49
- Set sidebar closed by default on launch - Adjust sidebar geometry for open and hover states - Increase new tab button spacing in editor tabs - Remove outdated project status section from README - Bump app version to 0.6.0 across npm and Tauri manifests
- Open then close in the interaction test before asserting closed-state behaviour - Keep hover-disable assertions aligned with the sidebar default closed state
- Add measured and fallback drag geometry scenarios for tab reordering - Cover non-primary click, close-button mousedown, and early mouseup guard paths - Assert drag UI state helpers and click-suppression behaviour after reorder
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.
Summary
Polish editor shell interaction behaviour and align app version metadata for release tagging.
Changes
Testing
Documentation
README.md