From 2f30d3227f8af0a0c79b139f1cfbd334ca94e0d3 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Fri, 12 Aug 2022 11:42:51 +0200 Subject: Various fixes - Fix user status dialog - Add label where missing - Move emoji picker inside input field (similar to talk) - Fix selecting an emoji - Fix multiselect - Fix button with confirmation action - Fix some other unrelated dark theme issues - Fix select2 focus - Run npm lint:fix Signed-off-by: Carl Schwan --- apps/user_status/src/components/ClearAtSelect.vue | 7 ++-- .../src/components/CustomMessageInput.vue | 43 ++++++++++++++++++++-- apps/user_status/src/components/SetStatusModal.vue | 34 +++++++++-------- 3 files changed, 62 insertions(+), 22 deletions(-) (limited to 'apps/user_status/src') diff --git a/apps/user_status/src/components/ClearAtSelect.vue b/apps/user_status/src/components/ClearAtSelect.vue index a2779389691..620b72a3a41 100644 --- a/apps/user_status/src/components/ClearAtSelect.vue +++ b/apps/user_status/src/components/ClearAtSelect.vue @@ -21,10 +21,11 @@