1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component
Nuno Góis 710b2a6d5e
feat: demo guide improvements (#3676)
https://linear.app/unleash/issue/2-986/feedback-from-sebastian

Implements the items mentioned in the task:
 - Refactors logic to track completion separately;
- When finishing a topic, jumps to the next unfinished topic it can
find;
- Shows the finish dialog when finishing a topic, as long as completion
is 100%;
- Changes the guide overlay behavior and implements the necessary
changes to adapt to light and dark mode;
- Fixes an issue where some guide dialogs would close when clicking
outside;
- Added a final "toggle" step for each topic (still needs alignment,
different task);
- Improve navigation logic to hopefully fix the feature toggle name
sorting;


![image](https://user-images.githubusercontent.com/14320932/236003007-6e441acc-f933-4eb0-93a4-4b6c15a45b96.png)

Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item:
#3537
2023-05-03 21:47:35 +03:00
..
addons
admin chore: move google auth ui behind flag (#3606) 2023-04-26 10:55:55 +02:00
application
archive feat: remove bulk operations flag (#3643) 2023-04-28 11:18:03 +03:00
changeRequest Disable and enable strategies - frontend (#3582) 2023-04-26 11:41:24 +02:00
common Disable and enable strategies - frontend (#3582) 2023-04-26 11:41:24 +02:00
context
demo feat: demo guide improvements (#3676) 2023-05-03 21:47:35 +03:00
environments
events
feature fix: fix broken ImportOptions.tsx (#3657) 2023-05-02 10:17:05 +03:00
feedback
layout feat: demo ui-ux improvements (#3634) 2023-04-27 08:15:17 +01:00
loginHistory
maintenance feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
menu feat: Footer sdks (#3654) 2023-04-28 15:56:35 +02:00
playground/Playground
project fix: fix broken ImportOptions.tsx (#3657) 2023-05-02 10:17:05 +03:00
providers feat: enable dark mode for all (#3614) 2023-04-25 10:13:06 +02:00
segments chore: GA project specific segments (#3583) 2023-04-21 10:25:40 +02:00
splash
strategies chore: remove deprecated strategies and allow deprecate default (#3575) 2023-04-21 11:42:36 +02:00
tags feat: enable dark mode for all (#3614) 2023-04-25 10:13:06 +02:00
user
App.tsx feat: demo ui-ux improvements (#3634) 2023-04-27 08:15:17 +01:00
InitialRedirect.tsx