perf(ui): remove dead runtime controllers and unused stylesheet families
Quality / quality (ubuntu-latest) (push) Failing after 6m17s
Quality / quality (windows-latest) (push) Canceled after 0s

Two orphaned controllers in the reactive runtime targeted markup nothing
emits any more: hydrateSidebarControllers looked for .wire-sidebar-shell and
friends, which the Sidebar rewrite replaced with BEM classes earlier today,
and hydrateDropdownControllers looked for [data-wrn-dropdown], which no
component or compiler output has ever produced.

ui.css loses the matching legacy sidebar rules, the wire-mega-menu family
left behind when the MegaMenu scaffold was replaced, and a set of
self-contained application-pattern families that nothing references.

Utility layers are deliberately kept even where an individual member is not
name-checked anywhere. wire-bg-primary is documented and tested while
wire-bg-secondary is not, but they are one public family and splitting them
would be incoherent.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-07 21:46:42 +05:30
co-authored by Claude Opus 5
parent 9a03b7c8d4
commit 6a9c48a207
6 changed files with 1342 additions and 1291 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
{
"sourceDocuments": ["Screenshot-directed WRNexus UI catalog reset"],
"sourceDocuments": [
"Screenshot-directed WRNexus UI catalog reset"
],
"components": [
{
"name": "Accordion",
File diff suppressed because it is too large Load Diff
-920
View File
File diff suppressed because it is too large Load Diff