1
Fork 0
Commit Graph

6 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 866d823820
Rework storage values to use a single function. 2023-07-02 12:25:53 +02:00
Bauke b130ec37a7
Consolidate all the tour data into a single TourData type. 2023-07-02 11:28:41 +02:00
Bauke de3c21db01
Change all @Community links to go to the new message page. 2023-06-17 14:41:11 +02:00
Bauke 2af1e2bc16
Proofread Introduction and use numbers for the step names. 2023-06-17 14:12:15 +02:00
Bauke 97cb3a5603
Add the tour logic, introduction and homepage tours. 2023-06-15 14:53:00 +02:00