From 937d1c1d2a7a0e2c6530a288bd6333bdf2874875 Mon Sep 17 00:00:00 2001 From: Franz Osorio Date: Wed, 28 Aug 2024 12:58:57 -0400 Subject: [PATCH 1/2] Add action button to open remarks Remarks open in a new window and the focus shifts there. The button should only appear when there is a remark to open. --- .../edit/fields/helpers/ActionButton.vue | 77 ++++++++++--------- 1 file changed, 41 insertions(+), 36 deletions(-) diff --git a/src/components/panels/edit/fields/helpers/ActionButton.vue b/src/components/panels/edit/fields/helpers/ActionButton.vue index ba7f8b54..9f5a660c 100644 --- a/src/components/panels/edit/fields/helpers/ActionButton.vue +++ b/src/components/panels/edit/fields/helpers/ActionButton.vue @@ -3,7 +3,7 @@