diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 49f3ec42..818c5ea1 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -55,7 +55,12 @@ todo: modify Widget form to use picklist to select user, test with huge tracts o todo: check picklist current default templates are adequate for now todo: picklist template editor UI at client end todo: document how to use picklist in user docs -todo: login form on mobile (and desktop) is scrunched to the top, logo with almost no headroom, would like to see it all centered +todo: login form on mobile (and desktop) + - is scrunched to the top, logo with almost no headroom, would like to see it all centered + - version banner is not visible on ipad without scrolling down (dragging form upwards) + - Maybe the banner is not a good idea, it never looks right exactly, put the version and copyright elsewhere? + - Or play with it and see if it can be made to look nicer, centered, cleaner etc + todo: now that we have case insensitive should I port that shit over to the datagrid filter as well? todo: Utilize new picklist in Widget form to select something that exists and can then test out DataListView etc diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 50a9f0ee..0617b3a7 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -195,8 +195,31 @@ - -
+ + + + AyaNova {{ version }} {{ copyright }} + + + + + + +