1
Fork 0
tildes-shepherd/source/tours/interface
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
..
account-settings.tsx Render the steps before the tour starts. 2023-07-03 14:11:46 +02:00
exports.ts Consolidate all the tour data into a single TourData type. 2023-07-02 11:28:41 +02:00
homepage.tsx Render the steps before the tour starts. 2023-07-03 14:11:46 +02:00