1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
unleash.unleash/frontend/src/component
Nuno Góis 2cf6e689ee
feat: add demo guide welcome dialog (#3574)
https://linear.app/unleash/issue/2-923/add-initial-getting-started-dialog

Adds the welcome dialog with the static QR code pointing to our demo
website. Also changes how the run logic works a bit, so that we have
better control over it (only start demo steps once we click the start
button, etc).

Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item:
#3537


![image](https://user-images.githubusercontent.com/14320932/233395897-133edc18-371f-424f-a276-9ca0c9ec5b49.png)
2023-04-20 16:32:26 +01:00
..
addons
admin feat: root roles from groups (#3559) 2023-04-20 12:29:30 +02:00
application
archive feat: deletion confirmation spelling (#3548) 2023-04-18 17:10:34 +02:00
changeRequest feat: list affected features (#3534) 2023-04-17 16:03:59 +03:00
common feat: implement demo guide steps (#3569) 2023-04-19 19:40:29 +01:00
context
demo feat: add demo guide welcome dialog (#3574) 2023-04-20 16:32:26 +01:00
environments
events
feature feat: implement demo guide steps (#3569) 2023-04-19 19:40:29 +01:00
feedback fix: media query issue in feedback modal (#3470) 2023-04-07 11:10:14 +02:00
layout
loginHistory
maintenance
menu
playground/Playground
project feat: root roles from groups (#3559) 2023-04-20 12:29:30 +02:00
providers feat: skip change request in UI (#3495) 2023-04-11 14:47:54 +02:00
segments
splash
strategies
tags
user feat: authorization middleware (#3464) 2023-04-06 11:46:54 +02:00
App.tsx feat: implement demo guide steps logic (#3528) 2023-04-18 10:56:15 +01:00
InitialRedirect.tsx