From 32db25a74f141e8bd6d614268b9e54dd81c1c426 Mon Sep 17 00:00:00 2001 From: Yun Chan Date: Wed, 22 Jul 2026 00:51:30 +0900 Subject: [PATCH] =?UTF-8?q?feat(dashboard):=20=ED=9E=88=EC=96=B4=EB=A1=9C?= =?UTF-8?q?=20+=20=EC=8A=A4=ED=83=AF=20=ED=83=80=EC=9D=BC=EC=97=90=20TiltC?= =?UTF-8?q?ard=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 동기 부여된 모션만 — 히어로(maxTilt 8) + 4개 스탯 타일(maxTilt 6). 나머지 데이터 밀집/드롭존/리스트 섹션은 MetalCard 유지 (틸트 = unmotivated slop 회피). Co-Authored-By: Claude --- apps/desktop/src/renderer/pages/DashboardPage.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/desktop/src/renderer/pages/DashboardPage.tsx b/apps/desktop/src/renderer/pages/DashboardPage.tsx index 8ca9677..b25aab9 100644 --- a/apps/desktop/src/renderer/pages/DashboardPage.tsx +++ b/apps/desktop/src/renderer/pages/DashboardPage.tsx @@ -17,7 +17,7 @@ import { Check, Cpu, } from 'lucide-react' -import { GradientWave, Led, MetalCard, PhosphorText, PhysicalButton, StatRing } from '@d3ro/ui/components/ds' +import { GradientWave, Led, MetalCard, PhosphorText, PhysicalButton, StatRing, TiltCard } from '@d3ro/ui/components/ds' import { EmptyStateCard, HistoryEntryCard } from '../components/shared' import { d3roPalette, d3roFontSans, d3roFontMono, d3roRadius, d3roTypo, typoSx } from '@d3ro/ui/theme' import { useI18n } from '@d3ro/i18n' @@ -221,7 +221,7 @@ export function DashboardPage(): React.ReactElement { return ( {/* ── 1. 히어로 카드 ─────────────────────────── */} - + {/* 상단 라인: 라벨 / 날짜 / 시스템 칩 */} @@ -305,12 +305,12 @@ export function DashboardPage(): React.ReactElement { - + {/* ── 2. 컬러 링 스탯 4타일 ───────────────────── */} {statTiles.map((tile) => ( - + {tile.icon} @@ -329,7 +329,7 @@ export function DashboardPage(): React.ReactElement { - + ))}