This commit is contained in:
2022-02-11 18:05:50 +00:00
parent 23502e1b35
commit 52916384b3
2 changed files with 24 additions and 7 deletions

View File

@@ -22,11 +22,14 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019
# OUTSTANDING MAJOR AREAS TO BETA # OUTSTANDING MAJOR AREAS TO BETA
- cases and #1 issues below b4beta case about license agreement for beta testing
- BETA tester docs on what and how suggested to test? possible add it as a secondary license display?
maybe just a single blurb with links to the docs pages on installation, migration evaluation
license also for beta changed
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? - 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 4109 closed
- case 4110 bumped - case 4110 bumped
- case 4112 added, also other changes that were on my list - 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

View File

@@ -32,11 +32,25 @@
<span class="text-body-2">{{ locale().getResolvedLanguage() }}</span> <span class="text-body-2">{{ locale().getResolvedLanguage() }}</span>
</div> </div>
<div>
<span class="ml-6 text-body-1"
>{{ $ay.t("NativeDateTimeInput") }}:
</span>
<span class="text-body-2">{{
$store.state.nativeDateTimeInput
}}</span>
</div>
<div> <div>
<span class="ml-6 text-body-1">{{ $ay.t("CurrencyCode") }}: </span> <span class="ml-6 text-body-1">{{ $ay.t("CurrencyCode") }}: </span>
<span class="text-body-2">{{ locale().getCurrencyName() }}</span> <span class="text-body-2">{{ locale().getCurrencyName() }}</span>
</div> </div>
<div>
<span class="ml-6 text-body-1">{{ $ay.t("DarkMode") }}: </span>
<span class="text-body-2">{{ $store.state.darkMode }}</span>
</div>
<v-divider class="mt-6"></v-divider> <v-divider class="mt-6"></v-divider>
<v-subheader>{{ $ay.t("Browser") }}</v-subheader> <v-subheader>{{ $ay.t("Browser") }}</v-subheader>
<div v-for="(value, name) in browser" :key="name"> <div v-for="(value, name) in browser" :key="name">