From 5ee98e8db68f5553a45b7d2dfa5e593eaeffc1dc Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Sun, 20 Dec 2020 02:19:54 +0200 Subject: [PATCH] feat(frontend): various display improvements --- frontend/src/views/Branch.vue | 31 +++++++++++++ frontend/src/views/Commit.vue | 67 +++++++++++++-------------- frontend/src/views/Home.vue | 74 +++++++++++++----------------- frontend/src/views/NotFound.vue | 34 +++++++------- frontend/src/views/Profile.vue | 18 ++++---- frontend/src/views/ProfileUser.vue | 12 ++--- frontend/src/views/Stream.vue | 42 +++++++++++------ frontend/src/views/StreamMain.vue | 60 ++++++++---------------- frontend/src/views/Streams.vue | 37 ++++++++------- 9 files changed, 195 insertions(+), 180 deletions(-) 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 @@