feat(ui): unify process/tool/reasoning card style with shimmer sweep animation#3991
Merged
Merged
Conversation
…animation De-card tool/reasoning/step rows so the transcript reads as one quiet column: shared reasoning__head fold line, ChevronRight everywhere, long commands truncate instead of wrapping, and running rows get a text-clip shimmer sweep instead of a block background. Adds a transcript display mode setting (standard/compact/minimal) persisted in reasonix.toml and hydrated into the frontend at boot so config stays the source of truth.
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.
Rebase of #3913 by @CVEngineer66 onto current main-v2 — the original branch went CONFLICTING after this week's merge batch, so landing it from our side with the review items addressed. All credit to @CVEngineer66 for the design and implementation.
What this carries over (unchanged from #3913)
reasoning__headfold line,ChevronRight+ CSS rotate everywhere, no per-kind card chromebackground-clip: text) on running tools and thinking; pauses on hoverReadOnlyBatch/TurnCollapsereuse the reasoning fold styles; i18n keys for read/search countsChanges on top, per the review on #3913
flushCollapseBatchnow sums the batch's actual tooldurationMsinstead of fabricatinglength * 1500; the label degrades to plain "Processed" when no timing data existsstatus !== "error" && status !== "stopped"guard onquietdevscript env rename,.gitignore, anddist/.gitkeepare untouchedhydrateDisplayMode(), called from the existing desktop-preferences boot sync, so the toml-persisted value wins over stale localStorage on a fresh machineConflict-resolution notes
expandThinkingand this PR'sdisplayModefailedprop onUserMessageanddefaultExpanded={defaultExpandThinking}onLiveAssistantMessagethrough the new step-group rendering pathsreasoningOpenuseState the auto-merge produced inAssistantMessageVerified:
go test ./internal/config, desktop module build + vet green; frontend typecheck shows only the pre-existing baseline errors (identical output on pristine main-v2).Closes #3913