1
Fork 0
tildes-shepherd/source
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
..
assets Remove the Catppuccin class. 2023-06-16 09:54:36 +02:00
background Open the options page in dev. 2023-06-11 16:47:33 +02:00
content-scripts Render the steps before the tour starts. 2023-07-03 14:11:46 +02:00
options Rework storage values to use a single function. 2023-07-02 12:25:53 +02:00
scss Add media queries for grid tour styling. 2023-07-01 11:40:45 +02:00
storage Rework storage values to use a single function. 2023-07-02 12:25:53 +02:00
tours Render the steps before the tour starts. 2023-07-03 14:11:46 +02:00
build.ts Move the CSS again because why not. 2023-06-12 20:21:06 +02:00
manifest.ts Version 0.1.2! 2023-06-18 11:36:45 +02:00
packages.d.ts Add a bunch of files. 2023-06-11 16:17:01 +02:00
types.d.ts Consolidate all the tour data into a single TourData type. 2023-07-02 11:28:41 +02:00
web-ext.ts Add a bunch of files. 2023-06-11 16:17:01 +02:00