diff --git a/app/ayanova/src/components/inventorywidgetlist.vue b/app/ayanova/src/components/inventorywidgetlist.vue index 88a0bb4d..8e9ecb4d 100644 --- a/app/ayanova/src/components/inventorywidgetlist.vue +++ b/app/ayanova/src/components/inventorywidgetlist.vue @@ -104,7 +104,7 @@ export default { this.getDataFromApi(); }, computed: {}, - methods: { + methods: {//todo: clean up this shit with locale text, or maybe it's ok, not sure init(parentLocaleText) { parentLocaleText.fetch(["Widget", "WidgetList"]).then(() => { alert("inventorywidgetlist::FULLY INITIALIZED"); diff --git a/devdocs/todo.txt b/devdocs/todo.txt index c7d55b31..b74a0b4e 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -20,10 +20,10 @@ INITIAL TESTING NOTES: - Filter list - Refresh - Ellipsis submenu with mass ops options and other list wide options appear there + - 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 + - - Edit / Trash buttons in grid are too small on a phone with fat fingers - - Solution: remove delete, make edit bigger and delete from within edit dialog - - Edit dialog needs to be inserted from external component, can't be needing to define it in side every list as that's two very different things - Login needs to scroll higher or logo smaller on sm so that the keyboard doesn't obscure the login lines - Need a test user that has access to every possible role so that I can see all the roles for testing purposes - About page has too big of margins on each side of display