Attributes UX: Key (type) labels, filter, Overlay without field target.
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

CE-WP-0010: rename form vocabulary in user-facing strings to attributes,
show type next to keys, filter attributes at ≥3 characters, and allow
card→highlight guide lines when no attribute is focused.
This commit is contained in:
tegwick 2026-07-30 19:41:41 +02:00
parent c07e369bdb
commit 32c5a2ede4
5 changed files with 137 additions and 53 deletions

View file

@ -2,8 +2,9 @@ export * from "./repos";
export * from "./services";
export * from "./state";
export * from "./visual-guide";
export { FormRenderer } from "./FormRenderer";
export { FormRenderer, matchesTextFilter } from "./FormRenderer";
export type {
FieldDefinitionPatch,
FormFieldSchema,
FormRendererProps,
FormSchema,