Closed nakyeonko3 closed 1 week ago
🧙 Sourcery가 귀하의 풀 리퀘스트 검토를 완료했습니다!
Visit the preview URL for this PR (updated for commit 2add647):
https://aipark-four-t--163-av5m2qv5.web.app
(expires Sun, 24 Nov 2024 18:33:36 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
Sign: 0a4b3ef6ecc2c695a6a0d6ade46651e032870a9f
세로선 이어지는 굵기가 달라서 다소 부자연스러워보이는데 사소한 부분이라 우선 승인하겠습니다.
이 부분은 제가 수정해볼께요 테이블 컴포넌트 작업하면서
Sourcery에 의한 요약
TTS 오디오 재생 기록을 보고 상호작용할 수 있는 TTS 재생 기록 기능을 도입합니다. 새로운 TTSPlaybackHistory 컴포넌트를 추가하고 기존 TTS 컴포넌트에 통합합니다. AudioPlayer 컴포넌트를 개선하여 여러 디스플레이 모드를 지원하여 UI 디자인의 유연성을 향상시킵니다.
새로운 기능:
개선 사항:
Original summary in English
## Summary by Sourcery Introduce a TTS playback history feature, allowing users to view and interact with the history of TTS audio regenerations. Add a new TTSPlaybackHistory component and integrate it into existing TTS components. Enhance the AudioPlayer component to support multiple display modes, improving flexibility in UI design. New Features: - Implement TTS playback history feature with a new component TTSPlaybackHistory.tsx to display the history of TTS audio regenerations. - Add a TTSPlaybackHistoryButton to IconButton.tsx for toggling the display of TTS playback history. Enhancements: - Refactor TTSTableGrid to include a new TTSGridItem component for better modularity. - Enhance AudioPlayer component to support different player modes, including a new MINI mode.