stackblitz / tutorialkit

TutorialKit by StackBlitz - Create interactive tutorials powered by the WebContainer API
https://tutorialkit.dev
MIT License
507 stars 49 forks source link

Fix toggle terminal visibility #363

Closed SeanHersh closed 1 week ago

SeanHersh commented 1 month ago

Description of What Happened: In my open-source contribution, I aimed to fix a bug where the "Toggle Terminal" button stayed visible even when the terminal was set to be hidden in the metadata. After investigating, I realized that key parts of the metadata handling function were missing from the repository I pulled from.

I added a terminal property to the part schema as a boolean flag to address this. This flag controls whether the terminal should be shown or hidden for each tutorial part. While I couldn't fully verify the solution due to missing parts in the repository, I contributed this schema change as a potential fix to help manage terminal visibility.

Additions Made:

Added terminal property to the part schema to control terminal visibility for each part. Introduced logic based on this flag to toggle the terminal visibility in the interface.

All added components have been commented out with a full description of functionality and purpose

stackblitz[bot] commented 1 month ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.