Commit Graph

242 Commits

Author SHA1 Message Date
Sakamoto Shiina
95855d8191 [Update] Main Page: Message MessageLogSettingsContainer: Add config icon to bottom of it. 2024-12-17 01:11:26 +09:00
Sakamoto Shiina
13deaffee4 [Update] Localization: Config Page: Add some japanese. 2024-12-16 23:30:01 +09:00
Sakamoto Shiina
0f0dcb560c [Update] Config Page: Temporality, Remove About VRCT section. 2024-12-14 19:27:17 +09:00
Sakamoto Shiina
9b0a71cccc [Update] Prepare to the beta test. Disable the window refresh function(f5 key) and i18n debug mode. 2024-12-14 18:20:56 +09:00
Sakamoto Shiina
9f3ff15499 [bugfix/Prepare] Main Page: Message Logs. Remove test code. and hide init invalid endpoint for now.
Fix the error 'Uncaught TypeError: currentMessageLogs.data.map is not a function' with change the type obj to array when init.
2024-12-14 13:43:13 +09:00
Sakamoto Shiina
a5ad2408be [bugfix] Main Page: TranslatorSelectorOpenButton. Fix the new line. 2024-12-13 19:18:53 +09:00
Sakamoto Shiina
5cbd8c46ab [Chore] Config Page: software version text. Adjust size a bit. 2024-12-13 15:42:27 +09:00
Sakamoto Shiina
6d84cabf88 [Update] Config Page: VR Tab: Add restore default settings button. 2024-12-13 15:12:36 +09:00
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
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
e2a30d9371 👍️[Update] Model : 多言語対応のkeyを数字に変更 2024-12-10 20:09:04 +09:00
Sakamoto Shiina
ae3e359fd6 [Refactor/Update] Organize localization files and apply to some labels. 2024-12-10 18:45:52 +09:00
Sakamoto Shiina
656b7c414c [Update] Localization: Adjust and apply new line code. 2024-12-09 17:19:54 +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
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
90c6daeb29 👍️[Update] Build : backend.exe -> VRCT-sidecar.exe 2024-12-04 11:33:19 +09:00
Sakamoto Shiina
2a4ef9ba13 [Fix] git_fix 2024-12-03 11:06:43 +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
Sakamoto Shiina
3bd0010539 [bugfix] Fix the receive endpoints that was got invalid endpoint but I'm not gonna implement on UI yet so through it for now. 2024-12-02 08:04:26 +09:00
Sakamoto Shiina
7d1ea8755f [bugfix] Main Page: Top bar: Overlay. Fix showing indicator whether enabled or disabled. 2024-12-02 07:38:09 +09:00
Sakamoto Shiina
94f2078fff [bugfix] Fix receive endpoint that was got invalid endpoint but that should've implemented already.(just through tho) 2024-12-02 06:52:13 +09:00
Sakamoto Shiina
8429d9b122 [bugfix] Main Page: Message Input Box. Fix 'show_and_disable_enter_key' behavior that was block everything and can't get arrow up and down key that history navigation feature. 2024-12-02 06:44:27 +09:00
Sakamoto Shiina
474ab3d4b4 [Update] Main Page: Message Input Box. Add startTyping and stopTyping.(send backend and show 「・・・」) 2024-12-02 06:39:43 +09:00
Sakamoto Shiina
b88efcdf08 [Update] Add update software UI(modal). 2024-11-30 20:41:53 +09:00
Sakamoto Shiina
5ddc77a9cc [bugfix] Main Page: Message Log Input Box Ratio: Fix init apply ratio. imperfectly, tho. 2024-11-30 19:28:36 +09:00
Sakamoto Shiina
7df1eb04d0 [Update] Main Page: Message Logs: Add message log settings. and add tot visible resend or not toggle. 2024-11-30 04:33:38 +09:00
Sakamoto Shiina
2d5d148f17 [Update] Main Page: Add feature that the sent message be editable and resend-able from logs. 2024-11-27 20:37:37 +09:00
Sakamoto Shiina
3a360fcbf0 [bugfix] Fix sendable the message even when it was empty. 2024-11-26 20:28:02 +09:00
Sakamoto Shiina
44888b7e05 [Update] Main Page: Add feature that message history navigation with Shift + ArrowUp/Down. 2024-11-26 20:17:38 +09:00
Sakamoto Shiina
8cb81878db [Update] Config Page: VR Tab. x,y,z pos. ui_scalingのmin maxなど設定値を変数化、ui_config.js上で設定可能に。 2024-11-26 16:23:24 +09:00
Sakamoto Shiina
70e411daf5 [Update] Add Starting Up Animation and downloading models progress display.
Backend: Move the init progressed position 4 to a little bit earlier.
2024-11-26 14:44:31 +09:00
Sakamoto Shiina
e3138bb8e9 [bugfix] Config Page: Advanced Settings Tab. open config file section. Fix the label. 2024-11-21 19:30:48 +09:00
Sakamoto Shiina
f2487e2ea6 [bugfix] Fix the error: Uncaught TypeError: Cannot read properties of null (reading 'scrollTop')
I just put Early return, though.
2024-11-21 19:02:09 +09:00
Sakamoto Shiina
737cdf15cf [bugfix] Fix the bug that the component was not re-rendering when even the Ui language is changed. 2024-11-21 18:45:14 +09:00
Sakamoto Shiina
9e58bff26e [Update] Localization. Add zh-Hans.(yaml data from v2.2.9 and I changed its format to json) 2024-11-21 15:35:28 +09:00
Sakamoto Shiina
7e16b2f101 [bugfix] Config Page: Appearance tab. Fix Ui Font setting that was not working. 2024-11-21 15:17:36 +09:00
Sakamoto Shiina
3d054e4d72 [Update/Refactor] Main Page: When the translation engine is already selected, to not send the data and just close translation engine selector. 2024-11-19 16:57:56 +09:00
Sakamoto Shiina
ba408af32a [bugfix] Config Page: RadioButton components. to disabled while it's pending. 2024-11-19 13:10:26 +09:00