Skip to content
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

fix onboarding flash and progress animation #2471

Merged
merged 2 commits into from
Jun 6, 2024

Conversation

pvicensSpacedev
Copy link
Collaborator

Summary of Changes

  • Fixed onboarding flash on next step, which sort of broke the animation of the progress bar so also fixed that by adding a context for the actual progress step

Demo or Before/After Pics

Screen.Recording.2024-05-20.at.19.02.30.mov

Edge Cases

List any common edge cases that you have considered and tested.

Testing Steps

Provide steps on how the reviewer can test the changes.

Checklist

Please make sure to review and check all of the following:

  • I've tested the changes and all tests pass.
  • (if web) I've tested the changes on various desktop screen sizes to ensure responsiveness.
  • (if mobile) I've tested the changes on both light and dark modes.

Copy link

vercel bot commented May 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gallery ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 7:51pm

@github-actions github-actions bot added the web label May 20, 2024
Copy link

Bundle Sizes

Compared against 8a7866b

Route: No significant changes found

Dynamic import: No significant changes found

Comment on lines +58 to 59
initial={{ width: `${to}%` }}
animate={{ width: `${to}%` }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we have both initial and animate props pointing to to%?

apps/web/src/contexts/AppProvider.tsx Outdated Show resolved Hide resolved
apps/web/src/contexts/onboardingProgress/index.tsx Outdated Show resolved Hide resolved
@Robinnnnn Robinnnnn merged commit 7687292 into main Jun 6, 2024
7 checks passed
@Robinnnnn Robinnnnn deleted the pato/fix-onboarding-steps branch June 6, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants