From b9f11fad85a73fd814f8989ce2eb3c08504066df Mon Sep 17 00:00:00 2001 From: seonghobae <8172694+seonghobae@users.noreply.github.com> Date: Sat, 15 Aug 2026 05:00:06 +0000 Subject: [PATCH 1/2] =?UTF-8?q?UX(dashboard):=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=9E=85=EB=A0=A5=20=EB=B2=84=ED=8A=BC=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20=EA=B0=9C=EC=84=A0=20=EB=B0=8F=20=EC=A0=91=EA=B7=BC?= =?UTF-8?q?=EC=84=B1=20=EC=9C=A0=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 대시보드의 기본 ``을 `sr-only` 등을 통해 시각적으로 숨김 - 스타일이 적용된 프록시 ` +

@@ -325,6 +326,9 @@

Dashboard

} const fileInput = document.getElementById('file'); +const fileProxy = document.getElementById('file-proxy'); +fileProxy.addEventListener('click', () => fileInput.click()); + fileInput.addEventListener('change', () => { const selectedFile = fileInput.files?.[0]; fileInput.value = ''; From 587174c216f8931d2c10512c1d9c7eec24cf7d25 Mon Sep 17 00:00:00 2001 From: seonghobae <8172694+seonghobae@users.noreply.github.com> Date: Sat, 15 Aug 2026 05:32:46 +0000 Subject: [PATCH 2/2] =?UTF-8?q?UX(dashboard):=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=9E=85=EB=A0=A5=20=EB=B2=84=ED=8A=BC=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20=EA=B0=9C=EC=84=A0=20=EB=B0=8F=20=EC=A0=91=EA=B7=BC?= =?UTF-8?q?=EC=84=B1=20=EC=9C=A0=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 대시보드의 기본 ``을 `sr-only` 등을 통해 시각적으로 숨김 - 스타일이 적용된 프록시 `