refactor(client): split feature chunks and polish environment ui
- lazy-load route pages and add entity-based manual chunking in Vite - prevent environment pages from crashing when legacy records miss data - fix sidebar toggle chevron direction and make env forms full width
This commit is contained in:
@@ -79,10 +79,11 @@
|
||||
/* ── Chevron rotation ────────────────────────────────────── */
|
||||
.chevron {
|
||||
transition: transform 220ms ease;
|
||||
/* Points right (→) by default = collapse direction */
|
||||
transform: rotate(180deg);
|
||||
/* Points left (←) by default = collapse direction */
|
||||
}
|
||||
|
||||
.collapsed .chevron {
|
||||
transform: rotate(180deg);
|
||||
/* Points left (←) = expand direction */
|
||||
transform: rotate(0deg);
|
||||
/* Points right (→) = expand direction */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user