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

Feat : add cover display option #2643

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Jan 22, 2024

  1. Add CoverDisplayOption to 'SeriesMetadata' class

    This option determines how the series cover will be displayed.
    charles7668 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9ab0ea0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    484ae40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fa7c5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af55bd4 View commit details
    Browse the repository at this point in the history
  5. Add a feature to change how the series cover is displayed

    Currently, there are three display options available:
    
    1. Default: Shows the default display (usually Volume 1).
    
    2. Random: Displays a random volume cover.
    
    3. LatestVolume: Shows the cover of the latest volume.
    charles7668 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b4d08b4 View commit details
    Browse the repository at this point in the history