aboutsummaryrefslogtreecommitdiff
path: root/src/components/TutorialPane.vue
AgeCommit message (Collapse)Author
2022-06-25Convert UI options towards using bg/alt-color setTerry Truong
2022-06-24Adjust some option namesTerry Truong
2022-06-24Move utility functions into util.tsTerry Truong
2022-06-24Add type annotations for UI optionsTerry Truong
2022-06-24Enable skipping tutorial on startupTerry Truong
2022-06-24Hide buttons and info-icons during parts of tutorialTerry Truong
2022-06-23Adjust component event namesTerry Truong
2022-05-28Add RButton componentTerry Truong
2022-05-27Use static-layout for ancestry-bar and tutorial-paneTerry Truong
2022-05-24Clean up tutorial disabled/trigger-action codeTerry Truong
2022-05-24Add feature-use triggers that advance tutorialTerry Truong
2022-05-23Add help modal button that opens tutorialTerry Truong
Needed to add code for skipping tutorial pane's welcome message. Also fixed small unwanted click-propagation bug in SettingsModal.
2022-05-23Make tutorial disable features until introducedTerry Truong
Also add tutorial finish button and close icon
2022-05-23Add tutorial stages, with prev/next buttonsTerry Truong
2022-05-23Add initial tutorial pane contentsTerry Truong