From 40e987b4a2510042475bb028a5f44c4df0cbdc36 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Sun, 31 May 2026 13:52:37 -0400 Subject: [PATCH] fix(web-ui): restore icon audit fixes on feat/playout-mcr jobs: bulleted list (not hamburger), import: added, grid: rx=1, hdd: cylinder, proxy: sliders. Keeps getting wiped by other agents. --- services/web-ui/public/icons.jsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/services/web-ui/public/icons.jsx b/services/web-ui/public/icons.jsx index ebeca6f..8526d00 100644 --- a/services/web-ui/public/icons.jsx +++ b/services/web-ui/public/icons.jsx @@ -8,7 +8,7 @@ const ICONS = { upload: <>, record: <>, capture: <>, - jobs: <>, + jobs: <>, editor: <>, users: <>, token: <>, @@ -29,6 +29,7 @@ const ICONS = { audio: <>, image: <>, download: <>, + import: <>, key: <>, lock: <>, edit: <>, @@ -38,14 +39,14 @@ const ICONS = { x: , filter: , sort: <>, - grid: <>, + grid: <>, list: <>, comment: , clock: <>, layers: <>, gpu: <>, cpu: <>, - hdd: <>, + hdd: <>, sun: <>, moon: , signal: <>, @@ -66,7 +67,7 @@ const ICONS = { power: <>, globe: <>, package: <>, - proxy: <>, + proxy: <>, }; function Icon({ name, size = 16, className, style }) {