From 83a9ecb5813d58c51ca6b7613515e5552290f70f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 4 Aug 2020 19:41:02 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 11 ++++------- ayanova/src/components/extension-tags-control.vue | 4 ++++ ayanova/src/components/wiki-control.vue | 8 ++++++++ 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1eeaefc5..218b54f9 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -4,12 +4,7 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang =-=-=-=- - -todo: help links for individual extensions (does this refer to the new plugins?)? (button I guess since no menu on them) -todo: rockfish, can't do purchase for raven or view it I think -todo: rockfish, upgrade to latest bootstrap, out of date Currently -todo: rockfish, trial license fetched On date not updating? (not showing in UI) -todo: make grid selection list sticky? + todo: put sample wiki in docs or maybe in UI as a thing you can click on to insert it into current wiki if empty !!! or both Then remove from seeder entirely @@ -184,7 +179,9 @@ todo: MRU - +todo: rockfish, can't do purchase for raven or view it I think +todo: rockfish, upgrade to latest bootstrap, out of date Currently +todo: rockfish, trial license fetched On date not updating? (not showing in UI) ### RETEST ALL DEVICES WHEN GET TO HERE ##### TO TEST: diff --git a/ayanova/src/components/extension-tags-control.vue b/ayanova/src/components/extension-tags-control.vue index d065fd56..6bee0dc2 100644 --- a/ayanova/src/components/extension-tags-control.vue +++ b/ayanova/src/components/extension-tags-control.vue @@ -28,6 +28,7 @@ > + fa-question-circle 0; }, + goHelp() { + window.open(this.$store.state.helpUrl + "ay-ex-tags", "_blank"); + }, canDoAction() { let vm = this; if (vm.action == "Replace" && !vm.replace) { diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue index 9d6a7f3f..95806177 100644 --- a/ayanova/src/components/wiki-control.vue +++ b/ayanova/src/components/wiki-control.vue @@ -275,6 +275,11 @@ fa-square-full + + + + fa-question-circle @@ -394,6 +399,9 @@ export default { } }, methods: { + goHelp() { + window.open(this.$store.state.helpUrl + "ay-start-form-wiki", "_blank"); + }, compiledOutput() { if (!this.localVal) { return "";