asyouplz_SpeechNote/src
claude[bot] 0ccbeed563 fix: resolve 80 TypeScript compilation errors
- Fixed EventManager reduce callback type annotation
- Resolved SettingsAPI validation variable scope and EventEmitter conflicts
- Added missing event data parameter in StatisticsDashboard
- Removed type from FormatOptions value export
- Aligned ValidationResult interfaces across FilePickerModal components
- Fixed NotificationManager constructor parameter and EventEmitter method overrides
- Refactored ProgressTracker to use composition instead of inheritance
- Fixed DOM attribute type issues in CommonUIComponents
- Added proper error type casting in ApiKeyValidator
- Fixed dropdown onChange parameter types in settings components
- Resolved AutoDisposable abstract class instantiation
- Fixed dynamic property assignment in ErrorHandling
- Corrected union type assignments in AdvancedSettingsPanel
- Fixed EncryptedData serialization in APIKeyManager components
- Added missing imports and fixed method calls
- Fixed WeakMap key type constraint in MemoryManager
- Resolved Promise type compatibility in AsyncTaskCoordinator
- Fixed merge function parameter types in helpers

Co-authored-by: asyouplz <asyouplz@users.noreply.github.com>
2025-08-29 04:19:32 +00:00
..
__tests__ feat: Deepgram API Integration - Multi-Provider Speech-to-Text Support 2025-08-28 23:49:21 +09:00
application fix: resolve 80 TypeScript compilation errors 2025-08-29 04:19:32 +00:00
core feat: Phase 4 - Testing and Optimization Complete 2025-08-25 22:55:16 +09:00
domain/models feat: Multi-Provider Settings UI Update - Enhanced UX with Tabbed Navigation 2025-08-29 00:29:25 +09:00
infrastructure fix: resolve 80 TypeScript compilation errors 2025-08-29 04:19:32 +00:00
patterns Initial commit: Obsidian Speech-to-Text Plugin 2025-08-25 20:00:43 +09:00
types fix: resolve TypeScript compilation errors on Windows 11 2025-08-29 03:34:20 +00:00
ui fix: resolve 80 TypeScript compilation errors 2025-08-29 04:19:32 +00:00
utils fix: resolve 80 TypeScript compilation errors 2025-08-29 04:19:32 +00:00
main.ts fix: resolve TypeScript compilation errors on Windows 11 2025-08-29 03:34:20 +00:00