fix(fleetdash): theme the tool-use reveal button + high-contrast value rows - #231
Merged
Conversation
…e rows The reveal button rendered as a raw browser default (off-theme) and the decrypted value cells used .t (var(--dim)), so the payload was low-contrast gray. Now: - .cwbtn: a themed action button (cyan --accent border/text, panel-tint bg, hover glow) matching the dashboard's cyberpunk theme. - .cwvals rows: keys in --ink, values in near-white #eaf2f9 semibold (right- aligned) — the payload reads clearly; step header in --accent, sha in --dim. Rendering stays textContent-only (no XSS sink); proxy/endpoint behavior unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
The tier-2 "reveal tool-use detail" control rendered as a raw browser default button (off-theme), and the decrypted value cells used
.t(var(--dim)), so the payload — the actual parameter values — showed as low-contrast gray..cwbtn: themed action button — cyan--accentborder/text, panel-tint background, hover glow — matches the dashboard's cyberpunk theme (consistent with.pausebtn/.topnavtokens)..cwvalsrows: keys in--ink, values in near-white#eaf2f9semibold (right-aligned) so the payload reads clearly; step header in--accent, sha suffix in--dim.Rendering stays
textContent-only (no XSS sink); the/monitor/valuesproxy + endpoint behavior are unchanged. Verified live on the Mac fleetdash (restarted to load the code): the run page serves the themed button and the high-contrast value table.🤖 Generated with Claude Code