fix(issues): Simplify stack trace code mapping modal, smaller button#119790
Draft
scttcper wants to merge 2 commits into
Draft
fix(issues): Simplify stack trace code mapping modal, smaller button#119790scttcper wants to merge 2 commits into
scttcper wants to merge 2 commits into
Conversation
The setup action was taking too much stack trace header space on smaller frames, and the modal repeated long file paths in copy that wrapped badly. Use a compact code icon at narrow container sizes and make the setup flow clearer about the repository, file path, and URL it needs. Long paths now get a dedicated wrapping surface with a pinned copy action. Co-Authored-By: OpenAI Codex <noreply@openai.com>
Use a supported Text element while keeping the path monospace. Co-Authored-By: OpenAI Codex <noreply@openai.com>
Contributor
📊 Type Coverage Diff
🔍 5 new type safety issues introducedNon-null assertions (
This is informational only and does not block the PR. |
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.
makes the code mapping setup action collapse to a code icon when the frame header gets tight, and cleans up the modal so it points at the connected project and handles long file paths without weird wrapping.
the setup copy now describes suspect commits and source code links, with a dedicated copyable path surface.
before
after (smaller screen)
after (large screen)
before
after