From bb1cc36d01c945be456232a9720fdafe76692eb9 Mon Sep 17 00:00:00 2001 From: Taehoon Date: Thu, 23 Apr 2026 14:48:06 +0900 Subject: [PATCH] feat: update UI title, restore guide functionality, and simplify server list view --- index.html | 6 ++++- src/components/Guide.ts | 14 ++++++++++-- src/components/Modal/HWModal.ts | 2 +- src/components/Modal/SWModal.ts | 2 +- src/core/state.ts | 24 ++++++++++---------- src/core/utils.ts | 4 ++-- src/main.ts | 22 +++++++++--------- src/styles/common.css | 22 ++++++++++++++++++ src/views/List/ServerListView.ts | 38 ++++++++++++++------------------ 9 files changed, 84 insertions(+), 50 deletions(-) diff --git a/index.html b/index.html index d6f5132..611f437 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ ITAM 자산관리 ERP + @@ -19,7 +20,7 @@