Skip to content

UI: Add dynamic icons to navigation routes #613

UI: Add dynamic icons to navigation routes

UI: Add dynamic icons to navigation routes #613

Triggered via pull request January 3, 2026 16:07
Status Failure
Total duration 40s
Artifacts

build.yaml

on: pull_request
Matrix: UI
Fit to window
Zoom out
Zoom in

Annotations

3 errors
UI (22)
Process completed with exit code 1.
UI (22): resources/scripts/routers/ServerRouter.tsx#L92
Replace `⏎························································icon={route.icon}·⏎························································style={{·marginRight:·'8px'·}}·⏎···················································` with `icon={route.icon}·style={{·marginRight:·'8px'·}}`
UI (22): resources/scripts/routers/ServerRouter.tsx#L85
Replace `<FontAwesomeIcon·icon={route.icon}·style={{·marginRight:·'8px'·}}·/>` with `(⏎························································<FontAwesomeIcon⏎····························································icon={route.icon}⏎····························································style={{·marginRight:·'8px'·}}⏎························································/>⏎····················································)`