The Colors panel joins the palette — the combo ratified, and each anchor composes the halves it needs
Four rulings close Redesign Contradiction 3452893f (2026-08-06): the in-app escape hatch is ratified in full, reversing 2026-07-29's palette-only rule — the combo's Other… opens the system Colors panel, a pick landing on a palette color stores the name, anything else the hex. Free-picked colors change no contrast story: they land on the same runtime ink computation hand-written hex always got (10 amended to say so; no warning surface is owed). Anchor ownership: the card sidebar's background story is the combo alone — the well grid's background half stays with the other anchors (StyleEditorView gains showsBackground beside showsSymbols; the popover's symbol half already went to its inline SymbolPicker). Quick-style recents stay palette-vocabulary — a panel pick never enters them. Claude-Session: https://claude.ai/code/session_014PtZdPwqZuqEDLc6wZMtEy
This commit is contained in:
@@ -343,7 +343,9 @@ struct BoardInfoView: View {
|
||||
// ("nothing selected = the board"); this embed is the surface that exists *because*
|
||||
// the board is a style target, so it can have no other target (§ Styling ▸
|
||||
// Controls: "the board popover's target is the board itself").
|
||||
StyleEditorView(store: store, recents: recents, target: .board)
|
||||
// No symbol section — the inline `SymbolPicker` beside the rename field above is
|
||||
// the board glyph's one surface in this popover.
|
||||
StyleEditorView(store: store, recents: recents, target: .board, showsSymbols: false)
|
||||
}
|
||||
|
||||
// Contextual, not standing (12-editions.md, settled 2026-07-27): an ordinary free-tier
|
||||
|
||||
Reference in New Issue
Block a user