mangayomi-mirror/lib/modules
NBA2K1 8adb8bee17 reduce memory usage
`chapters.length - chapters.reversed.toList().indexOf(chapters.reversed.toList()[finalIndex]) - 1;`
is just the same as
`chapters.length - 1 - finalIndex`
but it creates two lists, which is wasteful.
2026-04-24 00:50:22 +02:00
..
anime rename files manga.dart and chapter.dart 2026-04-23 18:53:25 +02:00
browse Why are there two searchproviders? 2026-04-15 23:41:47 +02:00
calendar feat: Implement upcoming manga calendar feature 2026-03-05 12:05:29 +01:00
history rename files manga.dart and chapter.dart 2026-04-23 18:53:25 +02:00
library rename files manga.dart and chapter.dart 2026-04-23 18:53:25 +02:00
main_view update dependencies & update riverpod provider declarations 2026-01-08 14:27:08 +01:00
manga reduce memory usage 2026-04-24 00:50:22 +02:00
mass_migration Why are there two searchproviders? 2026-04-15 23:41:47 +02:00
more rename files manga.dart and chapter.dart 2026-04-23 18:53:25 +02:00
novel Reduce Code Duplication 2026-04-15 22:04:15 +02:00
tracker_library Add Copilot suggested change (2/3) 2026-04-20 18:46:47 +02:00
updates rename files manga.dart and chapter.dart 2026-04-23 18:53:25 +02:00
webview Revert "fix(http): align extension requests with WebView cookies and harden Cloudflare detection" 2026-04-04 02:29:27 +02:00
widgets Add Copilot suggested change (3/3) 2026-04-20 18:47:05 +02:00