1
Fork 0
Commit Graph

3 Commits

Author SHA1 Message Date
Bauke 548984a6df
Render the steps before the tour starts.
By defining the steps as consts in the top level they were
being initialized immediately as the page loads. By having
them initialized in a function it will correctly have access
to everything on the page and not render steps of tours
we aren't going to start.
2023-07-03 14:11:46 +02:00
Bauke b130ec37a7
Consolidate all the tour data into a single TourData type. 2023-07-02 11:28:41 +02:00
Bauke 896895c69a
Add the beginnings of the account settings tour.
Also added an error tour for displaying error messages when starting
a tour and a TourRequirements object.
2023-07-01 15:46:23 +02:00