Commit Graph

2374 Commits

Author SHA1 Message Date
Sakamoto Shiina
941c24d9b8 [Update] Main Page: LanguageSelectorOpenButton. Only show the speaker icon at the first target language section. 2024-12-13 09:18:35 +09:00
Sakamoto Shiina
266eb6319b [Update] Add some localization texts(Japanese). 2024-12-13 09:13:43 +09:00
Sakamoto Shiina
461c59f5e8 [Update] Main Page: Language Settings. Change the design add and remove target language buttons. 2024-12-12 17:23:29 +09:00
Sakamoto Shiina
192d6ec0e6 Merge branch 'ui_multi_language' into for_webui 2024-12-12 16:17:23 +09:00
Sakamoto Shiina
a7d094bbcb [Update] Main Page: Add UI, multi language. 2024-12-12 16:16:40 +09:00
Sakamoto Shiina
607c04d7ba Merge branch 'multi_language' into for_webui 2024-12-11 07:08:51 +09:00
misyaguziya
1d2b41be13 Merge branch 'immediate_save_config' into for_webui 2024-12-11 01:09:57 +09:00
misyaguziya
fb6e758607 👍️[Update] Config : 一部configを即時に保存するように変更 2024-12-11 01:08:30 +09:00
misyaguziya
e2a30d9371 👍️[Update] Model : 多言語対応のkeyを数字に変更 2024-12-10 20:09:04 +09:00
Sakamoto Shiina
fbf0a79085 Merge branch 'adjust_localization' into for_webui 2024-12-10 18:48:02 +09:00
Sakamoto Shiina
ae3e359fd6 [Refactor/Update] Organize localization files and apply to some labels. 2024-12-10 18:45:52 +09:00
misyaguziya
b635d452b1 Merge branch 'multi_language' into for_webui 2024-12-10 17:30:56 +09:00
misyaguziya
bd38d220c8 👍️[Update] Model : 多言語対応の処理をtabごとに持つように変更 2024-12-10 17:11:11 +09:00
misyaguziya
3cadad4a71 Merge branch 'bugfix_ssl_error' into for_webui 2024-12-10 14:57:25 +09:00
misyaguziya
6a30c62769 🐛[bugfix] Model : プロクシ等でPOST/GETした場合にSSL認証エラーが発生する問題に対応 #33 2024-12-10 14:56:47 +09:00
Sakamoto Shiina
656b7c414c [Update] Localization: Adjust and apply new line code. 2024-12-09 17:19:54 +09:00
Sakamoto Shiina
5ad4207f29 [Update] Localization: json to yaml. 2024-12-09 16:52:40 +09:00
Sakamoto Shiina
057e2ced63 Merge branch 'ui' into for_webui 2024-12-09 10:49:24 +09:00
Sakamoto Shiina
d7243190cb [Refactor] App.jsx: Distribute controllers to each files. 2024-12-09 10:44:34 +09:00
Sakamoto Shiina
b4eacc7175 [bugfix_2] Main Page: Message Log Input Box Ratio: Fix init apply ratio. (when I did it at the first time, 5ddc77a9cc, it looks not fixed yet.) 2024-12-09 09:25:05 +09:00
Sakamoto Shiina
a2bcbed780 [Chore] Change the name of functions. Remove and organize some imports. 2024-12-08 17:38:56 +09:00
Sakamoto Shiina
e7b8dac36d [Update] Config Page: Add notification ui. show error messages. 2024-12-08 17:02:19 +09:00
Sakamoto Shiina
c65bb4578c [Update] Config Page: Translation Tab: DeeplAuthKey. Add disable and loading ui when it's pending status. 2024-12-07 05:28:13 +09:00
Sakamoto Shiina
9c5625ac85 [Update] Config Page: Translation Tab: DeeplAuthKey. to be editable when input box is empty. 2024-12-06 13:59:06 +09:00
Sakamoto Shiina
2a9a905794 Merge branch 'ui' into for_webui 2024-12-06 13:08:36 +09:00
Sakamoto Shiina
043208f58f [Update] Add updating display. 2024-12-06 13:07:00 +09:00
Sakamoto Shiina
a55e1dd59f [Chore] Config Page: Adjust design a bit. 2024-12-06 11:09:09 +09:00
Sakamoto Shiina
f4aea309cf [Update] Config Page: Add break point and change the design layout.(UI Scaling will apply) 2024-12-06 10:27:37 +09:00
Sakamoto Shiina
451391bcdb [Update/Refactor] UI: Slider component. Adjust color and code. 2024-12-05 11:00:34 +09:00
Sakamoto Shiina
6367140708 [Update] Config Page: VR Tab. Add section show only translated messages. 2024-12-05 10:15:57 +09:00
misyaguziya
cae9589427 Merge branch 'updater' into for_webui 2024-12-04 11:34:14 +09:00
misyaguziya
90c6daeb29 👍️[Update] Build : backend.exe -> VRCT-sidecar.exe 2024-12-04 11:33:19 +09:00
misyaguziya
2adf451dbe Merge branch 'cuda' into for_webui 2024-12-03 12:59:21 +09:00
misyaguziya
1c4a832afc 🐛[bugfix] Controller : compute device変更時に翻訳エンジンのAIモデルを変更するように修正 2024-12-03 12:59:04 +09:00
Sakamoto Shiina
358ea324a6 Merge branch 'compute_device_selector' into for_webui 2024-12-03 11:07:29 +09:00
Sakamoto Shiina
2a4ef9ba13 [Fix] git_fix 2024-12-03 11:06:43 +09:00
Sakamoto Shiina
1f148d5979 Merge branch 'compute_device_selector' into for_webui 2024-12-03 10:27:21 +09:00
Sakamoto Shiina
7d8a2cacd0 [Update] Config Page: Translation, Transcription Tab. Add Select CTranslate2/Whisper Compute Device section. 2024-12-03 10:25:53 +09:00
misyaguziya
e6a7ff03aa Merge branch 'bugfix_cuda' into for_webui 2024-12-03 08:22:45 +09:00
misyaguziya
ddf7fadc91 🐛[bugfix] Config : compute device "name" -> "device_name" 2024-12-03 08:21:43 +09:00
misyaguziya
37c53a9c36 Merge branch 'for_webui' of https://github.com/misyaguziya/VRCT into for_webui 2024-12-02 22:35:48 +09:00
misyaguziya
1a1ea80d13 Merge branch 'config_safety_settings' into for_webui 2024-12-02 22:33:21 +09:00
misyaguziya
d1e124b392 🐛[bugfix] Config : MESSAGE_FORMATの処理を修正 2024-12-02 22:33:03 +09:00
Sakamoto Shiina
b729cfe653 Merge branch 'ui' into for_webui 2024-12-02 20:05:59 +09:00
misyaguziya
455d464f80 Merge branch 'config_safety_settings' into for_webui 2024-12-02 19:57:21 +09:00
misyaguziya
becff72cfa 👍️[Update] Config : config.jsonが異常値だった場合のセーフティ機能を追加 2024-12-02 18:19:36 +09:00
misyaguziya
36943fd6cd Merge branch 'overlay' 2024-12-02 11:21:13 +09:00
misyaguziya
f0bf6aee8d Merge branch 'overlay_only_translation' into for_webui 2024-12-02 11:15:24 +09:00
misyaguziya
bf49715209 👍️[Update] Model : overlay_show_only_translated_messagesのendpointを追加 2024-12-02 11:15:10 +09:00
misyaguziya
1083ee6ca2 Merge branch 'overlay_only_translation' into for_webui 2024-12-02 11:07:25 +09:00