microsoft / pxt

Microsoft MakeCode (PXT - Programming eXperience Toolkit)
https://makecode.com
MIT License
2.1k stars 588 forks source link

Add "Hide Done" Option for Tutorials #10248

Closed thsparks closed 3 weeks ago

thsparks commented 3 weeks ago

Addresses https://github.com/microsoft/pxt-minecraft/issues/2539 (though that tutorial will still need a content update).

This adds a "hideDone" flag that can be set on a tutorial to indicate that the Done button should not be shown on the final step.

Also added tests for hideDone and hideToolbox (which I added in https://github.com/microsoft/pxt/commit/9e6dd9e5e5ac372d6a043265dc79af48c0850e55). Not sure how much value they bring beyond parsing validation, but I suppose that's better than nothing!

Vertical Sidebar: NoDoneVertical

Horizontal Top-bar: NoDoneHorizontal