Commit graph

5 commits

Author SHA1 Message Date
tslee
14af775f15 fix(review): reduce portal warnings 2026-05-18 17:31:02 +09:00
asyouplz
1686d84e85
fix(ui): align settings review follow-ups (#73)
Standardize remaining runtime settings copy to English, namespace provider settings selectors,
and apply the sentence-case cleanup flagged in review.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-13 17:30:33 +09:00
asyouplz
f62f8eec5a
refactor(ui): consolidate settings architecture and wave3 fixes (#67)
* refactor(ui): consolidate settings architecture and review fixes

Remove redundant settings/provider implementations to reduce maintenance overhead and align the UI with Obsidian helpers and English-only labels. Also ignore local review docs and update the release guide header section to English.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* chore(repo): ignore local claude and changelog docs

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-19 10:38:05 +09:00
asyouplz
fc3ac57026 Comprehensive Refactoring & Type Safety Fixes (#48)
* refactor: address PR #8004 review comments and fix lint errors

* fix: address CI failures and code review feedback

* Refactor: comprehensive fix for lint errors and type safety regressions

* chore: trigger CI and Claude Code Review workflows
2026-01-20 10:41:22 +09:00
asyouplz
a3775f0b69 feat: Multi-Provider Settings UI Update - Enhanced UX with Tabbed Navigation
## 주요 변경사항

### 🎨 UI/UX 개선
- 탭 기반 네비게이션 구현 (Provider, General, Audio, Shortcuts, Advanced)
- Progressive Disclosure 패턴 적용
- 실시간 상태 표시 및 피드백
- 다크/라이트 테마 지원

### 🔌 Multi-Provider 지원
- Provider 선택 UI (Whisper/Deepgram/Auto)
- Provider별 API 키 관리 시스템
- API 키 암호화 및 안전한 저장
- 실시간 API 키 검증

### ⚙️ 고급 설정
- Selection Strategy 설정 (Performance/Cost/Quality)
- A/B 테스팅 설정 및 모니터링
- 비용 관리 및 예산 설정
- Circuit Breaker 설정

### 📊 메트릭 및 모니터링
- 실시간 Provider 상태 모니터링
- 성능 메트릭 추적
- 비용 분석 대시보드
- 사용량 통계

###  접근성 개선
- ARIA 속성 추가
- 키보드 네비게이션 지원
- 스크린 리더 호환성
- High Contrast 모드 지원

### 🔧 코드 품질
- 컴포넌트 재사용성 향상
- TypeScript 타입 안전성 강화
- 메모리 누수 방지
- 에러 경계 구현

## CLAUDE.md 원칙 준수
 @agent-mentor-educational-guide: UI/UX 설계 자문
 @agent-systems-architect: 시스템 설계 (with 조언)
 @agent-backend-api-infrastructure: UI 구현
 @agent-code-refactorer: 코드 최적화 및 리팩토링
 @agent-documentation-expert: 문서화 완료

## 문서 업데이트
- 설정 UI 가이드 작성
- README.md 업데이트
- 사용자 매뉴얼 (한/영) 업데이트
- v3.1.0 릴리스 노트 작성

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-29 00:29:25 +09:00