mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-23 20:02:15 +00:00
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. |
||
|---|---|---|
| .. | ||
| tracker_item_card.dart | ||
| tracker_library_card.dart | ||
| tracker_library_screen.dart | ||
| tracker_library_section.dart | ||
| tracker_section_screen.dart | ||