feat(profile): redesigned /profile per design-09 — 7D.11

This commit is contained in:
reloop
2026-04-12 05:16:34 +09:00
parent 0e61f0e083
commit 22f3be27e2
2 changed files with 1389 additions and 361 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -11,6 +11,7 @@ import {
MagnifyingGlass, DownloadSimple, CalendarBlank, CalendarCheck, BellRinging, Bell, Sparkle,
Minus, DotsThree, Translate, BookOpenText, SkipForward, Info, SignOut, Camera, Crown,
Export, Gear, ArrowRight, type IconProps as PhIconProps, type IconWeight,
Scales, Feather,
} from '@phosphor-icons/react';
// name → component map. 새 아이콘 추가 시 이 맵에만 등록.
@@ -72,6 +73,8 @@ const ICON_MAP = {
'export': Export,
'gear': Gear,
'arrow-right': ArrowRight,
'scales': Scales,
'feather': Feather,
} as const;
export type IconName = keyof typeof ICON_MAP;