+
diff --git a/UI/Web/src/app/sidenav/_components/customize-dashboard-modal/customize-dashboard-modal.component.ts b/UI/Web/src/app/sidenav/_components/customize-dashboard-modal/customize-dashboard-modal.component.ts
index cd6850291..65190c874 100644
--- a/UI/Web/src/app/sidenav/_components/customize-dashboard-modal/customize-dashboard-modal.component.ts
+++ b/UI/Web/src/app/sidenav/_components/customize-dashboard-modal/customize-dashboard-modal.component.ts
@@ -36,7 +36,6 @@ export class CustomizeDashboardModalComponent {
private readonly cdRef = inject(ChangeDetectorRef);
constructor(public modal: NgbActiveModal) {
-
forkJoin([this.dashboardService.getDashboardStreams(false), this.filterService.getAllFilters()]).subscribe(results => {
this.items = results[0];
const smartFilterStreams = new Set(results[0].filter(d => !d.isProvided).map(d => d.name));
diff --git a/UI/Web/src/assets/langs/en.json b/UI/Web/src/assets/langs/en.json
index 92589d2db..a551dee78 100644
--- a/UI/Web/src/assets/langs/en.json
+++ b/UI/Web/src/assets/langs/en.json
@@ -792,7 +792,7 @@
"allow-scrobbling-label": "Allow Scrobbling",
"allow-scrobbling-tooltip": "Should Kavita scrobble reading events, want to read status, ratings, and reviews to configured providers. This will only occur if the server has an active Kavita+ Subscription.",
"folder-watching-label": "Folder Watching",
- "folder-watching-tooltip": "Override Server folder watching for this library. If off, folder watching won't run on the folders this library contains. If libraries share folders, then folders may still be ran against.",
+ "folder-watching-tooltip": "Override Server folder watching for this library. If off, folder watching won't run on the folders this library contains. If libraries share folders, then folders may still be ran against. Will always wait 10 minutes before triggering scan.",
"include-in-dashboard-label": "Include in Dashboard",
"include-in-dashboard-tooltip": "Should series from the library be included on the Dashboard. This affects all streams, like On Deck, Recently Updated, Recently Added, or any custom additions.",
"include-in-recommendation-label": "Include in Recommended",
@@ -1493,6 +1493,8 @@
"swipe-enabled-label": "Swipe Enabled",
"enable-comic-book-label": "Emulate comic book",
"brightness-label": "Brightness",
+ "bookmark-page-tooltip": "Bookmark Page",
+ "unbookmark-page-tooltip": "Unbookmark Page",
"first-time-reading-manga": "Tap the image at any time to open the menu. You can configure different settings or go to page by clicking progress bar. Tap sides of image move to next/prev page.",
"layout-mode-switched": "Layout mode switched to Single due to insufficient space to render double layout",
@@ -1555,7 +1557,7 @@
"last-chapter-added": "Item Added",
"time-to-read": "Time to Read",
"release-year": "Release Year",
- "read-progress": "Read Progress"
+ "read-progress": "Last Read"
},
"edit-series-modal": {
@@ -1728,8 +1730,10 @@
"customize-dashboard-modal": {
"title": "Customize Dashboard",
+ "no-data": "All Smart filters added to Dashboard or none created yet.",
"close": "{{common.close}}",
- "save": "{{common.save}}"
+ "save": "{{common.save}}",
+ "add": "{{common.add}}"
},
"filter-field-pipe": {
diff --git a/UI/Web/src/environments/environment.prod.ts b/UI/Web/src/environments/environment.prod.ts
index 54642eacc..37434aa27 100644
--- a/UI/Web/src/environments/environment.prod.ts
+++ b/UI/Web/src/environments/environment.prod.ts
@@ -5,6 +5,6 @@ export const environment = {
production: true,
apiUrl: `${BASE_URL}api/`,
hubUrl:`${BASE_URL}hubs/`,
- buyLink: 'https://buy.stripe.com/3cs7uw67p2Re7JK4gj?prefilled_promo_code=FREETRIAL',
+ buyLink: 'https://buy.stripe.com/00gcOQanFajG0hi5ko?prefilled_promo_code=FREETRIAL',
manageLink: 'https://billing.stripe.com/p/login/28oaFRa3HdHWb5ecMM'
};
diff --git a/openapi.json b/openapi.json
index add343655..34dab8e1c 100644
--- a/openapi.json
+++ b/openapi.json
@@ -7,7 +7,7 @@
"name": "GPL-3.0",
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
},
- "version": "0.7.8.4"
+ "version": "0.7.8.5"
},
"servers": [
{