From 2133b0ecddecb56877aa5c16a080e6b584a6f96e Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 8 May 2023 13:47:23 +0200 Subject: [PATCH] fix(user_status): Use role=radio for predefined statuses in online status modal * Instead of tabable DIVs properly assign the radio role * Set role to radiogroup of list container to group the predefined statuses Signed-off-by: Ferdinand Thiessen --- .../src/components/PredefinedStatus.vue | 11 ++++++++-- .../src/components/PredefinedStatusesList.vue | 22 ++++++++++++++++--- .../src/components/SetStatusModal.vue | 6 ++++- 3 files changed, 33 insertions(+), 6 deletions(-) diff --git a/apps/user_status/src/components/PredefinedStatus.vue b/apps/user_status/src/components/PredefinedStatus.vue index 2775051439c..8f5dd92374d 100644 --- a/apps/user_status/src/components/PredefinedStatus.vue +++ b/apps/user_status/src/components/PredefinedStatus.vue @@ -19,8 +19,10 @@ - -->