fix: MetalCard onClick 미전달 문제 수정
MetalCard가 onClick/sx props를 받지 않아 클릭 이벤트가 전달되지 않던 문제. 세션 카드와 템플릿 선택 카드를 Box로 감싸서 onClick 처리.
This commit is contained in:
parent
2b17bf47b7
commit
55774b64e0
4 changed files with 22 additions and 12 deletions
|
|
@ -32,7 +32,7 @@ npm run typecheck # tsc --noEmit
|
|||
- 녹음 UI: 9개 웨이브 바, cos 분포, 100ms
|
||||
|
||||
## 현재 상태
|
||||
Phase 1~14.5 전체 완료 + 랜딩 페이지(site/).
|
||||
Phase 1~15 전체 완료 + 랜딩 페이지(site/).
|
||||
차단 이슈: @nut-tree-fork/nut-js 포크 사용
|
||||
|
||||
## 설계 문서 (구현 시 Read 도구로 참조)
|
||||
|
|
@ -51,6 +51,7 @@ Phase12+: FileTranscriptionService, MeetingSummaryService, DictationTemplateServ
|
|||
Phase13+: VoiceConversationService, RAGService, VoiceActionService
|
||||
Phase14: MeetingModeService
|
||||
Phase14.5: MeetingDocTemplateService + 다중 문서 생성/편집/내보내기
|
||||
Phase15: Auto Polish + AI 채팅 + 마인드맵 + 공유
|
||||
|
||||
## DS 컴포넌트 (src/renderer/components/ds/)
|
||||
CrtDisplay, InstrumentPanel, Led, PhysicalButton, MetalCard,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue