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" > -
+