mangayomi-mirror/lib/modules/library/widgets
NBA2K1 bcc44e94cb Replace download queries with cached provider
Remove synchronous Isar queries from each library grid item when
downloadedChapter is enabled.

- Replace per-card download queries with downloadedChapterIdsProvider
- Compute downloadCount via in-memory lookup instead of DB calls
- Eliminate repeated sync queries on rebuilds and tab switches
- Minor cleanup of unread chapter filter

This avoids dozens of synchronous queries per frame and significantly
improves grid performance and responsiveness.
2026-04-19 01:48:59 +02:00
..
continue_reader_button.dart Reduce code duplication 2026-04-12 23:03:50 +02:00
library_app_bar.dart Change the MangasListStateProvider to Set<int> 2026-04-12 23:03:18 +02:00
library_body.dart feat: Implement app lock feature with biometric authentication 2026-03-04 11:56:49 +01:00
library_dialogs.dart Change the MangasListStateProvider to Set<int> 2026-04-12 23:03:18 +02:00
library_gridview_widget.dart Replace download queries with cached provider 2026-04-19 01:48:59 +02:00
library_listview_widget.dart Extract ContinueReaderButton 2026-04-12 23:03:44 +02:00
library_settings_sheet.dart feat: Implement app lock feature with biometric authentication 2026-03-04 11:56:49 +01:00
list_tile_manga_category.dart dart format 2025-05-30 17:43:42 +01:00
search_text_form_field.dart Don't focus searchbar when migrating 2025-07-12 20:26:31 +02:00