zackad / manga-server

Serve your manga collection over network.
MIT License
3 stars 0 forks source link

Feature: Disabling comicbook/archive format pagination using `.nopaginate` hidden file #203

Closed zackad closed 9 months ago

zackad commented 9 months ago

By placing a hidden file .nopaginate into specific directory, we can disable pagination for archive/comicbook file types for that directory and it's children. If we want to enable pagination again, remove .nopaginate file.

Close #154.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d25cc25) 100.00% compared to head (cbcaf5f) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #203 +/- ## =========================================== Coverage 100.00% 100.00% - Complexity 77 82 +5 =========================================== Files 14 14 Lines 356 374 +18 =========================================== + Hits 356 374 +18 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.