Enlarge JSON tree collapse handles and rework signal object modal - #87
Merged
Conversation
vue-json-pretty's expand/collapse carets and the collapsed-object brackets rendered as tiny, hard-to-tap icons with no padding. Give them real hit areas (padding + matching negative margin so layout is unaffected), a hover highlight, and a bigger touch target on the "click to expand" truncated-string toggle. Also widen the signal object modal (max-w-2xl -> max-w-4xl, taller), give it a sticky bordered header like the other modals, and use proper button padding for Copy/Close instead of bare text links.
Preview deployedURL: https://email.rhosys.cloud/pr/claude-ui-ux-collapsed-elements-roqsvx/ |
4 tasks
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
vue-json-pretty) rendered its expand/collapse carets and collapsed{…}/[…]brackets as tiny, unstyled icons with no padding — nearly impossible to tap accurately, especially on mobile.max-w-2xl→max-w-4xl), taller, with a sticky bordered header and properly padded Copy/Close buttons instead of bare text links.Test plan
npm run typechecknpx eslinton the two changed filesnpm run buildGenerated by Claude Code