Commit Graph

73 Commits

Author SHA1 Message Date
Sakamoto Shiina
418d9f4ad7 [Update] Config Page: Device Tab. Add mic/speaker auto select section. 2024-09-15 23:22:10 +09:00
Sakamoto Shiina
1424abe44e [Update] Main Page: LanguageSelector. Fetch language list data from Python when starting up software. 2024-09-15 07:45:44 +09:00
Sakamoto Shiina
f74ebc1942 [Update] Config Page: Add Appearance Tab. Add UI Language section.(Functionally, too) 2024-09-13 16:23:23 +09:00
Sakamoto Shiina
b12908f01f [Update] Config Page: Device Tab. Add dynamic energy threshold functionally and sync slider and entry component. 2024-09-12 15:45:03 +09:00
Sakamoto Shiina
4d9a6fedb7 [Update] Config Page: Device Tab. Threshold section. Add check volume button and remove dev component. 2024-09-11 00:33:09 +09:00
Sakamoto Shiina
e1d8f59890 [Refactor] Change the function names. 2024-09-10 21:11:15 +09:00
Sakamoto Shiina
49bb7d7c5f [Update] Config Page: Device Tab. Add threshold slider functionally. 2024-09-09 20:09:32 +09:00
Sakamoto Shiina
2b9061d74d [Update] Config Page: Others Tab. Add section, send message button type. 2024-09-08 23:13:18 +09:00
Sakamoto Shiina
28a602e01e [Update] Config Page: Add Others Tab. Add section Auto Clear Message Box. 2024-09-08 17:43:54 +09:00
Sakamoto Shiina
ef5eb2fb40 [Update/Perf] Config Page: Device Tab. Add threshold_component(dev).
Improve re-render, unnecessary, problem.
2024-09-07 21:32:44 +09:00
Sakamoto Shiina
f34eaa6ee2 [Update] Config Page: Device Tab. Add Speaker device selector.
(Now, Devices (Mic host, Mic device, Speaker device) are selectable.)
2024-09-03 11:30:40 +09:00
Sakamoto Shiina
18672d6dd1 [bugfix/Refactor] Config Page: Device Tab. Fix render error when open config page before preparing backend.
And remove the code that is no longer in use.
2024-09-03 11:15:34 +09:00
Sakamoto Shiina
96708a27a6 [Update] Config Page: Device Tab. Fetch latest data mic host list and device list when open the list container every time. 2024-09-03 10:49:52 +09:00
Sakamoto Shiina
bf21a20315 [Update] Config Page: Device tab. add mic device list.(not selectable yet.) 2024-09-02 17:25:43 +09:00
Sakamoto Shiina
26691f773f [Update] Config Page: Add Device tab. add mic host list.(not selectable yet.) 2024-09-02 17:05:38 +09:00
Sakamoto Shiina
3ed3d5eb40 [Update] Combine in one window. Rename Main/Config Window to Main/Config Page accordingly.
For now, I put Config Page to below the main page temporary. Open Config Button does not work.
2024-08-09 12:23:17 +09:00
Sakamoto Shiina
e8fd6b724d [Update/bugfix] To get software version.(show it to the console for now.)
fix the error that was wrong amount arguments.
2024-08-08 16:36:40 +09:00
Sakamoto Shiina
f23a9425c3 [Update/bugfix] Config Window: WordFilter. Add toggle button that can open and close the word filter list. And Add the text that the word filter list's length.
fix the error, input_value undefined but do split function.
2024-08-07 16:53:44 +09:00
Sakamoto Shiina
1276298187 [Update] Config Window: Add WordFilter. (tmp data) 2024-08-07 14:59:21 +09:00
Sakamoto Shiina
0e9ff561ac [Update] Config Window: MessageFormat. Sync the data between message format and UI components. 2024-08-06 13:22:01 +09:00
Sakamoto Shiina
04a68fe074 [Refactor] store.js, etc..: Rename variables and functions.
suffix '_Status' is for async. It has 'loading' state, for now.
2024-07-27 21:08:48 +09:00
Sakamoto Shiina
03d689ac18 [Refactor] store.js: put the function names dynamically. 2024-07-26 22:18:16 +09:00
Sakamoto Shiina
ebd1a8d70d [Update] Migrate to tauri-app(Web UI) 2024-07-25 01:01:22 +09:00