Tutorial #62

Merged
LucidKobold merged 32 commits from tutorial into main 2022-06-24 15:51:02 -04:00
16 changed files with 822 additions and 122 deletions
Showing only changes of commit ac316918fe - Show all commits

View File

@@ -40,6 +40,14 @@ const Tutorial = ({
setRememberComplete(!rememberComplete); setRememberComplete(!rememberComplete);
}; };
// TODO: Add an expiration validator.
// TODO: Add a version validator that removed the completed tutorial storages when there were major changes to the tutorial.
// * The changes are tracked via env variables. The last version that user saw the tutorial is saved in storage.
// TODO: Break up this component into reusable components that will generate headers and the content section.
// * Pass in if the component to be generated is the last component so the dividers can be conditionally rendered.
// * Pass in the type of component: text, calender, type of calender.
return ( return (
<Box> <Box>
<VStack <VStack