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

[Mobile] - Fix regression with the Color hook and ColorPanel #49917

Merged
merged 13 commits into from
Apr 20, 2023

Commits on Apr 19, 2023

  1. Mobile - Update ColorPanel: Move it to the global styles folder and u…

    …pdate code to latest changes from the color hook
    geriux committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    98dee61 View commit details
    Browse the repository at this point in the history
  2. Mobile - ColorSettings Palette: Avoid resetting color/gradient change…

    …s since this is now being handled by the ColorPanel component
    geriux committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    7c6a8e4 View commit details
    Browse the repository at this point in the history
  3. Mobile - CustomGradientPicker - Update code to get the correct gradie…

    …nt data due to the latest color hook changes
    geriux committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    7473e6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3326ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e890b42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d74891e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5200b43 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29cad05 View commit details
    Browse the repository at this point in the history
  9. Mobile - Integration tests - Add getGlobalStyles - To pass theme data…

    … to the editor for tests
    geriux committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    fec3766 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d034df2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    6e8f955 View commit details
    Browse the repository at this point in the history
  2. Mobile - CustomGradientPicker - Simplify code by destructuring gradie…

    …ntAST when calling getGradientAstWithDefault
    geriux committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    4a7a4c0 View commit details
    Browse the repository at this point in the history
  3. Mobile - ColorPalette - Add optional chaining for allColors and gradi…

    …ents, in some cases these values can be undefined, depending on the theme colors/configuration. It also adds a fallback name for colors that don't have a name value
    geriux committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    3994388 View commit details
    Browse the repository at this point in the history