From f74e16b8aa6c54538a594428ad97e5c71ae5a682 Mon Sep 17 00:00:00 2001 From: James Wampler Date: Wed, 1 Jul 2026 13:25:45 -0700 Subject: [PATCH] Fix tag color picker copy and native picker positioning Dialog/button titles said "colour" instead of "Color", and the hidden native color input had no positioned ancestor so the browser picker opened at the top-left of the viewport instead of near the dialog. --- .../src/components/features/TagsChipInput.vue | 44 ++++++++++--------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/src/admin/src/components/features/TagsChipInput.vue b/src/admin/src/components/features/TagsChipInput.vue index 5eb5438..ea99d18 100755 --- a/src/admin/src/components/features/TagsChipInput.vue +++ b/src/admin/src/components/features/TagsChipInput.vue @@ -55,18 +55,10 @@ type="button" style="width:36px;height:36px;border:none;padding:0;cursor:pointer;border-radius:4px" :style="{ background: newTagColor }" - title="Tag colour" + title="Tag Color" data-testid="tag-color-swatch" @click="showColorDialog = true" /> - - + - Tag colour + Tag Color
+
+ + +