feat(ui): consolidate document actions and release notes - #242
Open
ThisIs-Developer wants to merge 22 commits into
Open
feat(ui): consolidate document actions and release notes#242ThisIs-Developer wants to merge 22 commits into
ThisIs-Developer wants to merge 22 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying markdownviewer with
|
| Latest commit: |
ec8612c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a8bcd982.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
ThisIs-Developer
marked this pull request as ready for review
August 12, 2026 17:11
ThisIs-Developer
force-pushed
the
agent/consolidate-icon-toolbar
branch
from
August 12, 2026 17:27
40a744b to
28ba18e
Compare
Owner
Author
|
@copilot resolve the merge conflicts in this pull request |
Co-authored-by: ThisIs-Developer <109382325+ThisIs-Developer@users.noreply.github.com>
Contributor
Resolved by merging |
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
Why
The toolbar and review workflow now communicate state more consistently. The previous Comments & Suggestions design spread accent color and visual weight across too many elements, while the filter active effect, thread hierarchy, and feedback form felt uneven. Neutral structure, mathematically consistent segmented spacing, and compact card sections make the panel easier to scan and understand.
The composer now follows the same control language as the rest of the review panel. It removes redundant copy, keeps the feedback type choice visually secondary, and leaves the submit button as the single primary action.
Dropdown menus also retain their positioned surface during a short exit phase, avoiding the snap caused when Bootstrap removed positioning immediately on close.
Testing
npm run check:staticnpm testcompleted with 115 passing tests; one unrelated header dropdown-width measurement missed its threshold by about 2px during the parallel run and passed immediately on isolated rerun.