diff --git a/src/vue-poc/components/core.js b/src/vue-poc/components/core.js index cc7d3c0..acdbe58 100644 --- a/src/vue-poc/components/core.js +++ b/src/vue-poc/components/core.js @@ -194,7 +194,7 @@ const app = new Vue({ }) }, showAlert(msg){ - this.alert.msg=msg + this.alert.msg=moment().format("MMMM D, YYYY ")+msg this.alert.show=true } }, diff --git a/src/vue-poc/features/collection/files.vue b/src/vue-poc/features/collection/files.vue index a7975d9..4d58443 100644 --- a/src/vue-poc/features/collection/files.vue +++ b/src/vue-poc/features/collection/files.vue @@ -5,19 +5,19 @@ - - {{icon}} - - - {{ item }} - - - - {{ url }} - + + {{icon}} + + + + + {{ item }} + + + + hide-details single-line @keyup.enter="filter"> view_module @@ -40,7 +40,7 @@ modified: {{ item.modified | formatDate}} size: {{ item.size | readablizeBytes}} - + info @@ -57,7 +57,7 @@ modified: {{item.modified | formatDate}} size: {{item.size|readablizeBytes }} - + info @@ -69,7 +69,7 @@ {{selected.name}} - highlight_off + highlight_off Things to do with diff --git a/src/vue-poc/features/edit/edit.vue b/src/vue-poc/features/edit/edit.vue index 4e6af33..da55982 100644 --- a/src/vue-poc/features/edit/edit.vue +++ b/src/vue-poc/features/edit/edit.vue @@ -3,7 +3,7 @@ {{ message }} - highlight_off + highlight_off @@ -28,7 +28,7 @@ . {{ mode }} - {{annotations && annotations.info}} @@ -38,27 +38,27 @@ navigate_next - + star - + vertical_align_center - + wrap_text - + file_upload - + format_align_center - + delete @@ -99,8 +99,8 @@ Clear? clear text. - Cancel - Ok + Cancel + Ok diff --git a/src/vue-poc/features/eval/eval.vue b/src/vue-poc/features/eval/eval.vue index 8c9a0ef..9acb145 100644 --- a/src/vue-poc/features/eval/eval.vue +++ b/src/vue-poc/features/eval/eval.vue @@ -4,12 +4,12 @@ - Run - + Run + play_circle_outline Submit - + play_circle_outline Imports diff --git a/src/vue-poc/features/images/config.xqm b/src/vue-poc/features/images/config.xqm index b4d61c7..f25f134 100644 --- a/src/vue-poc/features/images/config.xqm +++ b/src/vue-poc/features/images/config.xqm @@ -2,6 +2,7 @@ xquery version "3.1"; (:~ data locations for image feature :) module namespace cfg = "quodatum:media.image.configure"; +declare variable $cfg:DB:="vue-poc"; declare variable $cfg:IMAGEDIR:="P:/pictures/"; declare variable $cfg:THUMBDIR:="C:/tmp/"; diff --git a/src/vue-poc/features/images/image.vue b/src/vue-poc/features/images/image.vue index 1bbefac..582a928 100644 --- a/src/vue-poc/features/images/image.vue +++ b/src/vue-poc/features/images/image.vue @@ -5,22 +5,47 @@ -->