daffodil
daffodil copied to clipboard
feat(design-land): add autogenerated color palettes
PR Checklist
- [ ] Commit message follows our contributing guidelines
- [ ] Tests added/updated (for bug fixes/features)
- [ ] Documentation added/updated (for bug fixes/features)
PR Type
- [ ] Bug fix
- [ ] Feature
- [ ] Style update
- [ ] Refactor
- [ ] Test
- [ ] Build
- [ ] CI
- [ ] Docs
- [ ] Performance
- [ ] Other (please describe)
Current behavior
Fixes: #2905 , fixes: #4248 Part of: #
New behavior
Breaking change?
- [ ] Yes
- [ ] No
Additional context
@xelaint Should we break up how we display the autogenerated palettes?
@griest024 I'm getting this error in console when I try to view the colors page in design-land.
root_effect_scheduler.mjs:3617 ERROR TypeError: Cannot read properties of null (reading 'filter')
at palettes.ngDevMode.debugName [as computation] (color-palettes.component.ts:33:15)
at Object.producerRecomputeValue (
@griest024 I'm getting this error in console when I try to view the colors page in design-land.
root_effect_scheduler.mjs:3617 ERROR TypeError: Cannot read properties of null (reading 'filter') at palettes.ngDevMode.debugName [as computation] (color-palettes.component.ts:33:15) at Object.producerRecomputeValue (
hmm I couldn't repro that but hopefully its fixed now