diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index aa13301c..732762d6 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -12,11 +12,9 @@ todo: datatable numbers currency and possibly other numbers should center justify in their columns or left or whatever it takes to not look so weird but still be comparable / lined up or whatever OR Maybe it's the column header itself that should be moved + NOTE: CUrrency has problem, decimal apparently does not...investigate -todo: edit forms are suddenly cramped at the top, look to see if there was a vuetify change and if not needs spacing to decrampify it - compare widget to server version, very different at top - todo: NEXT DEPLOY TO DEVOPS attach a photo from phone, no error just does nothing worked here locally latest build diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 10d40f90..e62117a9 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -221,7 +221,7 @@ - + diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 6d761f10..40428c64 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -115,13 +115,12 @@