GLA-59: fix header value truncation/collapse overflow#15
Merged
Conversation
- rebrand extension metadata and panel naming to Prism\n- simplify toolbar with Live/Frozen toggle and unified export menu\n- keep endpoint list/detail in a focused two-column workflow layout\n- show header example previews and hide empty detail sections\n- remove obsolete pre-WXT panel/devtools files
- remove synthetic example previews from auth/request/response headers\n- render real observed values for each header in Values column\n- keep deduped value sets per header from captured requests
GLA-59 Panel UX improvements
A pass on the panel UX to make it cleaner and more focused on the mapping workflow, plus a full rebranding from RebrandingRename everything from
Layout
Toolbar
Endpoint list
Detail view
Done when the panel reads "Prism" everywhere, and the UX feels focused and self-explanatory to any developer opening it for the first time. |
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\n- render header values as collapsible only when they exceed the configured character threshold\n- keep short values as plain text (no details toggle)\n- fix value-column overflow in both collapsed and expanded states with strict width/wrapping constraints\n\n## Validation\n- npm run compile\n- npm run build