mirror of
https://github.com/asyouplz/SpeechNote.git
synced 2026-07-22 06:43:33 +00:00
Fixed UI text sentence case issues per ObsidianReviewBot feedback: **SettingsTab.ts:** - 'Speech Note' → 'Speech note' - 'Openai' → 'OpenAI' (brand name) **EnhancedSettingsTab.ts:** - 'Speech Note' → 'Speech note' **ProviderSettingsContainer.ts:** - 'Configuration' → 'configuration' - Fixed unsafe any assignment in JSON.parse **FormatOptions.ts:** - '(Dash)' → '(dash)' - '(Asterisk)' → '(asterisk)' - '(Plus)' → '(plus)' - '(Bullet)' → '(bullet)' **main.ts:** - 'Speech-to-Text plugin' → 'Speech-to-text plugin' Total: 10 sentence case fixes + 1 type safety fix across 5 files |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| application | ||
| architecture | ||
| config | ||
| core | ||
| domain/models | ||
| infrastructure | ||
| patterns | ||
| testing | ||
| types | ||
| ui | ||
| utils | ||
| main.ts | ||