This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -32,11 +32,25 @@
|
||||
<span class="text-body-2">{{ locale().getResolvedLanguage() }}</span>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<span class="ml-6 text-body-1"
|
||||
>{{ $ay.t("NativeDateTimeInput") }}:
|
||||
</span>
|
||||
<span class="text-body-2">{{
|
||||
$store.state.nativeDateTimeInput
|
||||
}}</span>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<span class="ml-6 text-body-1">{{ $ay.t("CurrencyCode") }}: </span>
|
||||
<span class="text-body-2">{{ locale().getCurrencyName() }}</span>
|
||||
</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-subheader>{{ $ay.t("Browser") }}</v-subheader>
|
||||
<div v-for="(value, name) in browser" :key="name">
|
||||
|
||||
Reference in New Issue
Block a user