Commit Graph

111 Commits

Author SHA1 Message Date
Sakamoto Shiina
4fdaf6611f [Refactor] Remove the commented code that is no longer needed. 2025-10-23 11:20:05 +09:00
Sakamoto Shiina
d3ef567ef2 [Refactor/TMP5] Refactor UI components and connect to backend APIs. (VR(Overlay)) 2025-10-22 17:34:57 +09:00
Sakamoto Shiina
e9287318c3 [Refactor/TMP4] Refactor UI components and connect to backend APIs. (MessageFormat) 2025-10-22 15:17:06 +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
e7cd872fcc Merge branch 'bugfix_compute_type' into develop 2025-09-28 02:10:23 +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
Sakamoto Shiina
21e4714658 [Update] Config Page: MessageFormat: Add ui, message format. 2025-08-26 17:27:05 +09:00
Sakamoto Shiina
50bd182d8f [Chore] Remove unused define params in store.js 2025-06-19 09:32:34 +09:00
Sakamoto Shiina
65b5ffb2fa [Refactor]
Remove unused codes and a file.
Rename file format .jsx to .js that was not intended.
2025-06-19 00:34:46 +09:00
Sakamoto Shiina
3f38bfbba8 [Update] Resend Message Button: To be store-able the status.
Move to Appearance settings.
2025-06-15 17:49:42 +09:00
Sakamoto Shiina
fb2b224231 [Refactor] (Huge Refactoring) ReceiveRoutes: change the way define endpoints, hooks and methods.
Remove 'multi language translation enable/disable' related methods that is no longer in use from quite ago.
2025-06-14 03:29:22 +09:00
Sakamoto Shiina
1fcb765ca0 [Refactor] Change aliases and move test_data.js. 2025-06-11 20:22:38 +09:00
Sakamoto Shiina
88cb4f72b5 [Update/bugfix] UI: Add disable/enable UI function when osc query is disabled.
Fix the error that the mic mute sync couldn't enable/disable.
2025-05-30 15:32:03 +09:00
Sakamoto Shiina
0b48631363 [Update] AdvancedSettings: Websocket: Add settings ui. 2025-05-19 03:52:43 +09:00
Sakamoto Shiina
3210d5c898 [Update] update tauri v1-> v2 (development) 2025-05-03 08:51:04 +09:00
Sakamoto Shiina
249c686442 [Update] Plugins: Add error handlings when network is not connected and failed to fetch plugins info.
Also add pending ui(TMP) while fetching.
2025-04-25 18:51:16 +09:00
Sakamoto Shiina
e9aa3aa8ac Merge branch 'develop' into plugins_system
# Conflicts:
#	src-tauri/tauri.conf.json
2025-04-24 02:20:00 +09:00
Sakamoto Shiina
33f1e54f4d [bugfix] Plugins: fix auto disable plugins function. 2025-04-19 22:09:20 +09:00
Sakamoto Shiina
cd63e2e3ca [bugfix/Refactor]
Fix plugin compatibility list that was showed incorrectly.
Change init function.
2025-04-19 16:15:47 +09:00
Sakamoto Shiina
7bcbefaf06 [Refactor] Remove the code that is no longer in use. 2025-04-18 14:53:36 +09:00
Sakamoto Shiina
4c12e8b946 [Update/Refactor]
For data integration correctly, the plugins data (saved, downloaded, fetched) merge whenever update data each of it.
Separate plugins controllers.
2025-04-16 19:02:41 +09:00
Sakamoto Shiina
379ca86b45 [Refactor/bugfix/TMP] TMP:
Separate plugins controller.
Add ui pattern for outdated plugins and the plugin that is not supported current vrct version but supported in newest vrct version.
2025-04-15 16:48:50 +09:00
Sakamoto Shiina
7e637b795d [Update/Refactor/bugfix]
Update: Add functions and test ui.
Update, backend: send latest vrct version to frontend.
Refactor: Change the plugins data structure.
bugfix: fix endless showing update button.
2025-04-09 17:34:55 +09:00
Sakamoto Shiina
a59b9282df [Update] Plugins(VRCT Subtitles as testing one): Provide-able store and functions from main app. 2025-03-27 02:43:13 +09:00
Sakamoto Shiina
0148f9bee0 [Update] (Affect to backend) Plugin System. Saveable if the plugin is enabled or not.
Add functions that merge plugins data.
2025-03-25 13:30:52 +09:00
Sakamoto Shiina
6f01ee2206 [Refactor] store.js. 2025-03-19 15:45:31 +09:00
Sakamoto Shiina
3ebd605092 [Update/TMP] Save plugin status that if enabled or not(on store.js, yet).
Handle download.
2025-03-14 23:24:19 +09:00
Sakamoto Shiina
b0f5751e11 [Update/Refactor] Fetch and show the plugins info list.
Refactor some functions.
Try to fetch functions from github api just once when vrct started.(It used to every time plugin tab has opened so easy to reach to the api limit)
2025-03-13 12:19:35 +09:00
Sakamoto Shiina
22ada89fa6 [TMP] Plugins system. 2025-03-05 23:22:22 +09:00
Sakamoto Shiina
a2cc69b8ee Merge branch 'develop' into scheduled_message_send 2025-02-22 09:29:17 +09:00
Sakamoto Shiina
fd0069cb6b [Update] UI: VRC ChatBoxの通知音のON/OFF 設定項目追加 2025-02-18 15:36:08 +09:00
Sakamoto Shiina
a9c5ccdbb8 [Update/Refactor] Subtitle system v1.1. Organize file system and change the design. 2025-02-15 08:46:15 +09:00
Sakamoto Shiina
9daa50294e [Update] Add VRCT Availability Status that if the status set to false, that is when ai models has not been detected by backend, can't use VRCT. 2025-02-08 21:58:29 +09:00
Sakamoto Shiina
4fb675943f [Update] Config Page: Supporters: Update-able anytime.
Fetch the supporters data and images from the git repo, https://github.com/ShiinaSakamoto/vrct_supporters, via web.
2025-02-03 11:26:10 +09:00
Sakamoto Shiina
bac7bb15d3 [Update] Add hotkeys main functions 2025-01-17 02:41:27 +09:00
Sakamoto Shiina
ff57454073 [Update/TMP] tmp 2025-01-12 04:46:55 +09:00
Sakamoto Shiina
47126bf5c8 [Update/TMP] Hotkey Alt+Y will active VRCT when VRChat is the active window. 2025-01-05 14:10:48 +09:00
Sakamoto Shiina
32699e4585 [Update] Supporters: The members cards will be shown in random order every 20 seconds. 2024-12-27 17:26:54 +09:00
Sakamoto Shiina
2aab58d1ea [bugfix] Config Page: Checkbox. Resend Button. Fix pending status that was endlessly showed loading UI. 2024-12-20 23:59:00 +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
a7d094bbcb [Update] Main Page: Add UI, multi language. 2024-12-12 16:16:40 +09:00
Sakamoto Shiina
e7b8dac36d [Update] Config Page: Add notification ui. show error messages. 2024-12-08 17:02:19 +09:00
Sakamoto Shiina
043208f58f [Update] Add updating display. 2024-12-06 13:07:00 +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
6367140708 [Update] Config Page: VR Tab. Add section show only translated messages. 2024-12-05 10:15:57 +09:00