From 3eb801d16c011853af300a5805fe53565771dde9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Fri, 27 Dec 2019 14:33:05 +0100 Subject: Add dummy call view to the Files sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently the dummy call view is simply shown when the user is in the call and hidden otherwise. Signed-off-by: Daniel Calviño Sánchez --- src/FilesSidebarCallViewApp.vue | 56 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 src/FilesSidebarCallViewApp.vue (limited to 'src/FilesSidebarCallViewApp.vue') diff --git a/src/FilesSidebarCallViewApp.vue b/src/FilesSidebarCallViewApp.vue new file mode 100644 index 000000000..f172245b9 --- /dev/null +++ b/src/FilesSidebarCallViewApp.vue @@ -0,0 +1,56 @@ + + + + + -- cgit v1.2.3