From af6ca88fd4d7d8d7ebf64ae84bf0ccd470408707 Mon Sep 17 00:00:00 2001 From: AfonsoCMSousa Date: Fri, 23 Jan 2026 21:45:49 +0000 Subject: [PATCH] dont read the name of the branch --- app/components/post/PostDetail.vue | 110 ++++++++++++++++++++++++++++- 1 file changed, 109 insertions(+), 1 deletion(-) diff --git a/app/components/post/PostDetail.vue b/app/components/post/PostDetail.vue index 7410a7f..c2d81e7 100644 --- a/app/components/post/PostDetail.vue +++ b/app/components/post/PostDetail.vue @@ -11,6 +11,15 @@ class="relative bg-gradient-to-br from-slate-50 to-slate-100 dark:from-slate-800 dark:to-slate-900 p-8 border-b dark:border-gray-800">
+ {{ post.type.replace('_', ' ') }} @@ -256,6 +265,53 @@
+ +
+
+ + +
+

+ Publication history +

+ +
+ + +
+
+
+ + + {{ formatAction(entry.actionType) }} + +
+ +
+ +
+
+ {{ entry.description }} +
+
+ {{ new Date(entry.timestamp).toLocaleString() }} +
+
+
+
+
+
+
+
\ No newline at end of file + -- 2.54.0