Filter Spools by Color #16
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add ability to filter spools by color in the spool list view.
Upstream Issue
Problem
Users want to quickly find spools of a specific color but there is no color filter option.
Proposed Solution
Option A: Color Picker Filter
Add a color picker/palette in the filter bar. Filter shows spools with similar colors (within a tolerance).
Option B: Color Swatch Dropdown
Show a dropdown of all colors currently in use, with swatches. Click to filter by that exact color.
Option C: Color Family Filter
Group colors into families (reds, blues, greens, blacks, whites, etc.) and filter by family.
Implementation Notes
Backend
color_hexfilter parameter to spool list endpointFrontend