Commit Graph

20 Commits

Author SHA1 Message Date
Sakamoto Shiina
ac6b898a46 [Perf/bugfix] Separate custom hooks and prevent re-render issues.
Config Page: Device Tab. threshold component. fix problem that the input component focused out when input something each time.
Set threshold data when started python.
2024-09-10 17:21:03 +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
6aa427baec [Update] Main Page: Message input box. Add function, auto clear message box. 2024-09-08 18:14:58 +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
e0d9c99075 [Update/WIP] Config Page: Device Tab. 音量チェックができるように(Dev) 2024-09-08 13:59:12 +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
87cda49994 [Update] Config Page: Device Tab. To be selectable mic host and device. 2024-09-03 08:59:38 +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
45c6562717 [Update] Change the endpoint that send message from message box. 2024-09-02 12:27:25 +09:00
Sakamoto Shiina
652e336d86 [Update/WIP] メッセージ送信リクエスト時にidを付与。 2024-08-29 10:37:56 +09:00
Sakamoto Shiina
9d278c87aa [Update] 文字起こしされたメッセージをログに表示(スピーカー)(翻訳未対応) 2024-08-28 09:09:56 +09:00
Sakamoto Shiina
4ef575f2a9 [Update] 文字起こしされたメッセージをログに表示(マイクのみ + 翻訳未対応) 2024-08-28 00:40:06 +09:00
misyaguziya
29585076ed 👍️[Update] View : Endpointを一部接続 2024-08-16 01:22:18 +09:00
Sakamoto Shiina
2218d4615e [Chore/bugfix] fix the receive status code 384 to 348 that i wanted to put. 2024-08-10 11:13:26 +09:00
Sakamoto Shiina
8be398e0c0 [Update] Add stdout handling status code 348 and show log to console. It's for showing log from backend properly. 2024-08-09 13:19:34 +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
080939a853 [Refactor] Separate 'useReceiveRoutes' function that is control the received path from Python and send to the specific function, React. 2024-07-29 22:16:12 +09:00