Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes in filtering and recents screen #853

Merged
merged 5 commits into from
Jul 22, 2024
Merged

Commits on Jan 23, 2024

  1. Fix filtering conditional order

    the "recents" screen (and probably the downlaoded screen) were getting ignored with the old conditional order
    Haaruun-I committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3701612 View commit details
    Browse the repository at this point in the history
  2. Fix inconsistent "recent" criteria

    the criteria for a book to be "recent" were inconsistent
    
    if you reset your progress in a book, it would show up in the "recent" screen but not count towards `is_any_book_in_progress`
    Haaruun-I committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e279d33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37089ba View commit details
    Browse the repository at this point in the history
  4. Revert "add "Remove from recents" button"

    This reverts commit 37089ba.
    Haaruun-I committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    53afe08 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    3b81dd5 View commit details
    Browse the repository at this point in the history