Sakamoto Shiina
2157d5952c
[UPdate] Add error boundary.
2025-04-10 21:47:18 +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
67f32ad7b9
[Update] Plugins: Add update function.
2025-04-02 22:52:20 +09:00
Sakamoto Shiina
c02d7c49e9
[Update] Plugins dev: Apply-able aliases.
2025-04-01 06:02:58 +09:00
Sakamoto Shiina
b0b68233aa
[Update] Plugins: Send all logics to the plugins when it's registered.
2025-03-30 04:18:54 +09:00
Sakamoto Shiina
5681038c22
[bugfix] Plugins(VRCT Subtitles as testing one): Apply styles by importing css file.
2025-03-29 16:22:00 +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
0c6829616c
[Update/bugfix] Plugins: Fix plugins position.
...
Switchable rendering MessageContainer and Plugins.
2025-03-26 21:46:43 +09:00
Sakamoto Shiina
1ebdefcd43
[Update/bugfix] Plugins: For development, fix hot reload issue that was restart every time updated the files.
2025-03-26 00:45:29 +09:00
Sakamoto Shiina
824a9fa0a9
[Update] Plugins: Move location from index to plugin_info.json.
2025-03-25 17:57:03 +09:00
Sakamoto Shiina
92ea06eb77
[bugfix] Fix load json format error.
2025-03-25 16:53:52 +09:00
Sakamoto Shiina
e65e9be052
[Update] Add plugin_info.json load function.
2025-03-25 16:35:17 +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
1e6c2762c2
Merge branch 'develop' into plugins_system
2025-03-19 09:46:33 +09:00
Sakamoto Shiina
92752d5953
[Update] Main Page: MainFunctionSwitch: to be a bit smaller than before for allow long label on its main function.
2025-03-18 21:09:59 +09:00
Sakamoto Shiina
f40f916bec
[Update] Add success notification when deepL Auth key has updated successfully.
2025-03-18 20:25:54 +09:00
Sakamoto Shiina
8ea37eb39a
[Update] Main Page: TranslatorSelector: Add the label 'default'.
2025-03-18 15:26:55 +09:00
Sakamoto Shiina
c9e40fc682
[Update] Adjust localizations. (every yaml key and lines are same with en.yml)
2025-03-18 11:18:03 +09:00
Sakamoto Shiina
c82a89a7fb
[Update] UI: Add error handlings and show error notifications. adjust each localization for it.
2025-03-17 15:58:16 +09:00
Sakamoto Shiina
ab39421c79
[Update/bugfix] Config Page: Transcription: Change the input design entry to dropdowns. It will fix the bug that cant put e.g. the user wanna put "10" actually, then, type "1" at first, but validation says "1" is not allowed.
2025-03-16 09:56:30 +09:00
Sakamoto Shiina
fa2c851c5b
[bugfix] Main Page: LanguageSelector: Go back button: add min width for prevent to shrink its width too much.
...
Config Page: SidebarSection: to not scroll x axis even if its label overflowed.
2025-03-15 15:06:50 +09:00
Sakamoto Shiina
fec499cfad
[Update] Adjust localization and design.
2025-03-15 13:32:40 +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
77795192a0
[Update] Change download and load plugins structure.(change the plugins' build method vite to webpack. load esm.js )
2025-03-11 01:03:18 +09:00
Sakamoto Shiina
48c6e7d69f
[TMP 2] Plugins system. support directory structure and store system.(the plugin needs build at each project)
2025-03-08 18:43:56 +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
9c84c9905d
[bugfix/Update] Config Page: Others: Sound: fix japanese localize. add description.
2025-02-21 08:49:01 +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
8360a7e955
[Update/TMP] Subtitle system v1.0(It works)
2025-02-14 22:09:56 +09:00
Sakamoto Shiina
eb81fae2a0
[Update/Refactor] Move files to main container.
2025-02-13 05:28:00 +09:00
Sakamoto Shiina
31deeae53f
[Update] Support ASS format file. and show actor combine with text.
2025-02-12 18:32:31 +09:00
Sakamoto Shiina
65ee75b49e
[Update/TMP] Add feature Scheduled message send.
2025-02-12 14:32:48 +09:00
Sakamoto Shiina
9f728f46d3
[bugfix] GlobalHotKeyController: Fix the bug that even if VRCT is not available, (that when ai models has not been detected), registered the hotkeys works and could turn on main functions.
2025-02-11 15:21:57 +09:00
Sakamoto Shiina
945b2a83a8
Merge branch 'bugfix_translate' into develop
2025-02-10 03:11:25 +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
0592695f1f
[Update] Add network error notification.
2025-02-07 17:57:27 +09:00
Sakamoto Shiina
2637e8eef9
[Update] About VRCT: Change the title to only mention 'Special Thanks' and remove 'Supporters' cuz 'Supporters' means patron for now.
...
Add members.
2025-02-06 17:46:38 +09:00
Sakamoto Shiina
8ed5922465
[Update] Adjust calculation and apply multi supporting plans.
2025-02-05 23:34:22 +09:00
Sakamoto Shiina
539d360ebe
Merge branch 'ui' into develop
2025-02-03 17:15:17 +09:00
Sakamoto Shiina
4df958caf1
Merge branch 'supporters_page' into develop
2025-02-03 17:15:08 +09:00
Sakamoto Shiina
52a43b1780
Merge branch 'bugfix_window_scaling_issue' into develop
2025-02-03 17:14:57 +09:00
Sakamoto Shiina
37aaf1aad0
[Update] Config Page: About VRCT: Apply a responsive design.
2025-02-03 16:49:58 +09:00
Sakamoto Shiina
34f6bb215a
[Update] Config Page: supporters: Update-able supporters title calc period.
2025-02-03 14:08:07 +09:00
Sakamoto Shiina
0955aaa12c
[Update] Config Page: Supporters: Add animation.
2025-02-03 12:41:19 +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
225c9c73b9
[Update] Main Page: Sidebar: Add scroll bar to compact mode.
2025-01-30 21:40:06 +09:00
Sakamoto Shiina
e39f77704e
[Update] Config Page: Side menu: Add scroll bar.
2025-01-30 21:19:50 +09:00