feat(domains): add structured URL editing and responsive domain controls

Add reusable domain URL parsing and input components, expose per-domain
redirect and indexing controls, and improve application and service domain
layouts across responsive breakpoints.
This commit is contained in:
Andras Bacsai
2026-08-11 00:06:55 +02:00
parent 61a2b183d3
commit 32bf1860d4
30 changed files with 693 additions and 292 deletions
+4 -3
View File
@@ -126,9 +126,10 @@ test('Server-Timing HUD docks into navbar slots and floats only as fallback', fu
->toContain('server-timing-hud-slot-mobile')
->toContain("matchMedia('(min-width: 1024px)')")
->toContain('floats bottom-left only if no navbar slot is available')
// Mobile pill is compact (app ms only); full "ST · db · q" breakdown stays desktop/float.
->toContain("parentElement.id === 'server-timing-hud-slot-mobile'")
->toContain('compactSummary');
// Both navbar pills stay compact (app ms only); the full breakdown lives in the panel/float fallback.
->toContain("root.getAttribute('data-sth-mode') === 'docked'")
->toContain('compactSummary')
->not->toContain("compactSummary = root.getAttribute('data-sth-mode') === 'docked'\n && root.parentElement");
});
test('Server-Timing HUD follows the application color mode', function () {