Commit Graph

81 Commits

Author SHA1 Message Date
Sakamoto Shiina
e3f118254d [bugfix] Message Input Box: Remove unnecessary padding where the input box right when the send button is hide. 2025-01-22 10:47:31 +09:00
Sakamoto Shiina
fe16a94262 [bugfix] Message Input Box: fix and change calculation rem to percentage.
*When resize the window, input box height wasn't change on purpose. but the down side was made some bugs.
so gave it up and change the calculation.
2025-01-22 10:29:14 +09:00
Sakamoto Shiina
bac7bb15d3 [Update] Add hotkeys main functions 2025-01-17 02:41:27 +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
31fb57baad [bugfix] Message Page: Message Logs: System Message: Fix width and set to text center. 2025-01-03 20:59:06 +09:00
Sakamoto Shiina
4502f30b29 [bugfix] Main Page: Message Logs: Sent Message: Fix text wrap that was not wrap and over flowed. 2025-01-03 20:12:07 +09:00
Sakamoto Shiina
227aacd005 [Refactor/bugfix] Main Page: Message Logs. Fix scroll animation, that is not using at this time though. 2025-01-03 19:04:46 +09:00
Sakamoto Shiina
5d0e9e0559 [Refactor] Tidy up the color variables. 2025-01-02 19:22:09 +09:00
Sakamoto Shiina
d798562de7 [bugfix] Main Page: MessageInputBox: Fix the bug that can't bring the history back and occur undefined error when shift+arrow down kay pressed. 2025-01-02 16:00:00 +09:00
Sakamoto Shiina
806e65e85e [Update] Main Page: Top bar help button: Change the link document to temporary hub(Google sheet). 2024-12-30 19:27:27 +09:00
Sakamoto Shiina
0283a74bfe [bugfix] Main Page: Message Logs: Fix text-align where sent message. 2024-12-30 13:39:38 +09:00
Sakamoto Shiina
afdb9d6914 [Update] Main Page: Translator: Add warning ui to translate selector when the same languages are selected. 2024-12-28 05:24:52 +09:00
Sakamoto Shiina
92cb5801da [Update] Main Page: Message Logs. Add system message (Word Filter) 2024-12-26 15:35:41 +09:00
Sakamoto Shiina
55b9bfd69c [bugfix/TMP] Fix the bug that message logs hasn't scrolled down even when it should be.(like when the logs update speed fast) 2024-12-22 17:57:12 +09:00
Sakamoto Shiina
5a498fc98c [Update] Main Page: Add headphones icon to every language select open button when Speaker2Log is turned on. 2024-12-20 03:48:33 +09:00
Sakamoto Shiina
04b746923c [Update] Localization. Main Page: MessageLogSettingsContainer MessageLogs. Add some Japanese. 2024-12-17 01:28:34 +09:00
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
a5ad2408be [bugfix] Main Page: TranslatorSelectorOpenButton. Fix the new line. 2024-12-13 19:18:53 +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
ae3e359fd6 [Refactor/Update] Organize localization files and apply to some labels. 2024-12-10 18:45:52 +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
7d1ea8755f [bugfix] Main Page: Top bar: Overlay. Fix showing indicator whether enabled or disabled. 2024-12-02 07:38:09 +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
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
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
4b92c210d6 [Update] Main Page: Add the software update available button. 2024-11-14 10:07:09 +09:00
Sakamoto Shiina
6c0c67ab40 [Refactor] Tidy up utils' files and functions. 2024-11-13 09:31:27 +09:00
Sakamoto Shiina
dd21623b59 [Update/Refactor] Main Page: Translation Engines. Apply Localization. 2024-11-13 06:54:28 +09:00
Sakamoto Shiina
f835a3be80 [Refactor] ui_configs: rename the keys. 2024-11-12 15:23:02 +09:00
Sakamoto Shiina
768debfb2b [Update] Restore the branch bugfix_translator. 2024-11-07 07:05:55 +09:00
Sakamoto Shiina
0f599ce679 [bugfix] 1: To do not restore and save the data x,y_pos and its size when the window is minimized.
2: To do not restore and save the message box ratio data when the window is minimized either.
2024-11-05 21:26:13 +09:00
Sakamoto Shiina
ccc7fec756 [bugfix] フロント: 選択中の翻訳エンジンデータ形式変更とUIへの流し込み、
バック: UIへのrun時のデータ形式をset/getにあわせて変更。
2024-11-02 18:30:40 +09:00
Sakamoto Shiina
30de46cf2c [Update] Quick Settings: Apply localization. 2024-10-31 16:50:21 +09:00
Sakamoto Shiina
51bf5a2e27 [Update] Quick Settings: Add Vrc Mic Mute Sync. 2024-10-31 16:36:42 +09:00
Sakamoto Shiina
3c76902124 [Update] Quick Settings: Add Overlay settings. 2024-10-31 16:36:25 +09:00
Sakamoto Shiina
2c460bc8e5 [Update] Config Page: Add Others Tab. Auto Clear Message Input Box, Send Message Button Type. 2024-10-16 21:09:14 +09:00
Sakamoto Shiina
0d8eb887f7 [bugfix] Fix the separator position, that was bit off again, when the Ui scaling bigger than 100%. 2024-10-11 17:12:16 +09:00
Sakamoto Shiina
99cd3d1df0 [bugfix] Main Page: Message Box Ratio. store the data in float and fix the bug that was set bit off message box's height. 2024-10-11 04:25:34 +09:00
Sakamoto Shiina
d44c2dd7d9 [Refactor] Refactor the way import files.
Organize some codes.
2024-10-11 00:23:52 +09:00
Sakamoto Shiina
61f50215d7 [Update] Add Window Title bar.
[bugfix] Note: I think this is tauri's bug. When I try to resize the window and hovered dragable area, I could see resize cursor but it work as a dragging the window behavior that should't be.
Updated npm packages but still not work so I  managed it as adding margin-top by referring Discord title bar.
2024-10-09 22:00:30 +09:00