diff --git a/frontend/src/pages/Notifications.vue b/frontend/src/pages/Notifications.vue index afcfd9a5..525f091f 100644 --- a/frontend/src/pages/Notifications.vue +++ b/frontend/src/pages/Notifications.vue @@ -23,30 +23,71 @@ v-if="notifications?.length" v-for="log in notifications" :key="log.name" - class="flex items-center py-2 justify-between" + class="flex space-x-2 p-2 rounded-md" + :class="{ + 'cursor-pointer': log.link, + }" + @click="navigateToPage(log)" > -
- -
-
-
- +
+
+
+
+
+
+
+ {{ dayjs(log.creation).fromNow() }} +
+ +
+
+
- {{ __('View') }} - - +