mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-29 06:10:51 +00:00
* attempt at adding `TagColor` table * store both columns of `TagColor` inside `Tag` table * fix: fix tag color relationships * refactor: replace TagColor enums with TagColorGroup system * ui: derive tag accent colors from primary * refactor: move dynamic tag color logic, apply to "+" button * feat(ui): add neon tag colors * remove tag text color field * ui: use secondary color for border and text * ui: add TagColorPreview widget * feat(ui): add new tag color selector * ui: add color name tooltips * ui: tweak tag colors and selector * feat: add `namespaces` table * translations: add + update translation keys * tests: update fixtures * chore: code cleanup * ui: add spacing between color groups * fix: expand refactor to create and add button * chore: format with ruff