diff --git a/frontend/src/views/Branch.vue b/frontend/src/views/Branch.vue index c3f2f7f27..def27ec7d 100644 --- a/frontend/src/views/Branch.vue +++ b/frontend/src/views/Branch.vue @@ -12,6 +12,37 @@ {{ branch.description }} + + + + + + How to use this branch in desktop clients + + +

+ Grasshopper & Dynamo: + Copy and paste this page's url into a text panel and connect + that to the "Stream" input of a receiver component or sender + component. + Senders + will push commits to this branch, whereas + receivers + will always pull the latest commit from this branch. +

+

+ Other clients: + Select this branch from the UI. You will now be able to either + send + (push commits to), or + receive + the latest commit or a specified one. +

+
+
+
+
+ Commits ({{ branch.commits.totalCount }}) diff --git a/frontend/src/views/Commit.vue b/frontend/src/views/Commit.vue index b9c8f4613..2e8e1f69e 100644 --- a/frontend/src/views/Commit.vue +++ b/frontend/src/views/Commit.vue @@ -39,13 +39,12 @@

Grasshopper & Dynamo: - Copy and paste this page's url into a text panel and connect - that to the "Stream" input of a receiver component. + Copy and paste this page's url into a text panel and connect that to the "Stream" + input of a receiver component.

Other clients: - Switch to this commit's branch, and then select it from commits - the dropdown. + Switch to this commit's branch, and then select it from commits the dropdown.

@@ -70,15 +69,15 @@ diff --git a/frontend/src/views/Profile.vue b/frontend/src/views/Profile.vue index 1204822b9..f87671d91 100644 --- a/frontend/src/views/Profile.vue +++ b/frontend/src/views/Profile.vue @@ -4,7 +4,7 @@ - + You have @@ -16,9 +16,7 @@ commits. - - Heads up! The sections below are intended for developers. - + Heads up! The sections below are intended for developers. @@ -26,14 +24,14 @@