From 39928ededbf7db0fad0ff52e7a23f876a522c9e1 Mon Sep 17 00:00:00 2001 From: Leire Aguirre Date: Thu, 7 Nov 2024 12:35:51 +0100 Subject: [PATCH 1/4] fix: add id for highlight text in text and chat fields --- .../annotation/container/fields/chat-field/ChatField.vue | 6 +++++- .../annotation/container/fields/text-field/TextField.vue | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/argilla-frontend/components/features/annotation/container/fields/chat-field/ChatField.vue b/argilla-frontend/components/features/annotation/container/fields/chat-field/ChatField.vue index 971ede238a..50b14f4e74 100644 --- a/argilla-frontend/components/features/annotation/container/fields/chat-field/ChatField.vue +++ b/argilla-frontend/components/features/annotation/container/fields/chat-field/ChatField.vue @@ -5,7 +5,11 @@ class="chat__wrapper" :class="checkIfAreLessThanTwoRoles ? '--simple' : '--multiple'" > -
+
+
From 759766793567c93af861151d9c9ffc637ceda8c7 Mon Sep 17 00:00:00 2001 From: Leire Aguirre Date: Thu, 7 Nov 2024 12:52:09 +0100 Subject: [PATCH 2/4] include id in parent --- .../annotation/container/fields/chat-field/ChatField.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/argilla-frontend/components/features/annotation/container/fields/chat-field/ChatField.vue b/argilla-frontend/components/features/annotation/container/fields/chat-field/ChatField.vue index 50b14f4e74..1389c8f155 100644 --- a/argilla-frontend/components/features/annotation/container/fields/chat-field/ChatField.vue +++ b/argilla-frontend/components/features/annotation/container/fields/chat-field/ChatField.vue @@ -2,14 +2,11 @@
-
+