This commit is contained in:
@@ -47,13 +47,10 @@ CURRENT TODOs
|
|||||||
|
|
||||||
SHELL / NAV / MENUS / LAYOUT
|
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: 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
|
||||||
TODO: Default record count for all tables sb 5 so that on a phone you can quickly get to the paging settings
|
- Maybe decrease the nav slightly
|
||||||
|
|
||||||
TODO: toolbar above grid for filters, refresh etc (make it a standard component?)
|
TODO: toolbar above grid for filters, refresh etc (make it a standard component?)
|
||||||
TODO: main.js filters need to be finished
|
TODO: main.js filters need to be finished
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
v-if="isAuthenticated"
|
v-if="isAuthenticated"
|
||||||
v-model="drawer"
|
v-model="drawer"
|
||||||
app
|
app
|
||||||
width="350"
|
width="345"
|
||||||
>
|
>
|
||||||
<v-list>
|
<v-list>
|
||||||
<template v-for="item in navItems">
|
<template v-for="item in navItems">
|
||||||
|
|||||||
@@ -166,10 +166,10 @@
|
|||||||
</template>
|
</template>
|
||||||
</v-data-iterator>
|
</v-data-iterator>
|
||||||
</template>
|
</template>
|
||||||
<hr />
|
<!-- <hr />
|
||||||
|
|
||||||
<div>Selected: {{ selected }}</div>
|
<div>Selected: {{ selected }}</div>
|
||||||
<!-- <div>Headers: {{ headers }}</div>
|
<div>Headers: {{ headers }}</div>
|
||||||
<div>Records: {{ records }}</div>
|
<div>Records: {{ records }}</div>
|
||||||
<div>TotalRecords: {{ totalRecords }}</div>
|
<div>TotalRecords: {{ totalRecords }}</div>
|
||||||
<div>caption: {{ caption }}</div>
|
<div>caption: {{ caption }}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user