Downloading Improvments (#2623)

This commit is contained in:
Joe Milazzo 2024-01-18 16:58:40 -06:00 committed by GitHub
parent 7017f26fcf
commit 436b92e59c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<Company>kavitareader.com</Company> <Company>kavitareader.com</Company>
<Product>Kavita</Product> <Product>Kavita</Product>
<AssemblyVersion>0.7.12.8</AssemblyVersion> <AssemblyVersion>0.7.13.0</AssemblyVersion>
<NeutralLanguage>en</NeutralLanguage> <NeutralLanguage>en</NeutralLanguage>
<TieredPGO>true</TieredPGO> <TieredPGO>true</TieredPGO>
</PropertyGroup> </PropertyGroup>

View File

@ -38,7 +38,7 @@
</div> </div>
} }
<div class="mb-3"> <div class="mb-3">
<label for="email" class="form-label visually-hidden">{{t('email-label')}}</label> <label for="email" class="form-label">{{t('email-label')}}</label>
<input class="form-control custom-input" type="email" id="email" formControlName="email" <input class="form-control custom-input" type="email" id="email" formControlName="email"
[class.is-invalid]="form.get('email')?.invalid && form.get('email')?.touched"> [class.is-invalid]="form.get('email')?.invalid && form.get('email')?.touched">
<div id="email-validations" class="invalid-feedback" *ngIf="form.get('email')?.errors"> <div id="email-validations" class="invalid-feedback" *ngIf="form.get('email')?.errors">

View File

@ -158,6 +158,7 @@ export class UserPreferencesComponent implements OnInit, OnDestroy {
this.route.fragment.subscribe(frag => { this.route.fragment.subscribe(frag => {
const tab = this.tabs.filter(item => item.fragment === frag); const tab = this.tabs.filter(item => item.fragment === frag);
console.log('tab: ', tab);
if (tab.length > 0) { if (tab.length > 0) {
this.active = tab[0]; this.active = tab[0];
} else { } else {

View File

@ -7,7 +7,7 @@
"name": "GPL-3.0", "name": "GPL-3.0",
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE" "url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
}, },
"version": "0.7.12.7" "version": "0.7.13.0"
}, },
"servers": [ "servers": [
{ {