From 99efb79da4df6b74a36e1fcc86aa67efb1e14360 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 5 Feb 2020 00:36:57 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 +++------ ayanova/src/App.vue | 2 +- ayanova/src/components/gz-data-table.vue | 4 ++-- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 84045512..6509870f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -47,13 +47,10 @@ CURRENT TODOs SHELL / NAV / MENUS / LAYOUT -TODO: narrow grid needs more clear separation between records, they kind of run together on a phone - - whitespace between records - - harder border -TODO: narrow table at top has no way of seeing at the top, needs some kind of thing that denotes user is at top of list - -TODO: Default record count for all tables sb 5 so that on a phone you can quickly get to the paging settings +TODO: Mobile view nav on 360px (our smallest supported size) isn't dismissable if you just want to go back to what you were working on + - This is becuase the nav is 350 and 10px isn't enough apparently to click on + - Maybe decrease the nav slightly TODO: toolbar above grid for filters, refresh etc (make it a standard component?) TODO: main.js filters need to be finished diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 42a0186b..773de31b 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -7,7 +7,7 @@ v-if="isAuthenticated" v-model="drawer" app - width="350" + width="345" > -
+