From cc64dcca715af761d7256ea0be34ccdc6cb30010 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Fri, 12 Aug 2022 17:58:28 +0200 Subject: Move LeftSidebar components to new vue components - Use NcTextField for the search - Use NcCheckBoxRadioSwitch for the NewGroupConversation component Signed-off-by: Carl Schwan --- .../ConversationSettings/ListableSettings.vue | 36 ++++++------ src/components/LeftSidebar/LeftSidebar.vue | 3 +- .../NewGroupConversation/NewGroupConversation.vue | 31 +++++----- .../SetContacts/SetContacts.vue | 27 +++------ .../SetConversationName/SetConversationName.vue | 8 ++- .../SetConversationType/SetConversationType.vue | 68 ---------------------- src/components/LeftSidebar/SearchBox/SearchBox.vue | 31 ++++------ 7 files changed, 58 insertions(+), 146 deletions(-) delete mode 100644 src/components/LeftSidebar/NewGroupConversation/SetConversationType/SetConversationType.vue (limited to 'src/components') diff --git a/src/components/ConversationSettings/ListableSettings.vue b/src/components/ConversationSettings/ListableSettings.vue index 758957fe4..9e665b8e9 100644 --- a/src/components/ConversationSettings/ListableSettings.vue +++ b/src/components/ConversationSettings/ListableSettings.vue @@ -22,29 +22,22 @@