diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index f742e0c4..7549df44 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -22,11 +22,14 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019 # OUTSTANDING MAJOR AREAS TO BETA -- cases and #1 issues below -- BETA tester docs on what and how suggested to test? - maybe just a single blurb with links to the docs pages on installation, migration evaluation - license also for beta changed +b4beta case about license agreement for beta testing + possible add it as a secondary license display? +Update dependencies before the next beta build + beta versioning for actual release, beta rc1? + +- BETA tester docs on what and how suggested to test? + Joyce will make survey for this @@ -201,7 +204,7 @@ Coded by importance \_____|______|_____|______|_| \_| |_| -- 1 todo: time control in native browser format isn't showing a title at all, check date as well. Date and time is ok + - 1 todo: about FORM - does it show user has native date time input use browser override? @@ -869,8 +872,8 @@ BUILD 8.0.0-beta.0.14 CHANGES OF NOTE - case 4109 closed - case 4110 bumped - case 4112 added, also other changes that were on my list - - +- native browser time control now shows the label +- Help -> about added items to show settings for Dark mode and Use native browser date time inputs diff --git a/ayanova/src/views/ay-about.vue b/ayanova/src/views/ay-about.vue index 516c41df..041c27d2 100644 --- a/ayanova/src/views/ay-about.vue +++ b/ayanova/src/views/ay-about.vue @@ -32,11 +32,25 @@ {{ locale().getResolvedLanguage() }} +
+ {{ $ay.t("NativeDateTimeInput") }}: + + {{ + $store.state.nativeDateTimeInput + }} +
+
{{ $ay.t("CurrencyCode") }}: {{ locale().getCurrencyName() }}
+
+ {{ $ay.t("DarkMode") }}: + {{ $store.state.darkMode }} +
+ {{ $ay.t("Browser") }}