Skip to content

Conversation

@JakeWags
Copy link
Contributor

@JakeWags JakeWags commented May 9, 2025

Does this PR close any open issues?

Closes #307

Give a longer description of what this PR addresses and why it's needed

This PR adds the ability to fork a workspace provided the user has access to the workspace.
The fork option is found under the workspace menu options.

Once forked, the user will be redirected to the new workspace.

Provide pictures/videos of the behavior before and after these changes (optional)

multinet-fork

Are there any additional TODOs before this PR is ready to go?

TODOs:

  • Update relevant documentation
  • Bump multinet version after multinetjs release

@JakeWags JakeWags requested a review from JackWilb May 9, 2025 22:40
@netlify
Copy link

netlify bot commented May 9, 2025

Deploy Preview for multinet-client ready!

Name Link
🔨 Latest commit
🔍 Latest deploy log https://app.netlify.com/projects/multinet-client/deploys/682667df9358b400a5ec6fba
😎 Deploy Preview https://deploy-preview-308--multinet-client.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Comment on lines 285 to 289
// handle the loading state from child emits function
function handleLoading(newLoading: boolean) {
loading.value = newLoading;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this might conflict with the boolean value getting set elsewhere (i.e. if this sets to false, but the other is loading, we will not see the loader while it's still loading). We need 2 booleans here and the loading should be an OR over them both

@JackWilb JackWilb merged commit dbfcd1b into main May 15, 2025
1 of 5 checks passed
@JackWilb JackWilb deleted the workspace-fork branch May 15, 2025 22:19
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.

Fork operation for workspaces

3 participants