Commit Graph

485 Commits

Author SHA1 Message Date
Sakamoto Shiina
5ca7d73be4 [bugfix] Fix settings data has not sync when init startup the software.(Mic Word Filter, VRC Mic Mute Sync) 2025-07-14 11:06:13 +09:00
Sakamoto Shiina
49366791fb [bugfix/Chore]
Fix update function.(Notification was not shown even the software update has available.)
Add noop endpoints '/run/update_software' and '/run/update_cuda_software'.
2025-06-23 12:47:43 +09:00
Sakamoto Shiina
b15a26c3d5 [bugfix] Plugins: Add error handling. when error occurred while rendering a plugin, set status disabled and an error. 2025-06-23 11:24:18 +09:00
Sakamoto Shiina
e02ed91721 [Update/bugfix] Notification UI:
Adjust an animation.
Add localizations.
Fix stack behavior that was not updated correctly. (it still has an issue tho.)
2025-06-21 09:43:12 +09:00
Sakamoto Shiina
1623352c92 [Update] Add save success notification. 2025-06-21 02:35:41 +09:00
Sakamoto Shiina
50bd182d8f [Chore] Remove unused define params in store.js 2025-06-19 09:32:34 +09:00
Sakamoto Shiina
e480c373cd [Refactor] (Huge Refactoring 2)
Consolidated all logic into category-specific files.
Renamed useTranslation from react-i18next to useI18n to avoid a name conflict with our own function.
2025-06-19 08:40:45 +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
cbfce55c16 [Refactor] Move the code that is related with Send Message Button Type. (It was remained at Others section but it should've move to Appearance section so.) 2025-06-15 18:11:07 +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
4886552639 [Refactor] Put together device-related logic into useDevice. 2025-06-14 03:29:34 +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
f229d9ec95 [Refactor] Organize files. 2025-06-10 20:36:16 +09:00
Sakamoto Shiina
66e9fc9126 Merge branch 'gpu_error' into develop 2025-06-10 17:49:30 +09:00
Sakamoto Shiina
2b281dfcfd Merge branch 'ui' into develop 2025-06-10 17:19:46 +09:00
Sakamoto Shiina
5c7c730809 [Update] UI: Error Handling: VRC Mic Mute Sync: Add an error notification. 2025-06-10 17:17:10 +09:00
Sakamoto Shiina
bc7f70729a [Update] UI: OSC query availability: Update disable functions. 2025-06-10 16:42:49 +09:00
Sakamoto Shiina
35369f7394 [Update/bugfix] Notification UI:
Expand max width for readability.
Line breaks now follow newline characters correctly.
Fixed the bug that was success progress bar was not set properly.
2025-06-09 15:30:55 +09:00
Sakamoto Shiina
8289c9f1b3 [bugfix] Config Page: Entry components: Prevent showing the currently stored value; instead, display the value the user intends to store. 2025-06-09 14:44:42 +09:00
Sakamoto Shiina
1f52c3625a [Refactor] Adjust color variables. Add some comments. 2025-06-09 12:35:40 +09:00
Sakamoto Shiina
851e3b7640 [Update] UI: Add VRAM overflow and out of memory error notifications and functions. 2025-06-09 01:21:58 +09:00
Sakamoto Shiina
ad0e87f5a1 [bugfix/Chore] Fix warning progress bar color that was not applied. 2025-06-05 22:04:40 +09:00
Sakamoto Shiina
bcef981955 [Update] Change the notification UI.
(Change the base notification library from MUI to React-Toastify.)
2025-06-05 18:11:53 +09:00
Sakamoto Shiina
cda42a0901 [Update] Change labels Japanese: Main Page: Main Functions. 音声認識◯◯ -> マイク入力, 聞き取り.
and change some labels.
2025-06-02 14:52:33 +09:00
Sakamoto Shiina
2ea0a3b529 [Update/Refactor] Config Page: VR: Change triangle icon from symbol to svg.
Refactor the common component and function.
2025-06-02 13:37:37 +09:00
Sakamoto Shiina
09865d02be [Update] Config Page: VR: Add adjust buttons to each position and rotation sliders for become much easier handling on VR controller. 2025-06-02 12:17:00 +09:00
Sakamoto Shiina
ccc19f4c9c Merge branch 'ui_supporters' into develop 2025-05-30 17:23:35 +09:00
Sakamoto Shiina
51c90b3b74 [Update] Config Page: Supporters. Adjust period box designs.(Add second line.) 2025-05-30 17:04:42 +09:00
Sakamoto Shiina
149c3b1093 [bugfix] UI: OSCクエリ無効時、ミュート同期機能が無効にならない問題を修正。 2025-05-30 16:36:29 +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
ed27a8c7ba [Update/Refactor] UI: Add websocket error handlings.
Refactor. Change the error handling switch method from message to endpoint primarily.
2025-05-26 12:06:36 +09:00
Sakamoto Shiina
0b48631363 [Update] AdvancedSettings: Websocket: Add settings ui. 2025-05-19 03:52:43 +09:00
Sakamoto Shiina
df231ad618 [bugfix] Fix top-level async error. 2025-05-11 17:47:49 +09:00
Sakamoto Shiina
83686f3073 [Update] QuickSettings: Add plugins section. 2025-05-11 16:58:19 +09:00
Sakamoto Shiina
8ea7fb05c0 [Update] Config Page: Move and add plugin section from AdvancedSettings. 2025-05-11 16:25:02 +09:00
Sakamoto Shiina
b2bc1e62cb [bugfix] Fix window geometry bug that was not save and restore. changes the way how to get appWindow instance from Tauri. 2025-05-11 15:26:05 +09:00
Sakamoto Shiina
a556486c83 [Update] Add a special thanks member. 2025-05-08 13:05:35 +09:00
Sakamoto Shiina
37d78e1d87 [Update] Plugins: Add homepage link button. 2025-05-06 13:12:50 +09:00
Sakamoto Shiina
da577b5116 [bugfix] Fix corner rounded bug.
before: win10, corner rounded true. win 11 corner rounded true and when window maximized likewise.
after: win10, corner rounded false. win 11 corner rounded true but turn to false when window maximized.
2025-05-06 10:57:38 +09:00
Sakamoto Shiina
8f687d0a55 [Update] Add a special thanks member. 2025-05-04 13:39:51 +09:00
Sakamoto Shiina
af17e057e8 [Update] Add crown emoji to supporter label.
Add tooltip that shows their supporting period.
Add icon rotate animation when hovered supporter's image.
2025-05-04 10:03:37 +09:00
Sakamoto Shiina
3210d5c898 [Update] update tauri v1-> v2 (development) 2025-05-03 08:51:04 +09:00
Sakamoto Shiina
0d96c7c690 [Update] Change the contributor's title for not making misunderstanding. 2025-04-28 11:16:47 +09:00
Sakamoto Shiina
a599c39814 [Update] Remove unnecessary plugins files that is for plugin development. 2025-04-27 04:35:29 +09:00
Sakamoto Shiina
7cdd3f8603 [bugfix/Chore] Plugins: Fix the bug that localization and the description can't see form latest information.
Add gap between labels and controller component.
2025-04-27 02:27:25 +09:00
Sakamoto Shiina
e3b75f2cfb [Update] Plugins: Adjust designs.
Add localizations.
2025-04-27 02:15:31 +09:00
Sakamoto Shiina
56936d0285 [Update] Plugins -> AdvancedSettings. Move to AdvancedSettings because the plugin just only one is available and it's for specific user, actually. so put it to AdvancedSettings for now. 2025-04-26 19:41:28 +09:00
Sakamoto Shiina
c665f1d355 [Update/bugfix] Plugins: Add localization system to plugins list(plugin_info.json).
Fix the issue that the i18n didn't work in development environment.
2025-04-26 05:01:30 +09:00
Sakamoto Shiina
819783ea09 [Update] Plugins: Add localization system. 2025-04-26 01:55:28 +09:00