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

Addons: update form to show all the options #11031

Merged
merged 10 commits into from
Jan 22, 2024
Merged

Commits on Jan 15, 2024

  1. Addons: update form to show all the options

    Add all the configuration options to the `AddonsConfigForm` so the user is able
    to enable/disable each of the addons independently.
    
    Closes readthedocs/ext-theme#211
    humitos committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    919d10a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    b6f51e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dfe3a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Create AddonsConfig object automatically

    Create an `AddonsConfig` object when going to the form view to edit its
    preferences. By default, disable all the addons for now.
    humitos committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    984277f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1382a8b View commit details
    Browse the repository at this point in the history
  3. Update tests

    humitos committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d65bb87 View commit details
    Browse the repository at this point in the history
  4. Typo

    humitos committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2c37afe View commit details
    Browse the repository at this point in the history
  5. Missing save the object

    humitos committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    133dd49 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Make form label more explicit

    humitos committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    38d7f19 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Make label more explicit

    humitos committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    af95aff View commit details
    Browse the repository at this point in the history