From 4e6a28297c2333830e8cf309b0d57f065444cbde Mon Sep 17 00:00:00 2001 From: minjee2758 Date: Sun, 6 Jul 2025 15:29:50 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=ED=97=A4=EB=8D=94=20=EB=B3=80=EA=B2=BD,=20?= =?UTF-8?q?=EB=A7=88=EC=9D=B4=ED=8E=98=EC=9D=B4=EC=A7=80,=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 스타일 변경 # Conflicts: # src/main/java/org/ezcode/codetest/presentation/view/ViewController.java # src/main/resources/static/css/header.css # src/main/resources/static/css/test-login.css # src/main/resources/static/css/test-main.css # src/main/resources/static/html/header.html # src/main/resources/templates/test-login.html # src/main/resources/templates/test-main.html --- src/main/resources/static/html/header.html | 141 ++------------------- 1 file changed, 9 insertions(+), 132 deletions(-) diff --git a/src/main/resources/static/html/header.html b/src/main/resources/static/html/header.html index 7f52a12f..0535e6af 100644 --- a/src/main/resources/static/html/header.html +++ b/src/main/resources/static/html/header.html @@ -1,144 +1,21 @@ - - - - - - -
- - -
-
- -
- - - × - - - - -
- - - \ No newline at end of file From b17eee2ff325be37e7fb6124bd19c5ec4b0c8836 Mon Sep 17 00:00:00 2001 From: thezz9 Date: Sun, 6 Jul 2025 17:07:24 +0900 Subject: [PATCH 2/5] =?UTF-8?q?style:=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=95=84=EC=9B=83=20hover=20=ED=97=A4?= =?UTF-8?q?=EB=8D=94=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/html/header.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/html/header.html b/src/main/resources/static/html/header.html index 0535e6af..a4ce89d3 100644 --- a/src/main/resources/static/html/header.html +++ b/src/main/resources/static/html/header.html @@ -14,8 +14,16 @@
  • - +
  • + + - + \ No newline at end of file From 5ad9dbc2d8b0950200455261be048f277664576c Mon Sep 17 00:00:00 2001 From: chat26666 Date: Sun, 6 Jul 2025 22:14:07 +0900 Subject: [PATCH 3/5] fix:chatting --- src/main/resources/static/html/header.html | 145 +++++++++++++++++++-- 1 file changed, 131 insertions(+), 14 deletions(-) diff --git a/src/main/resources/static/html/header.html b/src/main/resources/static/html/header.html index a4ce89d3..fe503d6a 100644 --- a/src/main/resources/static/html/header.html +++ b/src/main/resources/static/html/header.html @@ -1,29 +1,146 @@ + + + + + + +
    -
    +
    -
    \ No newline at end of file + + + +
    +
    + +
    + + + × + + + + +
    + + + \ No newline at end of file From e007fb999013ec091debe34154f11c4afc0a2e8d Mon Sep 17 00:00:00 2001 From: chat26666 Date: Sun, 6 Jul 2025 23:34:30 +0900 Subject: [PATCH 4/5] dasd --- src/main/resources/static/html/header.html | 32 +++++++++++++++++++-- src/main/resources/templates/chat-page.html | 22 ++++++++++---- 2 files changed, 47 insertions(+), 7 deletions(-) diff --git a/src/main/resources/static/html/header.html b/src/main/resources/static/html/header.html index fe503d6a..c2e32732 100644 --- a/src/main/resources/static/html/header.html +++ b/src/main/resources/static/html/header.html @@ -44,6 +44,22 @@ flex: 1; border: none; } + + /* 조이패드 아이콘 스타일 */ + #joypadIcon { + cursor: pointer; + display: inline-flex; + align-items: center; + justify-content: center; + width: 24px; + height: 24px; + fill: white; + margin-left: 12px; + transition: fill 0.3s; + } + #joypadIcon:hover { + fill: #0f0; + } @@ -78,6 +94,18 @@ + +
  • + + + + + + + + +
  • +