From 03b4eff75827b2999f56259abeb3dd00e4c44938 Mon Sep 17 00:00:00 2001 From: Douglas Barone Date: Tue, 8 Dec 2020 09:54:54 -0400 Subject: [PATCH] Layout refresh --- .gitignore | 3 +- web/src/components/MainDrawer.vue | 23 +++++--------- web/src/components/UserPresenceStatusList.vue | 4 ++- web/src/components/widgets/Widget.vue | 8 +++-- web/src/layouts/Default.vue | 26 ++++------------ web/src/scss/style.scss | 12 ++++---- web/src/views/Home.vue | 6 ++-- web/src/views/UserPresence.vue | 30 ++++++++++++------- web/src/views/WifiDevices.vue | 2 +- web/src/views/WifiUsers.vue | 5 ++-- 10 files changed, 55 insertions(+), 64 deletions(-) diff --git a/.gitignore b/.gitignore index eb976e0..e9acd53 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ *.sln *.sw? pti.code-workspace -temporary-captain-to-deploy.tar \ No newline at end of file +temporary-captain-to-deploy.tar +deploy.sh diff --git a/web/src/components/MainDrawer.vue b/web/src/components/MainDrawer.vue index c5c27f9..9617fd3 100755 --- a/web/src/components/MainDrawer.vue +++ b/web/src/components/MainDrawer.vue @@ -2,30 +2,21 @@ - - diff --git a/web/src/components/UserPresenceStatusList.vue b/web/src/components/UserPresenceStatusList.vue index 97511c1..399234f 100644 --- a/web/src/components/UserPresenceStatusList.vue +++ b/web/src/components/UserPresenceStatusList.vue @@ -10,6 +10,7 @@ :key="userPresence.user.id" cols="12" md="6" + lg="3" > @@ -63,7 +64,7 @@
- + @@ -103,4 +104,5 @@ export default { diff --git a/web/src/components/widgets/Widget.vue b/web/src/components/widgets/Widget.vue index f12a32f..2695dcc 100755 --- a/web/src/components/widgets/Widget.vue +++ b/web/src/components/widgets/Widget.vue @@ -1,5 +1,5 @@