From 031bcf8a4c017eb6ae3d064d4a7fa065b1fd9989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sat, 7 Feb 2026 13:06:17 +0900 Subject: [PATCH] =?UTF-8?q?refactor:AI=20=EC=9D=8C=EC=84=B1=EB=85=B9?= =?UTF-8?q?=EC=9D=8C=20UI=20=EC=A0=84=EB=A9=B4=20=EC=9E=AC=EC=84=A4?= =?UTF-8?q?=EA=B3=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Canvas 기반 실시간 파형 시각화 (Web Audio API) - 원형 녹음 버튼 (보라→빨강→녹색 상태 전환) - 저장 진행률 오버레이 (프로그레스바 + 애니메이션) - 카드형 목록 (호버 액션, 상태 아이콘) - 탭 기반 상세 모달 (AI 분석 / 녹취록 원문) - 파일 업로드 드래그&드롭 개선 - 검색/필터 UI 개선 - 전체 IIFE 스코프 격리 Co-Authored-By: Claude Opus 4.6 --- .../system/ai-voice-recording/index.blade.php | 1255 +++++++++-------- 1 file changed, 687 insertions(+), 568 deletions(-) diff --git a/resources/views/system/ai-voice-recording/index.blade.php b/resources/views/system/ai-voice-recording/index.blade.php index 721fa787..91e910e0 100644 --- a/resources/views/system/ai-voice-recording/index.blade.php +++ b/resources/views/system/ai-voice-recording/index.blade.php @@ -4,14 +4,18 @@ @push('styles') @endpush @@ -27,378 +31,485 @@ @verbatim