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

[Output/Entry] Changes entries output method to pretty_value property #147

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 8, 2024

  1. [Output/Entry] Changes entries output method to pretty_value prop…

    …erty.
    
    This is a "bit more OOP" and easier to understand.
    
    + Unrelated change: Fix stupid range test I added to `Colors` -- has been bugging me since I noticed it :)
    ingrinder committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    02ea37f View commit details
    Browse the repository at this point in the history
  2. Entries: Use __iter__ and __next__ magic methods.

    Incl. changed tests where appropriate.
    ingrinder committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    641dcd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Clean up Entry

    ingrinder committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    76cfe31 View commit details
    Browse the repository at this point in the history
  2. Tests cleanup

    ingrinder committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    d17dfc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7c9f87 View commit details
    Browse the repository at this point in the history