Filter Spools by Color #16

Closed
opened 2026-01-16 04:25:25 +00:00 by tonym · 0 comments
Owner

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

  • Add color_hex filter parameter to spool list endpoint
  • Consider fuzzy color matching (colors within X distance in RGB/HSL space)

Frontend

  • Add color filter UI to spool list page
  • Could use Ant Design ColorPicker or custom swatch grid
  • Show color preview in filter chip when active
## Summary Add ability to filter spools by color in the spool list view. ## Upstream Issue - https://github.com/Donkie/Spoolman/issues/739 (5 👍 reactions) ## 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 - Add `color_hex` filter parameter to spool list endpoint - Consider fuzzy color matching (colors within X distance in RGB/HSL space) ### Frontend - Add color filter UI to spool list page - Could use Ant Design ColorPicker or custom swatch grid - Show color preview in filter chip when active
tonym closed this issue 2026-01-23 03:03:24 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tonym/spoolman2#16
No description provided.