-
Notifications
You must be signed in to change notification settings - Fork 3.4k
refactor: ♻️ Refactor to use a single animated ellipsis component #6459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for continuedev canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love this!
@sestinj quick reminder on a merge for this guy. |
@Patrick-Erichsen noticed you touched the color on the ellipsis in another PR. I'll see if I can rebase this. Still valuable? |
@chezsmithy yes, this still is great! I just updated the text color on the |
1af672c
to
88d0d6c
Compare
I need to check the color change is intact everywhere. - This is DONE. |
@chezsmithy looks like there are type errors. i'm not sure if they are from merging in main or something else, but could you take a look? |
@sestinj yep a merge consequence. The pipeline seems a bit unstable still but this looks like it's passing. |
d15a813
to
68fd28f
Compare
🎉 This PR is included in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Refactor to use a single Animated Ellipsis component across the GUI. Allow future updates to a new more dynamic animation.
Checklist
Screenshots
[ For visual changes, include screenshots. Screen recordings are particularly helpful, and appreciated! ]
Tests
Tested changes using visual inspection.
Summary by cubic
Replaced multiple animated ellipsis implementations with a single reusable AnimatedEllipsis component across the GUI.