fix(settings): redesign About Updates as hero card with check animation#145
Merged
quiet-node merged 2 commits intomainfrom May 7, 2026
Merged
fix(settings): redesign About Updates as hero card with check animation#145quiet-node merged 2 commits intomainfrom
quiet-node merged 2 commits intomainfrom
Conversation
…tion Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.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.
Summary
Refactors the Updates section in Settings → About into a centered hero card matching the macOS Software Update aesthetic. The "Check for updates" action now plays the same green circle-draw + checkmark animation already used by the "Unload now" button in the AI tab, giving Settings a consistent feedback language for async actions.
Why
The previous layout duplicated the version (already shown immediately under the Thuki mascot in the About header) as a "Current version" row, surfaced a bare "Last checked" timestamp without any status context, and offered a small "Check now" button at the row's right edge. The result felt disconnected: three pieces of information stacked without answering the user's first question — am I up to date?
Changes
ModelTabfor the "Unload now" action.data-stateattributes on the hero so the available-update state gets a subtle amber tint, mirroring the existing settings banner accent.Test plan
bun run test:all:coverageclean (1232 frontend + 753 Rust tests, 100% line and function coverage)bun run validate-buildclean (no signing key required locally; CI handles signing on release)