Commit graph

73 commits

Author SHA1 Message Date
CJ Pais
5296738bac tweak thresh 2025-08-19 18:54:00 -07:00
CJ Pais
d52df53343 tweak default to 0.15 2025-08-15 12:11:35 -07:00
CJ Pais
87f97ab121 Correct wording. 2025-08-15 12:09:16 -07:00
CJ Pais
04b006d5b8 new default correction threshold + debug menu 2025-08-15 11:55:15 -07:00
CJ Pais
6be48caf82 slightly tweak styling 2025-08-11 15:28:26 -07:00
CJ Pais
c2b3815f56 'custom words' everywhere instead of 'correct words' 2025-08-11 15:19:48 -07:00
CJ Pais
a252655b2f reset icon color 2025-08-11 15:09:39 -07:00
CJ Pais
bc9617beb2 Use proper cursor for input 2025-08-11 09:32:36 -07:00
Vlad Gerasimov
24e0319256 fix(settings): handle default device labels and empty device lists 2025-08-09 08:21:43 +04:00
Vlad Gerasimov
46d28a0616 fix(settings): remove hardcoded Default option and add placeholder text 2025-08-09 08:10:18 +04:00
Vlad Gerasimov
1f96da9381 style(ui): unify components with shared Input/Button 2025-08-09 08:08:49 +04:00
Vlad Gerasimov
6f16fdf2f4 refactor(settings): wrap components in React.memo and improve ResetIcon 2025-08-09 07:52:28 +04:00
Vlad Gerasimov
f219bd14b6 refactor(settings): wrap CorrectWords with SettingContainer 2025-08-09 07:33:55 +04:00
Vlad Gerasimov
6404ce7487 refactor(transcription): optimize word correction performance 2025-08-08 19:25:21 +04:00
Vlad Gerasimov
ca00ddeb53 fix(ui): reduce window height and tighten layout spacing 2025-08-08 17:51:57 +04:00
Vlad Gerasimov
003bf23402 feat(transcription): add word correction with phonetic matching 2025-08-08 17:50:31 +04:00
CJ Pais
b286a4118f tweak language slightly. 2025-08-07 17:03:25 -07:00
CJ Pais
c0fc1ba817 some cleanup 2025-08-07 16:53:07 -07:00
Vlad Gerasimov
091b392aa6 feat(overlay): replace show_overlay toggle with position selector 2025-08-06 07:52:09 +04:00
Vlad Gerasimov
53874110b1 style(overlay): update recording overlay design and positioning 2025-08-03 11:36:00 +04:00
Vlad Gerasimov
7357baf672 Merge branch 'main' into tweak-colors 2025-08-03 10:56:24 +04:00
CJ Pais
09547c39b1 use super on windows for now 2025-08-02 19:29:05 -07:00
CJ Pais
3bd65da75a toast stuff? 2025-08-02 19:26:30 -07:00
CJ Pais
32a630cc52 potentially fix cross-platform keybinding handling Naming at the very
least.
2025-08-02 19:03:56 -07:00
CJ Pais
98eb336ab0 disallow invalid bindings from frontend 2025-08-02 18:43:59 -07:00
CJ Pais
86a1205619 add partial/resumable download capability 2025-08-02 18:25:30 -07:00
Vlad Gerasimov
3862e23cef style(overlay): update recording overlay theme to pink palette 2025-08-02 18:26:31 +04:00
Vlad Gerasimov
5b19b8a479 style: window height, logo width, group title size 2025-08-02 10:31:32 +04:00
CJ Pais
1ce954d02f add a very simple debug mode toggle 2025-08-01 18:16:51 -07:00
CJ Pais
a97d861f41 Clean up the overlays CSS. 2025-08-01 16:03:04 -07:00
CJ Pais
cb1caf763c add cancel to overlay 2025-08-01 15:59:00 -07:00
CJ Pais
dd957a894d add setting to enable or disable showing the overlay 2025-08-01 14:29:02 -07:00
CJ Pais
ec2fefb9fe Audio visualizer generally working nicely. 2025-08-01 14:15:02 -07:00
CJ Pais
5ed86d7fcc Minor tweaks to HTML and CSS. 2025-08-01 14:15:02 -07:00
CJ Pais
51105dde15 more wip but roughly is there 2025-08-01 14:15:02 -07:00
CJ Pais
d5f23cdfa5 Try not to focus it first. It doesn't quite work though. 2025-08-01 14:15:02 -07:00
CJ Pais
8731881837 wip 2025-08-01 14:15:02 -07:00
CJ Pais
d52018aa79 minor tweaks 2025-07-28 12:26:26 -07:00
Václav Škorpil
b767eca6fb Add language select to settings 2025-07-28 19:52:37 +02:00
CJ Pais
21e96083df add ui toggle back 2025-07-11 18:19:26 -07:00
segudev
c3aa2d7c1b Add "Translate to English" setting: Introduced a new setting to enable automatic translation of speech to English. Updated relevant components, settings modules, and transcription logic to support this feature. Adjusted accessibility permission calls for consistency. 2025-07-11 18:19:15 -07:00
CJ Pais
d8927f1289 refactor settings into a hook. 2025-07-11 17:12:42 -07:00
CJ Pais
c23befd98a big refactor of settings + switch audio devices 2025-07-10 21:10:46 -07:00
CJ Pais
c99fe1d450 Fix the keycode bug. 2025-07-03 14:26:02 -07:00
CJ Pais
79d260c1c8 slight cleanup/refactor 2025-06-30 14:38:36 -07:00
CJ Pais
9036c05088 initial working version of multiple models + cleanup and onboarding 2025-06-30 14:27:21 -07:00
CJ Pais
528bfc24e1 Different start and stop sounds. 2025-06-27 12:54:34 -07:00
CJ Pais
ab79f77747 sample rec sound 2025-06-27 12:54:29 -07:00
CJ Pais
d2c73bda7a fix build 2025-06-27 12:37:06 -07:00
CJ Pais
80f2c72847 fix update? 2025-06-27 12:27:01 -07:00