Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3385 +/- ##
==========================================
+ Coverage 97.36% 97.37% +0.01%
==========================================
Files 309 312 +3
Lines 8054 8087 +33
==========================================
+ Hits 7842 7875 +33
Misses 212 212 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
722639c to
034b4d9
Compare
tvdeyen
reviewed
Oct 1, 2025
Member
tvdeyen
left a comment
There was a problem hiding this comment.
Very nice addition and perfectly crafted
Member
Member
034b4d9 to
d37e21f
Compare
Member
|
@sascha-karnatz I added two commits that adjust styling. Please pull before push :) |
ebd29b0 to
b3b3623
Compare
b3b3623 to
9f300fa
Compare
Member
9f300fa to
138e4a9
Compare
Member
|
#3457 is now ready for review |
138e4a9 to
979c6df
Compare
Add a new ingredient type to select a color. By default only a color input will be shown. It is possible to provide predefined colors as settings and then the color ingredient will show a select of all colors. Furthermore it has a second option 'custom_color' which adds the possibility to select a color which is not predefined, if necessary.
979c6df to
fe57aa5
Compare
This was referenced Feb 4, 2026
Closed
Closed
Closed
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What is this pull request for?
Add a new ingredient type to select a color. By default only a color input will be shown. It is possible to provide predefined colors as settings and then the color ingredient will show a select of all colors. Furthermore it has a second option 'custom_color' which adds the possibility to select a color which is not predefined, if necessary.
Screenshots
With predefined colors and


custom_coloroption:Without any settings:

Checklist