From ab7f0b372d42f6042481a63b8f345307b41f962b Mon Sep 17 00:00:00 2001 From: AlejandroAkbal <37181533+AlejandroAkbal@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:28:39 -0700 Subject: [PATCH] fix: add open-in-new-tab post action --- components/pages/posts/post/PostComponent.vue | 16 +++++++++++++++- test/pages/posts.test.ts | 4 ++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/components/pages/posts/post/PostComponent.vue b/components/pages/posts/post/PostComponent.vue index 0338471b..6d3fd561 100644 --- a/components/pages/posts/post/PostComponent.vue +++ b/components/pages/posts/post/PostComponent.vue @@ -1,5 +1,5 @@