From 38b02ff2cf199873f5b9f16806b110e29b356376 Mon Sep 17 00:00:00 2001 From: 10G Meow <10gmeow@gmail.com> Date: Sun, 4 Feb 2024 20:59:58 +0200 Subject: [PATCH] room members ux: Tabs and Expanssion panels usage --- src/assets/css/chat.scss | 11 +-- src/assets/translations/en.json | 1 + src/components/DeviceList.vue | 1 - src/components/RoomInfo.vue | 128 ++++++++++++++++---------------- 4 files changed, 68 insertions(+), 73 deletions(-) diff --git a/src/assets/css/chat.scss b/src/assets/css/chat.scss index acd71e7..d571e76 100644 --- a/src/assets/css/chat.scss +++ b/src/assets/css/chat.scss @@ -994,21 +994,12 @@ body { margin-left: 38px; } - .member::after { - content: " "; - display: block; - margin: 10px 0px; - bottom: 0px; - height: 1px; - background-color: #e1e1e1; - width: 100%; - } - .show-all { color: black; font-size: 14 * $chat-text-size; font-weight: bold; margin-left: 10px; + padding: 10px; [dir="rtl"] & { margin-left: initial; margin-right: 10px; diff --git a/src/assets/translations/en.json b/src/assets/translations/en.json index 84f83f7..0e123ad 100644 --- a/src/assets/translations/en.json +++ b/src/assets/translations/en.json @@ -23,6 +23,7 @@ }, "menu": { "start_private_chat": "Direct Message with this user", + "actions": "actions", "reply": "Reply", "edit": "Edit", "delete": "Delete", diff --git a/src/components/DeviceList.vue b/src/components/DeviceList.vue index 097ac5d..63e51ea 100644 --- a/src/components/DeviceList.vue +++ b/src/components/DeviceList.vue @@ -1,6 +1,5 @@