| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(theme-studio): add a palette display toggle for base colors vs full spans | Craig Jennings | 2026-06-15 | 1 | -2/+10 |
| | | | | | I added an arrow control to the palette that collapses every column to its base color (right arrow) or expands to the full spans (down arrow), to conserve vertical space. Ground steps collapse too, leaving bg and fg. A #paltoggletest gate covers the collapse and the expand. | ||||
| * | fix(theme-studio): clamp generated palette spans to the bg/fg bounds | Craig Jennings | 2026-06-15 | 1 | -1/+1 |
| | | | | | | | Spanning a color generated steps toward pure black and white, so a column could produce colors darker than bg or lighter than fg. I changed regenColumn to ramp the dark side toward the darker ground endpoint and the light side toward the lighter one, bounded by bg and fg. Pure black/white duplicates are still skipped, and callers that pass no ground fall back to the old black/white ramp. Node tests cover the bounded span and the no-ground fallback. The #counttest gate asserts the regenerated column stays within the bg/fg bounds. | ||||
| * | Update theme studio palette workflow | Craig Jennings | 2026-06-14 | 1 | -10/+15 |
| | | |||||
| * | Preview selected theme studio chip while picking | Craig Jennings | 2026-06-13 | 1 | -0/+8 |
| | | |||||
| * | Change theme studio spans to endpoint divisions | Craig Jennings | 2026-06-13 | 1 | -6/+5 |
| | | |||||
| * | Fix theme studio span endpoint tiles | Craig Jennings | 2026-06-13 | 1 | -2/+5 |
| | | |||||
| * | Fix theme studio fg endpoint selection | Craig Jennings | 2026-06-13 | 1 | -1/+6 |
| | | |||||
| * | Refine theme studio tile name editing | Craig Jennings | 2026-06-13 | 1 | -3/+9 |
| | | |||||
| * | Make theme studio column delete safer | Craig Jennings | 2026-06-13 | 1 | -2/+4 |
| | | |||||
| * | Add theme studio column delete | Craig Jennings | 2026-06-13 | 1 | -3/+14 |
| | | |||||
| * | Refactor theme studio palette tests | Craig Jennings | 2026-06-13 | 1 | -0/+204 |
