Skip to content

Commit

Permalink
Downloading Improvments (#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 authored Jan 18, 2024
1 parent 7017f26 commit 436b92e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Kavita.Common/Kavita.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Company>kavitareader.com</Company>
<Product>Kavita</Product>
<AssemblyVersion>0.7.12.8</AssemblyVersion>
<AssemblyVersion>0.7.13.0</AssemblyVersion>
<NeutralLanguage>en</NeutralLanguage>
<TieredPGO>true</TieredPGO>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h4 id="email-card">{{t('email-label')}}
</div>
}
<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"
[class.is-invalid]="form.get('email')?.invalid && form.get('email')?.touched">
<div id="email-validations" class="invalid-feedback" *ngIf="form.get('email')?.errors">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export class UserPreferencesComponent implements OnInit, OnDestroy {

this.route.fragment.subscribe(frag => {
const tab = this.tabs.filter(item => item.fragment === frag);
console.log('tab: ', tab);
if (tab.length > 0) {
this.active = tab[0];
} else {
Expand Down
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "GPL-3.0",
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
},
"version": "0.7.12.7"
"version": "0.7.13.0"
},
"servers": [
{
Expand Down

0 comments on commit 436b92e

Please sign in to comment.