diff --git a/src/views/Posts.vue b/src/views/Posts.vue index 5e822838..d23105c0 100644 --- a/src/views/Posts.vue +++ b/src/views/Posts.vue @@ -126,7 +126,7 @@
- +
@@ -141,10 +141,15 @@
OP
{{post.user.title}}
-
Activity: {{post.user.activity}}
-
Merit: {{post.user.merit}}
+
Activity: {{post.user.activity || 0}}
+
Merit: {{post.user.merit || 0}}
+
+
+ +
+
@@ -160,20 +165,23 @@
- - - + + + + + Anonymous +
{{truncate(post.user.name, 33)}}  — 
-
{{post.user.role_name || 'user'}}
+
{{post.user.role_name || 'user'}}
- +
OP
{{post.user.title}}
-
Activity: {{post.user.activity}}
-
Merit: {{post.user.merit}}
+
Activity: {{post.user.activity || 0}}
+
Merit: {{post.user.merit || 0}}
{{humanDate(post.created_at)}} @@ -191,14 +199,17 @@
- - - + + + + + Anonymous +
{{truncate(post.user.name, 33)}}  — 
-
{{post.user.role_name || 'user'}}
+
{{post.user.role_name || 'user'}}
{{humanDate(post.created_at)}} {{' — Edited ' + humanDate(post.updated_at) + ' by '}}{{post.metadata.edited_by_username}} @@ -1538,9 +1549,6 @@ ad-viewer { color: $base-font-color; font-size: $font-size-sm; font-weight: 600; - &:hover { - color: $color-primary; - } } .user-role { @@ -1605,9 +1613,6 @@ ad-viewer { margin-right: 0.25rem; color: $base-font-color; font-weight: 600; - &:hover { - color: $color-primary; - } } .user-role { diff --git a/src/views/Threads.vue b/src/views/Threads.vue index 2d07ff15..5e1b944d 100644 --- a/src/views/Threads.vue +++ b/src/views/Threads.vue @@ -132,9 +132,10 @@
Started by deleted - + + Anonymous on {{humanDate(thread.created_at)}}
@@ -146,17 +147,22 @@ deleted - - + + + + - posted on + + + Anonymous + posted on {{humanDate(thread.last_post_created_at)}}. (Last unread post) - +
@@ -185,9 +191,10 @@
Started by deleted - + + Anonymous on {{ humanDate(thread.created_at)}}
@@ -196,16 +203,25 @@
- + {{ thread.is_proxy ? thread.post_count.toLocaleString() : (thread.post_count - 1).toLocaleString() || 0 }} {{ thread.view_count.toLocaleString() || 0 }} - - + deleted - - posted on {{humanDate(thread.last_post_created_at)}}. + + + + + + + + Anonymous + posted on + + {{humanDate(thread.last_post_created_at)}}. + (Last unread post)