From 3ddf360e1109fd0db3f6cc9b1b0ec51906faf6f8 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 2 Nov 2022 18:02:20 +0100 Subject: [PATCH] Add breadcrumb trail on Post view And lint Closes #466 Signed-off-by: Thomas Citharel --- js/src/views/Posts/PostView.vue | 42 ++++++++++++++++++++++++++------- 1 file changed, 34 insertions(+), 8 deletions(-) diff --git a/js/src/views/Posts/PostView.vue b/js/src/views/Posts/PostView.vue index 40bff220e..3db903ff7 100644 --- a/js/src/views/Posts/PostView.vue +++ b/js/src/views/Posts/PostView.vue @@ -1,5 +1,21 @@