From 65674a47ea91acde87af40dca046f04dba3cae1f Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 18 May 2026 21:45:23 +0200 Subject: [PATCH] Prevent starting bulk migration search without selected sources --- CHANGELOG.md | 1 + .../migration/screens/MigrationSelectDestinationSources.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b1ed938..cfb3f1c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - (**Migration**) Fix duplicated search matches after resuming the migration search - (**Migration**) Fix search progress not getting updated after a manual search - (**Migration**) Fix going back to the migration page after a manual search with a changed search string +- (**Migration**) Fix being able to start search without selected destination sources - (**Reader**) Fix scrollbar appearing with "fit to widt/height/screen" page scale mode and applied safe area insets - (**Reader**) Fix wrongly positioned mobile progress bar current page indicator - (**Reader**) Fix mobile progress bar previous/next chapter button visibility on hover and while disabled diff --git a/src/features/migration/screens/MigrationSelectDestinationSources.tsx b/src/features/migration/screens/MigrationSelectDestinationSources.tsx index 43f224f5..a29dcbcd 100644 --- a/src/features/migration/screens/MigrationSelectDestinationSources.tsx +++ b/src/features/migration/screens/MigrationSelectDestinationSources.tsx @@ -166,6 +166,7 @@ export const MigrationSelectDestinationSources = () => { theme.spacing(2),