From 6817ddb491a5f402b76712f358b231bb63d9b06b Mon Sep 17 00:00:00 2001 From: Jaime Idolpx Date: Wed, 10 Jun 2026 01:24:54 -0400 Subject: [PATCH] feat(NetworkPage, GeneralPage): move Device Name input to a new position for improved layout --- src/app/components/GeneralPage.tsx | 21 +++++++++++---------- src/app/components/NetworkPage.tsx | 20 +++++++++++--------- 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/src/app/components/GeneralPage.tsx b/src/app/components/GeneralPage.tsx index 2203b09..6a8f87b 100644 --- a/src/app/components/GeneralPage.tsx +++ b/src/app/components/GeneralPage.tsx @@ -45,6 +45,17 @@ export default function GeneralPage({ config, setConfig }: GeneralPageProps) {

General Settings

+ +
+ + updateSetting(['general', 'devicename'], e.target.value)} + className="w-full px-3 py-2 border border-neutral-300 rounded-lg" + /> +
+
updateSetting(['general', 'devicename'], e.target.value)} - className="w-full px-3 py-2 border border-neutral-300 rounded-lg" - /> -
-
+ +
+ + updateSetting(['bluetooth', 'devicename'], e.target.value)} + className="w-full px-3 py-2 border border-neutral-300 rounded-lg" + /> +
+