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

Decouple Playground from SICP Workspace #2487

Draft
wants to merge 29 commits into
base: master
Choose a base branch
from

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    476b3a2 View commit details
    Browse the repository at this point in the history
  2. Remove isSicpEditor prop from SicpWorkspace

    Replaces isSicpEditor with the literal `true` and simplify the
    conditionals that involve it. This results in removal of features such
    as the remote execution tab and the shared session buttons.
    RichDom2185 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    3104d66 View commit details
    Browse the repository at this point in the history
  3. Remove isSicpEditor prop from Playground

    Replaces isSicpEditor with the literal `false` and simplify the
    conditionals that involve it.
    RichDom2185 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    2243494 View commit details
    Browse the repository at this point in the history
  4. Remove remote execution logic from SicpWorkspace

    Removes from SicpWorkspace remaining query string handling logic that
    was only used for remote execution (`shouldAddDevice` param).
    RichDom2185 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    8531c98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e14d69 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    8d385af View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Merge branch 'master' of https://github.com/RichDom2185/source-academ…

    …y-frontend into 23-summer/decouple-playground-sicp
    RichDom2185 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    f8e1d43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01b6a4c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    087eb27 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Undo removal of isSicpEditor prop from Playground

    Partially reverts 2243494 in
    preparation for merging of commits from refactoring change. Done simply
    to prevent as many merge conflicts as possible. Changes are to be
    restored later.
    RichDom2185 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e677142 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/RichDom2185/source-academ…

    …y-frontend into 23-summer/decouple-playground-sicp
    RichDom2185 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1633f86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89072a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb6ee59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6511478 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    85c5fed View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    af9ba59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0750228 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Merge branch 'master' of https://github.com/RichDom2185/source-academ…

    …y-frontend into 23-summer/decouple-playground-sicp
    RichDom2185 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0861029 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dcd0ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c185393 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    133da60 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/RichDom2185/source-academ…

    …y-frontend into 23-summer/decouple-playground-sicp
    RichDom2185 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f9139d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bcb6cc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Merge branch 'master' of https://github.com/RichDom2185/source-academ…

    …y-frontend into 23-summer/decouple-playground-sicp
    RichDom2185 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    9c8d6f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    9aff774 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6723bfb View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    598d981 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    3699a27 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    352ed8b View commit details
    Browse the repository at this point in the history