mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-08-09 08:47:24 +00:00
- Statistics and Calendar: on the anime-only TV layout, force the anime tab instead of intersecting with hiddenItemTypes. When the Anime library was hidden from that list the intersection was empty, blanking Statistics (it hit a leftover debug placeholder, now a proper empty state) and leaving Calendar with a null item type and no data. - Covers: ignore a Select KeyUp that has no matching KeyDown on the same card. A detail screen's Back button pops on KeyDown and the trailing KeyUp landed on whatever cover regained focus, immediately re-opening the detail just closed. - TV anime detail: only reclaim focus when it is the current route. It watches a live chapters stream and rebuilt while Migrate/Mass migration/Recommendations/ Tracking sat on top, stealing focus back to Continue so those screens never held focus and OK played a random episode. - TV anime detail: add a Tracking action opening the same tracker sheet as the classic detail (extracted into a shared openTrackingMenu), or routing to the tracking settings when no tracker is logged in. - Migrate: claim the initial TV focus from the first source that returns results rather than always source #0, which could be empty. - General settings: wrap the four recommendation-weight sliders in TvEscapableSlider so the d-pad can leave them. |
||
|---|---|---|
| .. | ||
| statistics_provider.dart | ||
| statistics_provider.g.dart | ||
| statistics_screen.dart | ||