diff --git a/ui/package.json b/ui/package.json index 2608c00..af3305b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -5,7 +5,7 @@ "ng": "ng", "start": "ng serve", "build": "ng build", - "build:watch": "ng build --watch", + "build:watch": "ng build --watch --configuration development", "test": "ng test", "lint": "ng lint" }, diff --git a/ui/src/app/app.html b/ui/src/app/app.html index 847a628..0b6f7fb 100644 --- a/ui/src/app/app.html +++ b/ui/src/app/app.html @@ -279,13 +279,12 @@
- Format + Format + placeholder="e.g. en, es, zh-Hans"> @for (lang of subtitleLanguages; track lang.id) { @@ -313,13 +311,12 @@
- Subtitle Source + Subtitle Source - } + [ngbTypeahead]="searchFolder" + [editable]="!!downloads.configuration['CREATE_CUSTOM_DIRS']" + (focus)="folderFocus$.next($any($event.target).value)" + (click)="folderClick$.next($any($event.target).value)" + #folderTypeahead="ngbTypeahead" + [disabled]="addInProgress || subscribeInProgress || downloads.loading">
- Custom Name Prefix + Custom Name Prefix + [disabled]="addInProgress || subscribeInProgress || downloads.loading">
@@ -411,18 +403,16 @@
+ [disabled]="addInProgress || subscribeInProgress || downloads.loading">
@if (splitByChapters) {
- Template + Template + (change)="chapterTemplateChanged()" [disabled]="addInProgress || subscribeInProgress || downloads.loading">
} @@ -431,28 +421,26 @@ @if (downloadType === 'video' || downloadType === 'audio') {
- Clip start + Clip start + [disabled]="addInProgress || subscribeInProgress || downloads.loading">
- Clip end + Clip end + [disabled]="addInProgress || subscribeInProgress || downloads.loading">
} @@ -463,13 +451,12 @@
- Auto Start + Auto Start @@ -477,7 +464,7 @@
- Items Limit + Items Limit + [disabled]="addInProgress || subscribeInProgress || downloads.loading">
- Subscription Check (min) + Subscription Check (min) + [disabled]="addInProgress || subscribeInProgress || downloads.loading">
- Subscription Title Filter + Subscription Title Filter + placeholder="Optional regex">
- + [disabled]="addInProgress || subscribeInProgress || downloads.loading" /> +
@@ -531,7 +521,7 @@
- Option Presets + Option Presets + [disabled]="addInProgress || subscribeInProgress || downloads.loading" />
@if (allowYtdlOptionsOverrides()) {
- Custom yt-dlp Options + Custom yt-dlp Options + [disabled]="addInProgress || subscribeInProgress || downloads.loading">
} @@ -566,7 +554,7 @@
-
Cookies
+
Cookies
@@ -574,8 +562,7 @@