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

Playground: Add shareability #4

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Playground: Add shareability #4

merged 1 commit into from
Mar 19, 2024

Conversation

EthanThatOneKid
Copy link
Contributor

Changes

On clicking the playground's "Share" button...

  • The user is met with a confirmation on sharing the current playground.
  • If confirmed, the playground is added via request POST /api/playgrounds.
  • If request POST /api/playgrounds is successful, the user is redirected to the newly-saved playground, /playgrounds/:id.

Resolves #3.

@EthanThatOneKid EthanThatOneKid merged commit a1fe696 into main Mar 19, 2024
3 checks passed
@EthanThatOneKid EthanThatOneKid deleted the fix/3 branch March 19, 2024 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Playground: Missing share button functionality
1 participant