This commit is contained in:
@@ -104,7 +104,7 @@ export default {
|
|||||||
this.getDataFromApi();
|
this.getDataFromApi();
|
||||||
},
|
},
|
||||||
computed: {},
|
computed: {},
|
||||||
methods: {
|
methods: {//todo: clean up this shit with locale text, or maybe it's ok, not sure
|
||||||
init(parentLocaleText) {
|
init(parentLocaleText) {
|
||||||
parentLocaleText.fetch(["Widget", "WidgetList"]).then(() => {
|
parentLocaleText.fetch(["Widget", "WidgetList"]).then(() => {
|
||||||
alert("inventorywidgetlist::FULLY INITIALIZED");
|
alert("inventorywidgetlist::FULLY INITIALIZED");
|
||||||
|
|||||||
@@ -20,10 +20,10 @@ INITIAL TESTING NOTES:
|
|||||||
- Filter list
|
- Filter list
|
||||||
- Refresh
|
- Refresh
|
||||||
- Ellipsis submenu with mass ops options and other list wide options appear there
|
- 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
|
- 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
|
- 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
|
- About page has too big of margins on each side of display
|
||||||
|
|||||||
Reference in New Issue
Block a user