From dcfd6ec476ae815a76922fb2446f2ac5090d2c0a Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Sun, 6 Sep 2020 16:01:46 -0700 Subject: [PATCH] Mobile view and clean up --- assets/components/ContainerStat.vue | 23 +++++++++++++--------- assets/components/ContainerTitle.vue | 29 ++-------------------------- assets/components/LogContainer.vue | 27 ++++++++++++++++++++++++-- assets/components/MobileMenu.vue | 20 +++++++++++++------ assets/pages/Index.vue | 10 +++------- 5 files changed, 58 insertions(+), 51 deletions(-) diff --git a/assets/components/ContainerStat.vue b/assets/components/ContainerStat.vue index eafbb22e..dfff4726 100644 --- a/assets/components/ContainerStat.vue +++ b/assets/components/ContainerStat.vue @@ -1,10 +1,19 @@ @@ -28,8 +37,4 @@ export default { }; - + diff --git a/assets/components/ContainerTitle.vue b/assets/components/ContainerTitle.vue index 3bdf8b67..b9db1d25 100644 --- a/assets/components/ContainerTitle.vue +++ b/assets/components/ContainerTitle.vue @@ -1,9 +1,6 @@ @@ -11,31 +8,9 @@ export default { props: { value: String, - closable: { - type: Boolean, - default: false, - }, }, name: "ContainerTitle", }; - + diff --git a/assets/components/LogContainer.vue b/assets/components/LogContainer.vue index 8fc55012..de71e3fe 100644 --- a/assets/components/LogContainer.vue +++ b/assets/components/LogContainer.vue @@ -1,8 +1,17 @@