feat: add playground app#77
Open
tilucasoli wants to merge 1 commit into
Open
Conversation
|
To view this pull requests documentation preview, visit the following URL: Documentation is deployed and generated using docs.page. |
|
Visit the preview URL for this PR (updated for commit 2b8dd43): https://superdeck-dev--pr77-feat-create-playgrou-ndk6m9my.web.app (expires Thu, 02 Jul 2026 02:26:40 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: bd68fc230762285849207e7e120aaf87cd4ca2f9 |
4 tasks
Introduces packages/playground — a standalone Markdown editor + presentation app (forerunner of SuperDeck Studio) that hosts SuperDeck slides without the CLI pipeline. Features a rich-text Markdown editor with live thumbnail previews, full-screen presentation mode, and system theme support. Depends on local superdeck, superdeck_core, and superdeck_builder. Not published (publish_to: none). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ed27c75 to
2b8dd43
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Introduces
packages/playground— a standalone Markdown editor + presentation app (forerunner of SuperDeck Studio) that runs without the CLI pipeline.Stacked on #79 — depends on the framework hooks added there (nullable slide chrome,
MixScopeinheritance, thumbnail invalidation, Hero shuttle text-style fix, builder parser re-exports). Merge #79 first, then this PR will rebase ontomain.Changes
packages/playground/(new)Standalone editor with rich-text Markdown input, live thumbnail previews, full-screen presentation mode, and system theme support. Depends on local
superdeck,superdeck_core, andsuperdeck_builder. Not published (publish_to: none).Test plan
melos run analyzemelos run testcd packages/playground && fvm flutter run -d macosfvm flutter run -d chrome🤖 Generated with Claude Code