feat(ui): add Explorer workflows and redesign toolbar#219
Draft
ThisIs-Developer wants to merge 14 commits into
Draft
feat(ui): add Explorer workflows and redesign toolbar#219ThisIs-Developer wants to merge 14 commits into
ThisIs-Developer wants to merge 14 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying markdownviewer with
|
| Latest commit: |
48191c4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://363c9103.markdownviewer.pages.dev |
| Branch Preview URL: | https://codex-document-management-si.markdownviewer.pages.dev |
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
ThisIs-Developer
force-pushed
the
codex/document-management-sidebar
branch
from
July 17, 2026 10:16
223f29b to
115e9e4
Compare
ThisIs-Developer
force-pushed
the
codex/document-management-sidebar
branch
from
July 17, 2026 16:14
10b9d80 to
a0a0ee2
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.
Summary
Icon system
The application now uses Bootstrap Icons as its single interface icon family. It was already bundled by the project, is MIT-licensed, covers every required action, and avoids a new runtime dependency. Toolbar glyphs share a 15px token; phone and tablet controls use 44px targets.
bi-peoplebi-sharebi-question-circlebi-info-circlebi-linkbi-arrow-repeatbi-clipboard*bi-copybi-file-textbi-pencil-squarebi-filesbi-layout-sidebar/bi-layout-sidebar-insetbi-plus-squarewith chevronbi-diagram-3actionbi-card-imagebi-imagebi-broadcastbi-broadcast-pinLanguage choices now use language names instead of emoji flags, keeping interface imagery within the same icon system.
Interaction and accessibility
Documentation
The Configuration, Features, and Usage Guide pages now use the visible Workspace name and describe the current document hierarchy consistently.
Validation
node --check script.jsnpm run buildgit diff --checkWhy
The previous interface mixed global application actions with document-specific editing controls, used inconsistent action metaphors, and gave dropdowns different visual and interaction treatments. This update creates a clearer global-versus-document hierarchy, improves discoverability without overcrowding, and keeps the established color identity and functionality intact.