diff --git a/src/app/components/EventReply.svelte b/src/app/components/EventReply.svelte
index 765887be..43d192e8 100644
--- a/src/app/components/EventReply.svelte
+++ b/src/app/components/EventReply.svelte
@@ -1,15 +1,17 @@
+
+
+ {#if h}
+ #
+
+ {threads.length}
+ {threads.length === 1 ? "topic" : "topics"}
+
+
{title || "Untitled thread"}
+
+ by
+ Replies · + {replyCount} +
++ Last · + {formatTimestamp(lastActive)} +
+ diff --git a/src/app/components/ThreadPagination.svelte b/src/app/components/ThreadPagination.svelte new file mode 100644 index 00000000..25e07adf --- /dev/null +++ b/src/app/components/ThreadPagination.svelte @@ -0,0 +1,66 @@ + + +Page {page} of {pageCount}
+
+ {replyCount}
+ {replyCount === 1 ? "reply" : "replies"}
+ {#if h}
+ · #{getTagValue("title", $event?.tags || []) || ""}
+
+ {getTagValue("title", $event?.tags || []) || ""}
+
+