feat: 대시보드 헤더에 모의투자/실전투자 모드 배지 표시 (#237) #238
Reference in New Issue
Block a user
Delete Branch "feature/issue-237-dashboard-mode-badge"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
/api/status응답에mode필드 추가 (MODE환경변수 기반)live→ 🔴 빨간색 깜빡이는 배지 "실전투자"paper→ 🟡 노란색 배지 "모의투자"Test plan
MODE=live→ 헤더에 빨간 "실전투자" 배지 확인MODE=paper→ 헤더에 노란 "모의투자" 배지 확인/api/status응답에mode필드 존재 확인Closes #237