From 7c1e4be0e8d089fbf8258dbf93607a0522735e26 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Sun, 2 Nov 2025 17:23:08 +0100 Subject: [PATCH] Close "category select" dialog on "edit/create" click --- CHANGELOG.md | 1 + src/features/category/components/CategorySelect.tsx | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fd77c62..fff920ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - (**Manga**) Fix failing migration with disabled "tracking" data - (**Manga**) Fix showing private tracking option for trackers which do not support the option - (**Manga**) Fix redirection to tracker settings in case no tracker is logged in +- (**Manga**) Fix closing the category select dialog after clicking edit/create button while adding an entry to the library - (**Library**) Fix showing incorrect info text for an empty category - (**Browse**) Prevent infinite loading in case the whole source catalogue has been added to the library and the "hide entries in library" setting is enabled - (**Browse**) Fix using incorrect native language name for some sources (e.g., different chinese languages (zh-hans, zh-hant, ...) were all showing the same native name) diff --git a/src/features/category/components/CategorySelect.tsx b/src/features/category/components/CategorySelect.tsx index 53f7f4b5..371bfad6 100644 --- a/src/features/category/components/CategorySelect.tsx +++ b/src/features/category/components/CategorySelect.tsx @@ -244,7 +244,11 @@ export function CategorySelect(props: CategorySelectProps) { width: '100%', }} > -