You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packages/element/src/open-element.ts is 681 lines and handles styles, themes, DSD/CSR, lifecycle, signals, params, forms, and i18n. Split into focused helpers or mixins.
Acceptance criteria
open-element.ts is under 400 lines.
New helpers (e.g., ThemeManager, HydrationScope) are unit-testable.
What to build
packages/element/src/open-element.tsis 681 lines and handles styles, themes, DSD/CSR, lifecycle, signals, params, forms, and i18n. Split into focused helpers or mixins.Acceptance criteria
open-element.tsis under 400 lines.ThemeManager,HydrationScope) are unit-testable.Blocked by
None