-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat(joyride): show guided tour upon cryostat upgrades #971
Conversation
What do u think? Let me know if u want a different message or close banner (won't show again) if the users follow the link :)) If good, we can backport this. |
Test image available:
|
Test image available:
|
Looks great! Should the banner be closed when users click the link as well? Also I think the link should be |
Test image available:
|
@andrewazores How about now? I added a local storage key to keep track of Cryostat front-end asset version. If the build version is higher than one saved in local storage, it will show the tour (includes step 8/9 talking about quickstarts). Was trying to use |
Test image available:
|
Test image available:
|
^ That version string should probably also be present on the AboutModal. |
The version field in the about modal is off due to #882. Are we planning a fix for that for this release? |
Test image available:
|
I'll take a look at it again. I think Max was probably right and simply tagging the main branch at the same place as the release branchpoint would probably fix it. If so, that's pretty simple and easy. |
Test image available:
|
On current On current (I think it's Looks right. All I did was tag the last common commit before your branch separation commit as the Or maybe the tag I just created as |
* chore(comp): remove unused hint banner * feat(joyride): check asset version * chore(version): display cryostat version (cherry picked from commit f817123)
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
git commit --amend --signoff
Fixes: #970
Description of the change:
Add a hint banner for app layout. This checks a local storage key to see if it should show or not. Only showed when logged in.
Motivation for the change:
See #970