diff --git a/README.md b/README.md index 04779f9..906de27 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ Includes: * localforage for persistence ## Icons +* https://material.io/resources/icons/?style=baseline * https://vuetifyjs.com/en/customization/icons/ + ## Tests ### Cypress @@ -23,7 +25,14 @@ or... npx cypress run ``` ## Settings - +Required BaseX options https://docs.basex.org/wiki/Options +``` +CHOP = false +LOGTRACE = false +RESTXQERRORS = false +GZIP = true +``` +### Other Global `settings` provides `getItem(name)` and `setItem(name.value)` Example usage ``` diff --git a/src/vue-poc/app.vue b/src/vue-poc/app.vue index 0a66add..46ce816 100644 --- a/src/vue-poc/app.vue +++ b/src/vue-poc/app.vue @@ -158,7 +158,7 @@ model: false, children: [ {href: '/tasks',text: 'Task list',icon: 'assignment'}, - {href: '/history/tasks',text: 'History',icon: 'history'} + {href: '/history/tasks',text: 'Run history',icon: 'history'} ]}, { icon: 'folder_open', diff --git a/src/vue-poc/components/qd-perfstats.vue b/src/vue-poc/components/qd-perfstats.vue new file mode 100644 index 0000000..ec3015d --- /dev/null +++ b/src/vue-poc/components/qd-perfstats.vue @@ -0,0 +1,108 @@ + + + + + diff --git a/src/vue-poc/components/qd-table.vue b/src/vue-poc/components/qd-table.vue index c003d6d..648d6d9 100644 --- a/src/vue-poc/components/qd-table.vue +++ b/src/vue-poc/components/qd-table.vue @@ -30,12 +30,20 @@ - - Actions - + + Actions + - + + + + content_copy + Copy selection + + + + @@ -89,6 +97,7 @@ class="elevation-1" :fixed-header="true" :no-data-text="noDataMsg" + > @@ -100,15 +109,22 @@ - + @@ -65,7 +65,6 @@ -