diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c0121a63..65a5c72b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -24,8 +24,7 @@ TODO CLIENT STUFF - In main list? - Only in detail? - Check the rights to the list before it gets the data - - Edit / Trash buttons in grid are too small on a phone with fat fingers - - TWO api calls are made when list is opened, sb one only. + - Edit / Trash buttons in grid are too small on a phone with fat fingers - Should list or any widgets fetch data automatically on display or should they have some way of requesting it to save bandwidth? (TTM CADILLAC PROBLEM?) - Should the list be narrow to start and expand on demand?(TTM CADILLAC PROBLEM?) - Login needs to scroll higher or logo smaller on sm so that the keyboard doesn't obscure the login lines diff --git a/ayanova/src/components/inventorywidgetlist.vue b/ayanova/src/components/inventorywidgetlist.vue index 6fbb622e..3519e576 100644 --- a/ayanova/src/components/inventorywidgetlist.vue +++ b/ayanova/src/components/inventorywidgetlist.vue @@ -42,7 +42,7 @@ {{ props.item.startDate | shortdate}} {{ props.item.endDate | shortdate }} - fa-pencil-alt + fa-pencil-alt @@ -52,7 +52,7 @@