-
Notifications
You must be signed in to change notification settings - Fork 3.1k
fix: Onboarding / assistant switcher improvements #6573
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
base: main
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for continuedev failed. Why did it fail? →
|
|
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.
cubic found 1 issue across 3 files. Review it in cubic.dev
React with 👍 or 👎 to teach cubic. Tag @cubic-dev-ai
to give specific feedback.
No assistants found | ||
</div> | ||
) : ( | ||
profiles?.map((profile, idx) => ( |
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.
Using the array index as the key in a list can cause rendering issues if the list order changes. It's better to use a unique identifier such as profile.id as the key.
Description
A number of small improvements to the onboarding flow + assistant switcher
Checklist
Tests
These are small, safe UI changes
Summary by cubic
Improved the onboarding flow and assistant switcher by making UI updates and fixing confusing actions.