mangayomi-mirror/lib/modules/tracker_library
NBA2K1 98b3121c04 Move tracker lookup to parent
Replace per-card Isar tracking streams with a single subscription in
TrackerSectionScreen.

- Build a mediaId -> Track index at the screen level
- Pass resolved Track? into TrackerLibraryImageCard
- Convert TrackerLibraryImageCard to a plain StatelessWidget
- Remove StreamBuilder, ConsumerStatefulWidget, and keep-alive boilerplate
- Keep the same UI while reducing widget-level DB work

This follows the same parent-index pattern used elsewhere and makes
the tracker library view lighter and easier to maintain.
2026-04-19 01:48:59 +02:00
..
tracker_item_card.dart feat: Add use sourceId property if not null to get source model 2025-08-28 12:12:23 +01:00
tracker_library_card.dart Move tracker lookup to parent 2026-04-19 01:48:59 +02:00
tracker_library_screen.dart Use the localized extension 2025-12-29 23:20:08 +01:00
tracker_library_section.dart fixed init location 2025-06-28 00:48:09 +02:00
tracker_section_screen.dart Move tracker lookup to parent 2026-04-19 01:48:59 +02:00