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
Sakamoto Shiina
6828c255a6
[Update] Add Message Log Ui Scaling.
2024-09-30 10:33:54 +09:00
Sakamoto Shiina
c32a186e88
[Update] 設定ページ開閉時に、音声認識オンオフ状態の復元を実装。
...
※今まではBackendで状態復元をしていたが、処理があれなのでUI側での便利機能としてUIが管理することに。
2024-09-27 13:13:33 +09:00
Sakamoto Shiina
08c79d8ed8
[Update/Refactor] 翻訳エンジン周り: 選択中の翻訳エンジン系のendpoint名を統一。
...
言語切替時、選択中のプリセット番号の設定ではなく、全てのプリセット番号分の設定も送ることで他と統一。
以上に伴い、UI側でendpointの追加や、翻訳エンジンリストを開く度にリストを更新していた部分を削除。
2024-09-26 07:35:09 +09:00
Sakamoto Shiina
69d835855c
[Update] Main Page: Message Input Box Ratio. Save the ratio when window is resized.
2024-09-25 13:37:21 +09:00
Sakamoto Shiina
b3d7d3f87e
[Update] Main Page: Message Input Box Ratio. saveable the ratio.
2024-09-25 11:56:28 +09:00
Sakamoto Shiina
3557ac4761
[bugfix] Main Page: Message Log. Restrict selectable text.(The texts, categories and time, is selectable yet when select all of them, though.)
2024-09-25 01:15:20 +09:00
Sakamoto Shiina
f0685e206f
[Update] Main Page: Message Log. the texts to be selectable.
2024-09-24 10:20:35 +09:00
Sakamoto Shiina
c0c826b443
[Rename] is_loading to is_pending.
2024-09-24 10:00:15 +09:00
Sakamoto Shiina
c0ba530d32
[Update] Main Page: Connect to backend. IsMainPageCompactMode.
2024-09-23 10:21:49 +09:00
Sakamoto Shiina
fab5fbc070
[Update] Main Page: LanguageSelector. close the language selector when any language is selected from it.
2024-09-23 09:58:54 +09:00
Sakamoto Shiina
7dbf324e31
[Update] Main Page. Add Language swap button functionally.
2024-09-23 09:26:58 +09:00
Sakamoto Shiina
0616092eff
[Refactor] Change state management structures. Async atom to be manage manually.
2024-09-23 03:44:33 +09:00
Sakamoto Shiina
586aaf0091
[Update] Main Page: Language Settings. Translation Engines. To selectable.
2024-09-22 12:02:50 +09:00
Sakamoto Shiina
7573e99617
[Refactor] Organize logics files. and change import path as well.
2024-09-21 00:54:32 +09:00
Sakamoto Shiina
e7a39b6fa8
[Chore] Main Page: Add padding to language selector open button. Add localization function to the title Language Settings.
2024-09-19 07:31:18 +09:00
Sakamoto Shiina
e409e333e0
[Update] Main Page: Language Settings. LanguageSelector. It works functionally.
2024-09-18 23:46:46 +09:00
Sakamoto Shiina
1424abe44e
[Update] Main Page: LanguageSelector. Fetch language list data from Python when starting up software.
2024-09-15 07:45:44 +09:00
Sakamoto Shiina
6b3ff1f3b2
[Update] Main Page: Side bar scroll bar. Adjust scroll bar color when language selector is opened.(For hiding in appearance)
2024-09-12 16:50:47 +09:00
Sakamoto Shiina
f2f9b7d1c9
[bugfix] Main Page: Side bar. Fix the width (and remove scroll bar when it's compact mode.)
2024-09-11 16:00:58 +09:00
Sakamoto Shiina
f0cffa7127
[Update] Main Page: Side bar. Scroll bar only shows when the side bar area is hovered.
2024-09-11 14:46:00 +09:00
Sakamoto Shiina
7068167866
[UPdate] Main Page: Side bar. Now, scrollable.
2024-09-11 13:46:45 +09:00
Sakamoto Shiina
e1d8f59890
[Refactor] Change the function names.
2024-09-10 21:11:15 +09:00
Sakamoto Shiina
ac6b898a46
[Perf/bugfix] Separate custom hooks and prevent re-render issues.
...
Config Page: Device Tab. threshold component. fix problem that the input component focused out when input something each time.
Set threshold data when started python.
2024-09-10 17:21:03 +09:00
Sakamoto Shiina
5eaaea535c
[Update] Main Page: Log Box. 翻訳後文章表示対応。
2024-09-09 12:37:38 +09:00
Sakamoto Shiina
a4d7e886d5
[Update] Main Page: Message Input Box. Add function, changeable the send button "hide", "show", "show_and_disable_enter_key".
2024-09-08 23:52:00 +09:00
Sakamoto Shiina
6aa427baec
[Update] Main Page: Message input box. Add function, auto clear message box.
2024-09-08 18:14:58 +09:00
Sakamoto Shiina
ef5eb2fb40
[Update/Perf] Config Page: Device Tab. Add threshold_component(dev).
...
Improve re-render, unnecessary, problem.
2024-09-07 21:32:44 +09:00
Sakamoto Shiina
fdbaaaaca9
[bugfix/chore] Main Page: Sidebar. fix vrct logo height that was shrink.
2024-09-02 09:08:39 +09:00
Sakamoto Shiina
597fee16df
[bugfix] Main Page: MainFunctionSwitches. fix the label width that was shrinking and wrapping unexpectedly.
2024-09-02 09:08:39 +09:00
Sakamoto Shiina
3446862eda
[Update] To be switchable between ConfigPage and MainPage.
2024-09-01 19:48:58 +09:00
Sakamoto Shiina
3ed3d5eb40
[Update] Combine in one window. Rename Main/Config Window to Main/Config Page accordingly.
...
For now, I put Config Page to below the main page temporary. Open Config Button does not work.
2024-08-09 12:23:17 +09:00