Commit graph

5 commits

Author SHA1 Message Date
Schnitzel5
afb7cf1c9d optimized performance 2026-08-15 17:56:49 +02:00
Moustapha Kodjo Amadou
3c86085761 refactor: optimise database transaction logic
Some checks are pending
CI / Analyze (push) Waiting to run
CI / Build (Android debug) (push) Waiting to run
CI / Build (Windows debug) (push) Waiting to run
2026-08-10 09:30:12 +01:00
NBA2K1
0a2c8e2649 rename files manga.dart and chapter.dart 2026-04-23 18:53:25 +02:00
NBA2K1
cc05ee13e8 Reduce code duplication
Also, change
`entry.chapters.toList().reversed.toList().last`
to
`entry.chapters.first`
Why reverse the list and then get the last item, when you can just get the first?
2026-04-12 23:03:50 +02:00
NBA2K1
05111da02b Extract ContinueReaderButton 2026-04-12 23:03:44 +02:00