Sakamoto Shiina
6b2be0f22b
[Fix] UI: Add 'run' endpoint for selected translation and transcription compute type.
2026-02-19 14:47:04 +09:00
misyaguziya
d51b069bb2
Merge branch 'develop' of https://github.com/misyaguziya/VRCT into develop
2026-01-10 02:19:26 +09:00
misyaguziya
2d7f9b35ad
Merge branch 'copy_and_paste' into develop
...
# Conflicts:
# src-python/config.py
# src-python/model.py
2026-01-10 02:19:01 +09:00
Sakamoto Shiina
c6d5b6c6a8
[Fix] UI: useReceiveRoutes: add '/run/shutdown' endpoint.
2026-01-10 00:24:30 +09:00
Sakamoto Shiina
de79f2799f
[Update] UI: Telemetry: Add telemetry settings component.
2026-01-10 00:20:36 +09:00
Sakamoto Shiina
4f89f0d328
Merge branch 'ui' into develop
2026-01-09 22:55:46 +09:00
Sakamoto Shiina
6415656853
[Update] UI: Add Clipboard Feature as Voice Typing Mode settings.
2026-01-09 22:50:44 +09:00
misyaguziya
19af0ea918
refactor: 不要なシャットダウン処理を削除し、アプリ終了時のテレメトリ送信を簡素化
2026-01-09 22:30:01 +09:00
Sakamoto Shiina
c11999c933
[Refactor] UI: Enhance backend error handling: refactor error codes and improve notification messages for various error scenarios.
2026-01-09 15:06:06 +09:00
misyaguziya
d4a5a1ca6f
一旦フロントエンドまで接続
2026-01-09 10:00:33 +09:00
Sakamoto Shiina
3168a8ad26
[Update] Add new auth key URLs and update translation labels for key management.
2026-01-01 12:50:58 +09:00
misyaguziya
063b79477f
[Fix] Error Handling: Enhance authentication checks and add support for Groq and OpenRouter models.
2025-12-26 05:30:37 +09:00
Sakamoto Shiina
316843f875
[Fix] UI: Correct endpoint case for transcription receive error handling.
2025-12-22 16:25:11 +09:00
Sakamoto Shiina
bf9b28d199
[Fix] UI: Fix error handling for LMStudio and Ollama connections.
2025-12-22 16:00:19 +09:00
Sakamoto Shiina
22e6af860d
[Update] UI: Add Groq and OpenRouter components.
2025-12-22 15:18:30 +09:00
Sakamoto Shiina
b8c6d13dea
docs: Add localized document URLs and update references in UI components.
2025-12-22 13:51:46 +09:00
Sakamoto Shiina
11ef81f170
[Fix] UI: Corrected casing for LMStudio URL variable and updated related error handling logic.
2025-12-10 17:06:32 +09:00
Sakamoto Shiina
318736553f
[Fix] UI: Fixed an issue where the function name was incorrect.
2025-12-04 14:53:23 +09:00
Sakamoto Shiina
a85320b874
[Update] UI: Enhance backend error handling for Plamo, Gemini, OpenAI, LMStudio, and Ollama authentication keys and models.
2025-12-04 14:24:44 +09:00
Sakamoto Shiina
14a4a1ed99
[Update] Add an error notification that is when an invalid endpoint or message is received(mostly frontend side endpoint error handling bug).
2025-11-29 15:58:52 +09:00
Sakamoto Shiina
fca4be5951
[Update] UI: Add 'get' endpoints for connection status retrieval.
2025-11-25 13:41:02 +09:00
Sakamoto Shiina
ef06cd1c7a
[Update] UI: Implement LLM connection handling and add connection check UI components.(Test UI)
2025-11-19 17:19:39 +09:00
Sakamoto Shiina
e1125ae241
[Update] UI: Add new translation engines and adjust UI styles for better layout.
2025-11-19 08:31:07 +09:00
Sakamoto Shiina
fbbc1a8d45
[Fix/Update] FIx OSC availability handling and integrate into UI components.
2025-11-18 07:23:41 +09:00
Sakamoto Shiina
430c9f5da2
[Update] UI: Add LM Studio and Ollama model components to the Translation section.
2025-11-14 12:41:05 +09:00
Sakamoto Shiina
28b65deb95
[Refactor] Implement useSaveButtonLogic for managing save functionality in Translation settings.
2025-11-14 11:07:04 +09:00
Sakamoto Shiina
11c16fadbd
[Update] UI: Add Plamo, OpenAI and Gemini authentication key components and integrate them into the Translation section.
2025-11-14 09:40:25 +09:00
Sakamoto Shiina
3105df3486
[bugfix] Ensure the delete function is callable and correctly handled in config setters.
2025-11-13 15:55:00 +09:00
Sakamoto Shiina
ddcf49e243
[Refactor] Integrate DeepL authentication key URL and enhance OpenWebpage_DeeplAuthKey component to accept props.
2025-11-13 12:01:32 +09:00
misyaguziya
215f5f6815
[Refactor] Update endpoint names to use 'selectable' prefix for mic, speaker, and translation engines
2025-11-12 20:55:08 +09:00
Sakamoto Shiina
1bdea275dc
[Refactor] Improve slider logic flexibility.(Adjust to Vr section)
2025-11-08 06:46:52 +09:00
Sakamoto Shiina
4770908831
[bugfix] Correct postUpdateAction handling in slider component.
...
- Fixed bug where postUpdateAction was not properly passed as a prop to the slider component
- Prevented infinite re-renders by removing postUpdateAction from the dependency array
2025-11-07 08:09:18 +09:00
Sakamoto Shiina
9b69ffe8ff
[Refactor/TMP2] Refactor slider logic and appearance settings
...
- Improve slider logic by adding useMemo for marks calculation and fixing floating point precision issues
- Add loop safety check to prevent infinite loops in createMarks function
- Remove show_label_values prop from TransparencyContainer
- Add proper decimal place handling for slider values
2025-11-07 06:41:33 +09:00
Sakamoto Shiina
2cd4ddc4a3
[Refactor/TMP1] Unify Slider components. (Appearance, Transcription.) VR section is commented out temporally.
2025-11-06 21:44:33 +09:00
Sakamoto Shiina
e23bf223ae
[Refactor] Improve clarity of slider logic by inverting label filtering.
2025-11-06 13:04:35 +09:00
Sakamoto Shiina
c76b2981c6
[Refactor] Unify and encapsulate slider UI logic into useSliderLogic hook. Part 1.
2025-11-06 12:44:04 +09:00
Sakamoto Shiina
4adfc8fbc1
[Refactor] Export config hooks from index.js
2025-11-06 10:50:21 +09:00
Sakamoto Shiina
5cbd7618e3
[Refactor] Reorganize config hooks into config_page_setter folder.
2025-11-05 15:15:09 +09:00
Sakamoto Shiina
db820375f1
[Refactor] Move to src-ui/views and src-ui/logics structure.
2025-11-05 11:49:48 +09:00
Sakamoto Shiina
4fdaf6611f
[Refactor] Remove the commented code that is no longer needed.
2025-10-23 11:20:05 +09:00
Sakamoto Shiina
36fb857dbb
[Refactor/TMP1] Refactor UI components and connect to backend APIs. (Device, Appearance)
2025-10-21 13:17:37 +09:00
Sakamoto Shiina
0e786cd04f
[bugfix] Hotfix: Fix slowed message sending.(too much sent '/run/typing_message_box'). set 2 secs cool time.
2025-10-10 09:26:07 +09:00
Sakamoto Shiina
faec6e91ba
[bugfix] UI: Fix the bug that the main functions ware not in loading status even while restoring the status 'enable'.
2025-10-08 16:25:15 +09:00
Sakamoto Shiina
e7cd872fcc
Merge branch 'bugfix_compute_type' into develop
2025-09-28 02:10:23 +09:00
Sakamoto Shiina
e9067c05c6
[Update/Chore] UI: Compute Type: Rename and add endpoint '/run/'.
2025-09-27 07:55:45 +09:00
Sakamoto Shiina
8c5f1b5db2
[Update/Chore] Config Page: Put the selectors 'Compute Device' and 'Compute Type' to the same section.
...
Rename: UI: CTranslate2/Whisper Compute Type to Translation/Transcription Compute Type.
2025-09-26 17:07:19 +09:00
Sakamoto Shiina
9fd61677f9
[Update/Chore] Config Page: Add 'Whisper Compute Type' Selection.
...
UI: Rename 'Whisper compute device' to 'Transcription compute device'.
2025-09-19 15:58:19 +09:00
Sakamoto Shiina
4808dcbc96
[Update/Chore] Config Page: Add 'CTranslate2 Compute Type' Selection.
...
UI: Rename 'CTranslate2 compute device' to 'Translation compute device'.
2025-09-19 14:43:13 +09:00
Sakamoto Shiina
9cf4a378f1
[Update] UI: ローマ字/かな 表示するように。
2025-09-17 18:07:10 +09:00
Sakamoto Shiina
cad0f796fa
[Update] Transcription: Add UI. The user can config 'mic/speaker avg logprob' and 'mic/speaker no speech prob' that is related with Whisper's parameter.
2025-09-05 10:44:23 +09:00