-
Notifications
You must be signed in to change notification settings - Fork 28
feat: replace static check icon with Rive animation #3348
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
Test Results 1 files ±0 1 suites ±0 9m 49s ⏱️ +21s For more details on these errors, see this check. Results for commit 5129794. ± Comparison against base commit 1eca78e. ♻️ This comment has been updated with latest results. |
❌ 1 Tests Failed:
View the full list of 1 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
ef8aa76 to
798dd75
Compare
Bundle ReportChanges will decrease total bundle size by 1.5kB (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: client-array-pushAssets Changed:
|
85bdb47 to
bf66b08
Compare
Update start-workflow-tutorial-screen to use an animated checkmark via Rive instead of the static SVG icon. This improves visual feedback and enhances user experience on the workflow completion modal. feat(ui): replace exclamation SVG with Rive warning animation Update the previous steps incomplete modal to use a Rive animation instead of a static SVG icon for the warning indicator. This change enhances the visual feedback by providing a more engaging and dynamic animation, improving user experience and drawing attention more effectively to incomplete course steps. fix(ui): increase checkmark icon size in tutorial screen Increase the checkmark icon size from 48x48px to 64x64px in the StartWorkflowTutorialScreen to improve visibility and user feedback during the course setup process.
Update the choose-action-step component to use a Rive animation for the checkmark icon instead of a static SVG. This enhances visual feedback by adding smooth, scalable animations, improving user experience in the tests passed modal.
bf66b08 to
5129794
Compare
Update start-workflow-tutorial-screen to use an animated checkmark
via Rive instead of the static SVG icon. This improves visual feedback
and enhances user experience on the workflow completion modal.
Note
Swap static SVG status icons for Rive animations in two course-page modals.
app/components/course-page/course-stage-step/tests-passed-modal/choose-action-step.hbs: useRiveAnimationwithcheckmark_icon.rivinstead ofsvg-jar "check-circle".app/components/course-page/previous-steps-incomplete-modal.hbs: useRiveAnimationwithwarning_icon.rivinstead ofsvg-jar "exclamation".Written by Cursor Bugbot for commit 5129794. This will update automatically on new commits. Configure here.