From b491279ff27cdc4d509b27a704af821db81c35ad Mon Sep 17 00:00:00 2001 From: Jaime Idolpx Date: Tue, 9 Jun 2026 18:49:42 -0400 Subject: [PATCH] feat: enhance headings with icons for improved UI consistency across pages --- src/app/components/DevicesPage.tsx | 10 +++++----- src/app/components/GeneralPage.tsx | 3 ++- src/app/components/IECPage.tsx | 14 +++++++------- src/app/components/NetworkPage.tsx | 8 ++++---- src/app/components/ToolsPage.tsx | 4 ++-- 5 files changed, 20 insertions(+), 19 deletions(-) diff --git a/src/app/components/DevicesPage.tsx b/src/app/components/DevicesPage.tsx index 1a8527a..fd7fdd3 100644 --- a/src/app/components/DevicesPage.tsx +++ b/src/app/components/DevicesPage.tsx @@ -1,5 +1,5 @@ import { useEffect, useState } from 'react'; -import { Printer, HardDrive, Network, Box, ChevronRight, RefreshCw, FolderOpen, Computer } from 'lucide-react'; +import { Printer, HardDrive, Network, Box, ChevronRight, RefreshCw, FolderOpen, Computer, Cable, CassetteTape, Plug } from 'lucide-react'; import DeviceDetailOverlay from './DeviceDetailOverlay'; import MediaBrowser from './MediaBrowser'; import { toast } from 'sonner'; @@ -135,7 +135,7 @@ export default function DevicesPage({ config, setConfig, openDeviceId, onClearOp return (
{/* Host Settings section moved from GeneralPage */} -

Host Settings

+

Host Settings

@@ -195,7 +195,7 @@ export default function DevicesPage({ config, setConfig, openDeviceId, onClearOp
-

IEC Devices

+

IEC Devices

-

Storage Tools

+

Storage Tools