feat(ui): add copy path, toolbar toggle, and breadcrumb view controls#52
Open
hoiyada7-maker wants to merge 7 commits into
Open
feat(ui): add copy path, toolbar toggle, and breadcrumb view controls#52hoiyada7-maker wants to merge 7 commits into
hoiyada7-maker wants to merge 7 commits into
Conversation
- Right-click on sidebar items now shows Copy Path and Copy Relative Path - Added hide/show titlebar toggle button in breadcrumb bar - Moved reading mode and theme buttons from titlebar to breadcrumb - Extracted ThemeButton as a standalone reusable component - Added visual separator (border-left) between view controls and file actions - Fixed MSVC build environment via .cargo/config.toml Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove TAURI_SIGNING_PRIVATE_KEY requirement - Disable createUpdaterArtifacts at build time via node one-liner - Add workflow_dispatch input so release can be triggered manually - Bump actions/checkout and actions/cache to v4 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The file had hardcoded Windows CC/CXX/AR/LIB paths that broke Linux and macOS CI builds. Added to .gitignore so it stays locally for dev but never reaches CI runners (which auto-detect MSVC or use system toolchain). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- New Tauri command `reveal_in_file_manager`: Windows: opens parent folder for files, folder itself for dirs macOS: `open -R` to reveal in Finder Linux: xdg-open on parent dir - Context menu shows Reveal in Explorer for both files and folders Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
PanelTopClose/Opentoggle button in the breadcrumb bar that hides/shows the top titlebar panel (state persisted).cargo/config.tomlwith explicit linker, compiler, and SDK paths for Windows builds outside VS Developer environmentTest plan
🤖 Generated with Claude Code