refactor: migrate legacy wire namespace to wrn
Quality / quality (ubuntu-latest) (push) Failing after 9m49s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-12 18:51:15 +05:30
parent ec23dd4c93
commit 2c960fc1dc
488 changed files with 27306 additions and 19063 deletions
+9 -9
View File
@@ -1,6 +1,6 @@
// Navigation tour. Route: /navigation
//
// One page that wires every navigation component together the way a real
// One page that connects every navigation component together the way a real
// console would, rather than showing each in isolation:
//
// Navbar the top bar, with a dropdown built from nested children
@@ -375,10 +375,10 @@ page NavigationTour {
.tour__status {
margin: 0 0 0.75rem;
padding: 0.5rem 0.75rem;
border: 1px solid var(--wire-color-border);
border-radius: var(--wire-radius-sm);
background: var(--wire-color-surface-soft);
color: var(--wire-color-text-muted);
border: 1px solid var(--wrn-color-border);
border-radius: var(--wrn-radius-sm);
background: var(--wrn-color-surface-soft);
color: var(--wrn-color-text-muted);
font-size: 0.82rem;
}
@@ -398,7 +398,7 @@ page NavigationTour {
.tour__section p {
margin: 0;
max-width: 46rem;
color: var(--wire-color-text-muted);
color: var(--wrn-color-text-muted);
line-height: 1.7;
}
@@ -413,14 +413,14 @@ page NavigationTour {
.tour__members li {
padding: 0.5rem 0.75rem;
border: 1px solid var(--wire-color-border);
border-radius: var(--wire-radius-sm);
border: 1px solid var(--wrn-color-border);
border-radius: var(--wrn-radius-sm);
font-size: 0.88rem;
}
.tour__footer {
padding-top: 1rem;
border-top: 1px solid var(--wire-color-border);
border-top: 1px solid var(--wrn-color-border);
}
/* The rails fold away first; the reading column is what matters. */