@@ -38,12 +33,7 @@
-
+
@@ -52,11 +42,7 @@
-
+
@@ -75,22 +61,22 @@
+
diff --git a/frontend/src/components/UserAccessTokens.vue b/frontend/src/components/UserAccessTokens.vue
index 86989409a..b8c7c4955 100644
--- a/frontend/src/components/UserAccessTokens.vue
+++ b/frontend/src/components/UserAccessTokens.vue
@@ -2,17 +2,16 @@
Personal Access Tokens
- Personal Access Tokens can be used to access the Speckle API on this
- server; they function like ordinary OAuth access tokens. Use them in your
- scripts or apps!
+ Personal Access Tokens can be used to access the Speckle API on this server; they function
+ like ordinary OAuth access tokens. Use them in your scripts or apps!
- Treat them like a password: do not post them anywhere where they could
- be accessed by others (e.g., public repos).
+ Treat them like a password: do not post them anywhere where they could be accessed by others
+ (e.g., public repos).
Loading...
-
+ You have no api tokens.
- new token
+ new token
@@ -31,9 +30,9 @@
diff --git a/frontend/src/components/dialogs/BranchEditDialog.vue b/frontend/src/components/dialogs/BranchEditDialog.vue
new file mode 100644
index 000000000..fd1532ae4
--- /dev/null
+++ b/frontend/src/components/dialogs/BranchEditDialog.vue
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+ Edit Branch
+
+
+
+
+
+
+
+ Save
+
+
+ Delete Branch
+
+
+ Are you sure?
+
+ You cannot undo this action. The branch
+ {{ name }}
+ will be permanently deleted.
+
+
+
+ Cancel
+ Delete
+
+
+
+
+