diff --git a/frontend/src/components/FeedCommit.vue b/frontend/src/components/FeedCommit.vue index d3b5d2796..d6084aea9 100644 --- a/frontend/src/components/FeedCommit.vue +++ b/frontend/src/components/FeedCommit.vue @@ -1,12 +1,7 @@ diff --git a/frontend/src/components/FeedStream.vue b/frontend/src/components/FeedStream.vue index dad50164f..36e7908d0 100644 --- a/frontend/src/components/FeedStream.vue +++ b/frontend/src/components/FeedStream.vue @@ -1,12 +1,7 @@ diff --git a/frontend/src/components/SidebarStream.vue b/frontend/src/components/SidebarStream.vue index eecfcc2ec..78451e3cc 100644 --- a/frontend/src/components/SidebarStream.vue +++ b/frontend/src/components/SidebarStream.vue @@ -12,14 +12,19 @@ {{ stream.name }} - + +

+ Created + + ({{ streamDate }}) +

mdi-source-branch   {{ stream.branches.totalCount }} - branch{{ stream.branches.totalCount === 1 ? "" : "es" }} + branch{{ stream.branches.totalCount === 1 ? '' : 'es' }}

@@ -27,38 +32,38 @@   {{ stream.commits.totalCount }} - commit{{ stream.commits.totalCount === 1 ? "" : "s" }} + commit{{ stream.commits.totalCount === 1 ? '' : 's' }}

mdi-link - link sharing on +   link sharing on - mdi-link-lock - link sharing off + mdi-shield-lock +   link sharing off

-

- Created - -

-

- Updated - -

- + Edit mdi-cog-outline - + + +
Collaborators
- - + + - + {{ collab.name }}
- {{ collab.role.split(":")[1] }} + {{ collab.role.split(':')[1] }}
- + Manage mdi-account-multiple - - -

WIP

+ + -