fix(web): no-output placeholder consistency + output-first row contrast - #2
Merged
Merged
Conversation
The Claude Code CLI substitutes literal filler text for empty command output (e.g. "(Bash completed with no output)"), which the web extractor treated as real output, so those rows never hit the italic (No output) placeholder. Treat the known sentinels as empty for non-error command executions, and give the command preview a step more ink than the secondary-label output so wrapped commands stop blending into their output. Claude Fable 5 (Claude Code)
The prior contrast step made the command the darker text, but the output is what usually matters when scanning a row. Swap the hierarchy: output renders at foreground/80 while the command preview returns to secondary-label, which also widens the gap between the two slightly. Claude Fable 5 (Claude Code)
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.
Two tool-row rendering improvements:
(Bash completed with no output)), which the extractor treated as real output, bypassing the italic(No output)placeholder. Known sentinels are now treated as empty for non-error command executions; error results still display verbatim.foreground/80while the command preview stays atsecondary-label, so wrapped commands no longer blend into their output — and the output, which is usually what matters, carries the visual weight.Tests: 28/28 timeline tests pass, web typecheck clean.
Claude Fable 5 (Claude Code)