style(cli): adding loading animation when updating version#8285
Merged
Patrick-Erichsen merged 1 commit intocontinuedev:mainfrom Oct 20, 2025
Merged
style(cli): adding loading animation when updating version#8285Patrick-Erichsen merged 1 commit intocontinuedev:mainfrom
Patrick-Erichsen merged 1 commit intocontinuedev:mainfrom
Conversation
Patrick-Erichsen
approved these changes
Oct 20, 2025
Contributor
|
🎉 This PR is included in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Contributor
|
🎉 This PR is included in version 1.27.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Contributor
|
🎉 This PR is included in version 1.30.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Contributor
|
🎉 This PR is included in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Adding a loading animation when auto updating helps resolve doubt why the chat input is not yet visible.
AI Code Review
@continue-reviewChecklist
Screen recording or screenshot
[ When applicable, please include a short screen recording or screenshot - this makes it much easier for us as contributors to review and understand your changes. See this PR as a good example. ]
before
after
Tests
[ What tests were added or updated to ensure the changes work as expected? ]
Summary by cubic
Add a loading animation to the CLI update notification while an auto-update is in progress, making it clear why the chat input isn’t visible yet. When UpdateStatus is UPDATING, UpdateNotification shows LoadingAnimation alongside the status text.