diff --git a/frontend/src/components/Activities/Activities.vue b/frontend/src/components/Activities/Activities.vue index 5a6bc6fc..21e993bf 100644 --- a/frontend/src/components/Activities/Activities.vue +++ b/frontend/src/components/Activities/Activities.vue @@ -9,308 +9,250 @@ :whatsappBox="whatsappBox" :modalRef="modalRef" /> -
- - {{ __('Loading...') }} -
- - -
-
- -
+ + {{ __('Loading...') }}
-
-
-
-
-
- -
-
- +
+
+ +
+
+
+
-
-
- -
-
-
-
+
+
- - - -
-
- -
-
-
-
-
-
- - - - -
-
-
- -
-
- -
-
- -
-
-
-
-
- {{ activity.show_others ? __('Hide') : __('Show') }} - +{{ activity.other_versions.length + 1 }} - {{ __('changes from') }} - {{ activity.owner_name }} -
- -
-
- - {{ activity.owner_name }} - - {{ __(activity.type) }} - - {{ __(activity.data.field_label) }} - - {{ __(activity.value) }} -
- - {{ 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)) +
+ +
+
+
+
+
+
+ + + + +
+
+
+ +
+
+ +
+
+ +
+
+
+
+
+ {{ + activity.show_others ? __('Hide') : __('Show') }} - -
- - {{ getUser(activity.data.old_value).full_name }} -
-
- {{ activity.data.old_value }} -
-
- {{ __('to') }} - -
- - {{ getUser(activity.data.value).full_name }} -
-
- {{ activity.data.value }} -
-
+ +{{ activity.other_versions.length + 1 }} + {{ __('changes from') }} + {{ activity.owner_name }}
+ +
+
+ + {{ activity.owner_name }} + + {{ __(activity.type) }} + + {{ __(activity.data.field_label) }} + + {{ __(activity.value) }} + +
+ + {{ getUser(activity.data.old_value).full_name }} +
+
+ {{ activity.data.old_value }} +
+
+ {{ __('to') }} + +
+ + {{ getUser(activity.data.value).full_name }} +
+
+ {{ activity.data.value }} +
+
@@ -321,59 +263,131 @@
+
+
+
+
+ + {{ __(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)) }} +
+
+
+
+
+
+ + {{ __(emptyText) }} +
-
- - {{ __(emptyText) }} -
- -