Make Website Scanner discoverable in sidebar nav.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

Deploy Recon was wired at /deploy-recon but buried at the bottom of a non-scrolling sidebar under an opaque label; move it after Crucible, rename to Website Scanner, enable nav scroll, and add route/nav smoke tests plus README.
This commit is contained in:
AetherForge
2026-06-07 18:23:18 -07:00
parent f795ff2b47
commit e1b1a2aa65
7 changed files with 81 additions and 10 deletions

View File

@@ -11,8 +11,8 @@ const PAGE_LABELS: Record<string, string> = {
'/spread': 'Emberwake',
'/settings': 'Calibrate',
'/pathtracer': 'Path Tracer',
'/deploy-recon': 'Deploy Recon',
'/browser-spread': 'Deploy Recon',
'/deploy-recon': 'Website Scanner',
'/browser-spread': 'Website Scanner',
};
export function presencePageLabel(path: string): string {