This commit is contained in:
@@ -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
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
v-if="isAuthenticated"
|
||||
v-model="drawer"
|
||||
app
|
||||
width="350"
|
||||
width="345"
|
||||
>
|
||||
<v-list>
|
||||
<template v-for="item in navItems">
|
||||
|
||||
@@ -166,10 +166,10 @@
|
||||
</template>
|
||||
</v-data-iterator>
|
||||
</template>
|
||||
<hr />
|
||||
<!-- <hr />
|
||||
|
||||
<div>Selected: {{ selected }}</div>
|
||||
<!-- <div>Headers: {{ headers }}</div>
|
||||
<div>Headers: {{ headers }}</div>
|
||||
<div>Records: {{ records }}</div>
|
||||
<div>TotalRecords: {{ totalRecords }}</div>
|
||||
<div>caption: {{ caption }}</div>
|
||||
|
||||
Reference in New Issue
Block a user