From ae28569cf58153191a4d3eb3ff38349e7dd1a701 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 19 Nov 2020 15:47:09 +0100 Subject: [PATCH 01/12] Define region roles for easier access Defined specific region roles for easier access to: - conversation settings: navigation role define by the component itself, we use a custom label here. - conversation messages - new message form Note: so far the call button and conversation settings are part of the main content, not the messages list. This could be tweaked further later on. The right sidebar is already recognized as "complementary". Signed-off-by: Vincent Petry --- src/components/ChatView.vue | 6 +++++- src/components/LeftSidebar/LeftSidebar.vue | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/ChatView.vue b/src/components/ChatView.vue index c25c9271314..299bc791652 100644 --- a/src/components/ChatView.vue +++ b/src/components/ChatView.vue @@ -43,8 +43,12 @@ - + diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue index 1bbdb54203b..8f4aee7464d 100644 --- a/src/components/LeftSidebar/LeftSidebar.vue +++ b/src/components/LeftSidebar/LeftSidebar.vue @@ -20,7 +20,9 @@ -->