RI-7627 Fix the onboarding flow #5077
Merged
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
Fix the Onboarding wizard, showcasing the basic features provided by Redis Insight
Before EUI replacement
Screen.Recording.2025-10-20.at.11.05.53.mov
After the changes introduced in this pull request
Screen.Recording.2025-10-21.at.15.32.53.mov
How it was tested
The popover with the onboarding wizard should appear on the screen, and you can follow the steps.
Start and finish steps step
Fixed the placement of the popover on the first and the last step of the onboarding wizard.
Change the position of the popovers on the navbar
Previously, when the navigation was in the left sidenav, all popovers were positioned next to it, with an arrow pointing to the left. Now, when the navigation is at the top, there is no point in showing the popovers next to it.
Instead, I have moved them below it, and updated the arrows pointing upwards.
Change the styling of the links
Updated the links in the onboarding popovers to use Redis UI instead of what we had before.