Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Open details preference #75

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 30, 2020

  1. Refactoring preferences to be more cohesive

    No need to list the preference fields three times in three places in the code. A class decorator ought to be able to sleuth them out from the model itself. Should make it easier to add new preferences.
    Cy authored and Cy committed May 30, 2020
    Configuration menu
    Copy the full SHA
    0b93eb7 View commit details
    Browse the repository at this point in the history
  2. Foreign keys add magic members

    Because when you add one field to a class, you clearly want to add two fields to a class, and there's no need to consider the field you never asked to add to be something other than a field.
    Cy authored and Cy committed May 30, 2020
    Configuration menu
    Copy the full SHA
    0439440 View commit details
    Browse the repository at this point in the history
  3. Allow previewing sensitive images

    A setting to not censor sensitive images if you think you're not in danger for looking at them.
    Cy committed May 30, 2020
    Configuration menu
    Copy the full SHA
    39f13d6 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Add open_details preference

    Add a preference to open details by default.
    Cy committed May 31, 2020
    Configuration menu
    Copy the full SHA
    543a83c View commit details
    Browse the repository at this point in the history