From 2794eb1c45e6a9ad00b2dc394e0ed9c665f5b1d5 Mon Sep 17 00:00:00 2001 From: jung-geun Date: Tue, 17 Dec 2024 01:13:35 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=94=EB=A0=89=ED=86=A0=EB=A6=AC=20?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20?= =?UTF-8?q?=EA=B8=B0=EB=8A=A5=20=EC=B6=94=EA=B0=80:=20UI=20=EA=B0=9C?= =?UTF-8?q?=EC=84=A0=20=EB=B0=8F=20=EB=A1=9C=EA=B7=B8=20=EB=A9=94=EC=8B=9C?= =?UTF-8?q?=EC=A7=80=20=ED=98=84=EC=A7=80=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 149 +++++++++++++---------- main.js | 338 ++++++++++++++++++++++++++--------------------------- preload.js | 4 + 3 files changed, 259 insertions(+), 232 deletions(-) diff --git a/index.html b/index.html index 653923d..7af1ccd 100644 --- a/index.html +++ b/index.html @@ -14,22 +14,25 @@ #selected-directories { margin-top: 20px; - text-align: left; - max-width: 500px; + max-width: 700px; margin-left: auto; margin-right: auto; + text-align: left; } - .directory-item { - display: flex; - justify-content: space-between; - align-items: center; - padding: 8px; - border-bottom: 1px solid #ccc; + table { + width: 100%; + border-collapse: collapse; } - .directory-path { - word-break: break-all; + th, + td { + padding: 12px; + border: 1px solid #ddd; + } + + th { + background-color: #f2f2f2; } .remove-button { @@ -48,9 +51,9 @@ background-color: #f0f0f0; padding: 10px; border-radius: 5px; - height: 200px; + height: 150px; overflow-y: scroll; - max-width: 500px; + max-width: 700px; margin-left: auto; margin-right: auto; } @@ -65,16 +68,27 @@ -

Directory Watcher Application

- +

디렉토리 감시 애플리케이션

+ +
-

Watched Directories

-
- -
+

감시 중인 디렉토리

+ + + + + + + + + + + +
디렉토리 경로마지막 갱신 시간제거
+
- Logs will appear here. + 로그가 여기에 표시됩니다.