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

Style Manager Fixes #3176

Merged
merged 4 commits into from Jul 13, 2020
Merged

Style Manager Fixes #3176

merged 4 commits into from Jul 13, 2020

Commits on Jun 14, 2020

  1. Configuration menu
    Copy the full SHA
    7ef28ec View commit details
    Browse the repository at this point in the history
  2. style manager: ensure all values are fresh

    Always reinitialize the style replacements on loading the manager to
    ensure it reflects the saved state.
    splitbrain committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    5758059 View commit details
    Browse the repository at this point in the history
  3. style manager: use color picker based on value #3160

    Instead of trying to guess if a setting is expecting a color base on the
    setting's name it is now determined based on the value in it. Only hex
    colors are supported (it's the only thing the type="color" input
    supports either).
    splitbrain committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    88c52da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db6bed6 View commit details
    Browse the repository at this point in the history