diff --git a/packages/frontend/src/components/ListItemActivity.vue b/packages/frontend/src/components/ListItemActivity.vue index 802d61a14..6f1c28cf8 100644 --- a/packages/frontend/src/components/ListItemActivity.vue +++ b/packages/frontend/src/components/ListItemActivity.vue @@ -25,35 +25,72 @@ flat > - - - - + + + + + + - {{ targetUser.name }} - + {{ targetUser.name }} + - {{ activityInfo.actionText }} - - mdi-account-key-outline - {{ activity.info.role.split(':')[1] }} - + {{ activityInfo.actionText }} + + mdi-account-key-outline + {{ activity.info.role.split(':')[1] }} + + + + + view + + + - - mdi-compare-vertical - {{ stream.name }} - - {{ activityInfo.actionText }} + + + + mdi-compare-vertical + {{ stream.name }} + + {{ activityInfo.actionText }} + + + + + view + + + +
mdi-source-commit {{ stream.commits.totalCount }} - + mdi-account-key-outline {{ stream.role.split(':')[1] }} @@ -123,37 +160,55 @@ - -
- - {{ activityInfo.icon }} - {{ activity.resourceId }} - - {{ activityInfo.actionText }} - - - mdi-source-branch - {{ commit.branchName }} - - - from - - - - - [commit deleted] - -
-
-
+ + +
+ +
+ + {{ activityInfo.icon }} + {{ activity.resourceId }} + + {{ activityInfo.actionText }} + + + mdi-source-branch + {{ commit.branchName }} + + + from + + + + + [commit deleted] + +
+
+
+
+ + + + + + + +
+
@@ -163,10 +218,11 @@ - diff --git a/packages/frontend/src/components/PreviewImage.vue b/packages/frontend/src/components/PreviewImage.vue new file mode 100644 index 000000000..3e534332e --- /dev/null +++ b/packages/frontend/src/components/PreviewImage.vue @@ -0,0 +1,66 @@ + + + diff --git a/packages/frontend/src/components/SourceAppAvatar.vue b/packages/frontend/src/components/SourceAppAvatar.vue index 0799709a2..e03e55881 100644 --- a/packages/frontend/src/components/SourceAppAvatar.vue +++ b/packages/frontend/src/components/SourceAppAvatar.vue @@ -3,7 +3,7 @@