From 64d58cb5535a3a531f7c369701d2d66495dfd0ce Mon Sep 17 00:00:00 2001 From: joungmin Date: Thu, 12 Mar 2026 20:08:42 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=ED=95=84?= =?UTF-8?q?=ED=84=B0=20UI=20pill=20=EC=8A=A4=ED=83=80=EC=9D=BC=EB=A1=9C=20?= =?UTF-8?q?=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - select를 둥근 칩(pill) 형태로 변경 (아이콘 + 드롭다운 화살표) - 선택 시 브랜드 컬러 배경 + 링 하이라이트 - 장르/가격/지역 필터 모두 동일 스타일 적용 Co-Authored-By: Claude Opus 4.6 --- frontend/src/app/page.tsx | 152 ++++++++++++++++++++++---------------- 1 file changed, 90 insertions(+), 62 deletions(-) diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index e615291..9e6c1a8 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -957,37 +957,49 @@ export default function Home() {
{/* Line 1: 음식 장르 + 가격 + 결과수 */}
- - +
+ + + +
+
+ + + +
{(cuisineFilter || priceFilter) && (
{/* Line 2: 나라 + 시 + 구 + 내위치 */}
- - {countryFilter && cities.length > 0 && ( +
+ + +
+ {countryFilter && cities.length > 0 && ( +
+ + +
)} {cityFilter && districts.length > 0 && ( - +
+ + +
)} {countryFilter && (