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

enh(NcEmojiPicker): Always show skin tone selector + save selection #5103

Merged
merged 4 commits into from
Jan 23, 2024

Commits on Jan 22, 2024

  1. enh(NcColorPicker): Add paletteOnly prop to only allow picking give…

    …n colors
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4c4fded View commit details
    Browse the repository at this point in the history
  2. enh(utils): Export Color class to be used within other components

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5a2bc22 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. enh(NcEmojiPicker): Always show a skin tone selector

    Also save the selected skin tone for future uses and communicate it with all other NcEmojiPicker instances
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b2527dd View commit details
    Browse the repository at this point in the history
  2. enh: Provide getCurrentSkinTone and setCurrentSkinTone functions …

    …and use in `EmojiSearch`
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    fcd23b7 View commit details
    Browse the repository at this point in the history