Improve request log error details UX#296
Merged
Soju06 merged 1 commit intoSoju06:mainfrom Apr 3, 2026
Merged
Conversation
9b2ed46 to
72297e0
Compare
- add visible request detail access from error rows - show full request metadata and untruncated error text in dialog - add compact copy actions for request id and full error - refine dialog layout to reduce wasted space and improve scanability - update dev-local compose for hot-reloading frontend/backend work
72297e0 to
c07cb9a
Compare
Owner
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c07cb9a33d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Owner
|
@all-contributors please add @L1st3r for code, test |
Contributor
|
I've put up a pull request to add @L1st3r! 🎉 |
Owner
|
Thank you for your contribution! |
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.
This PR makes the dashboard request logs usable for debugging failures.
The request logs table now exposes a clear View Details action for error rows, replaces the old hard-to-discover truncated error behavior, and opens a request details dialog with
full metadata plus the complete error text. The dialog layout was iterated to reduce wasted space, keep long request IDs readable, and place copy actions where users expect them.
Changes
Validation
Notes
The full frontend suite passes: 59 files, 292 tests. Existing non-failing warnings remain in unrelated dialog/canvas test paths.