From e3bf6ce654c739e610ce34363d5b71d0cc136774 Mon Sep 17 00:00:00 2001 From: Jake Wagoner Date: Fri, 9 May 2025 16:38:20 -0600 Subject: [PATCH 1/6] Add emit loading state and handling for workspace forking --- src/components/WorkspaceOptionMenu.vue | 41 +++++++++++++++++++++++++- src/views/WorkspaceDetail.vue | 9 ++++-- 2 files changed, 47 insertions(+), 3 deletions(-) diff --git a/src/components/WorkspaceOptionMenu.vue b/src/components/WorkspaceOptionMenu.vue index 94d5144..ed54acf 100644 --- a/src/components/WorkspaceOptionMenu.vue +++ b/src/components/WorkspaceOptionMenu.vue @@ -21,6 +21,17 @@ > + + + + + mdi-source-branch + + + Fork Workspace + + + mdi-magnify @@ -37,7 +48,11 @@