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

ui: Initialize color picker with user's color #3730

Merged
merged 2 commits into from
Apr 1, 2020

Commits on Mar 17, 2020

  1. ui: initialize color picker with the user's color

    Initialize the color picker with user's current color.
    Was previously initialized with grey in Farbtastic library.
    
    Fixes ether#3617
    orblivion committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    32bc9cc View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. tests: add tests showing that the color chooser is not initialized wi…

    …th the user's color
    
    When opening the color chooser after a page load, the selected color is always
    gray, and not the user's color.
    orblivion committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    9546ff6 View commit details
    Browse the repository at this point in the history