feat(toolbar): consolidate document actions - #242
Draft
ThisIs-Developer wants to merge 11 commits into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying markdownviewer with
|
| Latest commit: |
da75506
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1c1a161c.markdownviewer.pages.dev |
| Branch Preview URL: | https://agent-consolidate-icon-toolb.markdownviewer.pages.dev |
ThisIs-Developer
force-pushed
the
agent/consolidate-icon-toolbar
branch
from
August 11, 2026 19:09
bffa7fb to
f7a4dc3
Compare
ThisIs-Developer
force-pushed
the
agent/consolidate-icon-toolbar
branch
from
August 11, 2026 20:44
cccb67b to
1c03c2e
Compare
ThisIs-Developer
force-pushed
the
agent/consolidate-icon-toolbar
branch
from
August 11, 2026 21:06
54680dc to
4ea683f
Compare
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
plusicon and Copy Markdown to the Lucideclipboardiconsunandmooninside the Theme switch thumb on desktop and mobileWhy
The document commands were split across the header and formatting toolbar, while several advanced insertion actions were hidden behind an overflow menu. Consolidating related document actions improves scanability and makes the complete tool set directly discoverable. The revised order moves view and synchronization first, document creation and output next, and collaboration and review last. The simplified plus and clipboard symbols make the creation and copy commands easier to recognize at compact toolbar sizes. The theme control now uses the same interaction pattern as Private mode and communicates its current state directly inside the switch.
User impact
Desktop users get a compact, icon-first document toolbar with clearer grouping and more familiar creation and clipboard symbols. Theme switching is now visually consistent across desktop and mobile, with a sun or moon icon acting as the switch thumb. Phone and tablet layouts continue to use the existing mobile menu, while the expanded formatting toolbar remains horizontally scrollable.
Validation
npm run check:static- passed