diff --git a/frontend/src/components/Activities.vue b/frontend/src/components/Activities.vue index a3db0cab..d71bcb69 100644 --- a/frontend/src/components/Activities.vue +++ b/frontend/src/components/Activities.vue @@ -426,15 +426,10 @@
-
+
@@ -688,9 +684,32 @@
-
-
-
+
+
+
+
+ {{ activity.show_others ? __('Hide') : __('Show') }} + +{{ activity.other_versions.length + 1 }} + {{ __('changes from') }} + {{ activity.owner_name }} +
+ +
+
{{ activity.owner_name }} @@ -745,85 +764,71 @@
-
-
- - {{ __(activity.data.field_label) }} - - -
-
- {{ - startCase(__(activity.type)) - }} - -
- - {{ getUser(activity.data.old_value).full_name }} -
-
- {{ activity.data.old_value }} -
-
- {{ __('to') }} - -
- - {{ getUser(activity.data.value).full_name }} -
-
- {{ activity.data.value }} -
-
-
-
- -
- -
- {{ __(timeAgo(activity.creation)) }} -
-
-
-
-
- +
+
+ + {{ __(activity.data.field_label) }} + + +
+
+ {{ + startCase(__(activity.type)) + }} + +
+ + {{ getUser(activity.data.old_value).full_name }} +
+
+ {{ activity.data.old_value }} +
+
+ {{ __('to') }} + +
+ + {{ getUser(activity.data.value).full_name }} +
+
+ {{ activity.data.value }} +
+
+
+
+ +
+ +
+ {{ __(timeAgo(activity.creation)) }} +
+
+
+
@@ -919,7 +924,7 @@ import LeadsIcon from '@/components/Icons/LeadsIcon.vue' import DealsIcon from '@/components/Icons/DealsIcon.vue' import DotIcon from '@/components/Icons/DotIcon.vue' import CommentIcon from '@/components/Icons/CommentIcon.vue' -import EmailAtIcon from '@/components/Icons/EmailAtIcon.vue' +import SelectIcon from '@/components/Icons/SelectIcon.vue' import InboundCallIcon from '@/components/Icons/InboundCallIcon.vue' import OutboundCallIcon from '@/components/Icons/OutboundCallIcon.vue' import ReplyIcon from '@/components/Icons/ReplyIcon.vue' diff --git a/frontend/src/components/Icons/SelectIcon.vue b/frontend/src/components/Icons/SelectIcon.vue new file mode 100644 index 00000000..8d9c308c --- /dev/null +++ b/frontend/src/components/Icons/SelectIcon.vue @@ -0,0 +1,16 @@ +