Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds project save/load functionality to :play #37

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    2c2f7bd View commit details
    Browse the repository at this point in the history
  2. Add slot for account button. (#34)

    Adds a slot for account button in play-pen-header, that can be specified via play-pen.
    gunsch authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3143a78 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Implements project saving and loading in Play (#35)

    ## 💸 TL;DR
    
    Implements Project-level saving and loading in Play.
    
    ## Details
    
    This includes:
    * Adding the Save/Load buttons in the Project menu
    * Dialogs for both Save and Load flows
    * Logic that proxies the actual storage to something behind the
    `ProjectStorageClient` interface, which can be swapped out later
    * Storing the current project in `sessionStorage`, so that it persists
    across reload but not across tabs
    * Making sure "New" projects clear the current stored project
    * Making sure we can load/save projects several times
    * Using the Pen title as the project name (both when saving and loading)
    gunsch authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cde78f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. pre-pr review cleanup

    gunsch committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8db352c View commit details
    Browse the repository at this point in the history