Commit Graph

2799 Commits

Author SHA1 Message Date
Sakamoto Shiina
83edccabad Merge branch 'ui' into develop 2025-12-04 14:26:09 +09:00
Sakamoto Shiina
a85320b874 [Update] UI: Enhance backend error handling for Plamo, Gemini, OpenAI, LMStudio, and Ollama authentication keys and models. 2025-12-04 14:24:44 +09:00
超级有节操的逆袭
6c8620e7f7 Merge branch 'misyaguziya:develop' into develop 2025-12-01 15:33:12 +08:00
Sakamoto Shiina
14a4a1ed99 [Update] Add an error notification that is when an invalid endpoint or message is received(mostly frontend side endpoint error handling bug). 2025-11-29 15:58:52 +09:00
超级有节操的逆袭
e8abeecd1b chore: add .qoder/ directory to .gitignore 2025-11-29 01:34:08 +08:00
misyaguziya
592149afed Merge branch 'build' into develop 2025-11-25 21:47:14 +09:00
misyaguziya
3ce8590ce2 buildドキュメントを追加 2025-11-25 21:46:48 +09:00
misyaguziya
318928d049 Merge branch 'bugfix_ollama' into develop 2025-11-25 18:43:42 +09:00
misyaguziya
ea4863f195 入れ込み忘れを修正 2025-11-25 18:43:16 +09:00
Sakamoto Shiina
e89da88c19 Merge branch 'ui_add_new_translation_engines' into develop 2025-11-25 13:42:58 +09:00
Sakamoto Shiina
fca4be5951 [Update] UI: Add 'get' endpoints for connection status retrieval. 2025-11-25 13:41:02 +09:00
Sakamoto Shiina
ead734983c Merge branch 'update_llm_connect' into ui_add_new_translation_engines 2025-11-25 13:26:22 +09:00
misyaguziya
7f7413e050 [Update] utils: Change version update message to English 2025-11-25 12:22:22 +09:00
misyaguziya
ff6ac43fee [Update] Build scripts and configuration: Added new build and install scripts, updated versioning in config files, and improved project structure. 2025-11-25 12:20:55 +09:00
misyaguziya
54ec5ba45d [Update] バージョン管理: package.json, tauri.conf.json, config.pyのバージョンを更新し、update_version.pyを追加 2025-11-25 00:22:23 +09:00
misyaguziya
9a35577ec6 [Update] Controller: Add methods for LMStudio and Ollama connection status checks 2025-11-24 18:01:30 +09:00
Sakamoto Shiina
8cc9255fd0 Merge branch 'bugfix_llm' into ui_add_new_translation_engines 2025-11-23 09:48:39 +09:00
misyaguziya
5ca809c8dd [Update] Config: Add model revalidation logic to ensure selected models are valid based on available options. 2025-11-23 00:59:09 +09:00
misyaguziya
add96c1fda [Update] Config: Enhance configuration persistence by filtering serializable properties and updating loading logic for managed properties. 2025-11-23 00:07:32 +09:00
misyaguziya
27b3006ffd [Update] Controller: Add error handling for empty translation model lists and improve logging for translation engine availability checks. 2025-11-20 01:38:50 +09:00
Sakamoto Shiina
ef06cd1c7a [Update] UI: Implement LLM connection handling and add connection check UI components.(Test UI) 2025-11-19 17:19:39 +09:00
Sakamoto Shiina
e1125ae241 [Update] UI: Add new translation engines and adjust UI styles for better layout. 2025-11-19 08:31:07 +09:00
超级有节操的逆袭
e390adc651 [Update] Added missing translation data for both Simplified Chinese and Traditional Chinese. 2025-11-19 00:55:38 +08:00
Sakamoto Shiina
e1662a4238 Merge branch 'ui_handle_osc_has_disabled' into develop 2025-11-18 09:12:09 +09:00
Sakamoto Shiina
1dd470e9d5 [Update] Display OSC unavailability warning on VRC mic mute sync setting. 2025-11-18 09:07:25 +09:00
Sakamoto Shiina
fbbc1a8d45 [Fix/Update] FIx OSC availability handling and integrate into UI components. 2025-11-18 07:23:41 +09:00
Sakamoto Shiina
d22c6c8f0c Merge branch 'ui_translation_api' into develop 2025-11-14 12:48:20 +09:00
Sakamoto Shiina
430c9f5da2 [Update] UI: Add LM Studio and Ollama model components to the Translation section. 2025-11-14 12:41:05 +09:00
misyaguziya
81e90a285b Merge branch 'bugfix_config' into develop 2025-11-14 11:30:22 +09:00
misyaguziya
877f4cefa9 [Fix] Update configuration handling to improve stability and error management 2025-11-14 11:26:33 +09:00
Sakamoto Shiina
28b65deb95 [Refactor] Implement useSaveButtonLogic for managing save functionality in Translation settings. 2025-11-14 11:07:04 +09:00
misyaguziya
2cc7052d7a Merge branch 'bugfix_openai_auth' into develop 2025-11-14 10:58:16 +09:00
misyaguziya
bc6798714d [Fix] Improve OpenAI authentication handling and error response 2025-11-14 10:42:40 +09:00
Sakamoto Shiina
11c16fadbd [Update] UI: Add Plamo, OpenAI and Gemini authentication key components and integrate them into the Translation section. 2025-11-14 09:40:25 +09:00
Sakamoto Shiina
3105df3486 [bugfix] Ensure the delete function is callable and correctly handled in config setters. 2025-11-13 15:55:00 +09:00
Sakamoto Shiina
3a31b0a9fe [Refactor] Introduce AuthKey component and update related containers and styles. 2025-11-13 12:58:34 +09:00
Sakamoto Shiina
ef4a19d0bb [Refactor] Implement _OpenWebpageButton component and integrate it into DeeplAuthKeyContainer. 2025-11-13 12:17:18 +09:00
Sakamoto Shiina
ddcf49e243 [Refactor] Integrate DeepL authentication key URL and enhance OpenWebpage_DeeplAuthKey component to accept props. 2025-11-13 12:01:32 +09:00
Sakamoto Shiina
d6498a78ca Merge branch 'ui_refactor' into develop 2025-11-13 10:33:16 +09:00
misyaguziya
44b04ddef6 Merge branch 'refactor_endpoints' into develop 2025-11-13 10:02:40 +09:00
misyaguziya
215f5f6815 [Refactor] Update endpoint names to use 'selectable' prefix for mic, speaker, and translation engines 2025-11-12 20:55:08 +09:00
Sakamoto Shiina
db60529466 [Update]: Allow inserting custom components into MultiDropdownMenu.
- For Device components Auto select device that is SwitchBox component.
2025-11-12 16:33:20 +09:00
Sakamoto Shiina
ddcd19d5eb [Refactor] Separate SwitchBox into _atom and wrapper, add secondary label support. 2025-11-12 15:27:10 +09:00
Sakamoto Shiina
d529ed8962 [Refactor] Introduce MultiDropdownMenuContainer template for layout consistency. 2025-11-12 14:48:13 +09:00
misyaguziya
cfc0e9fcc4 [Feature] Add VAD parameters and no-repeat N-gram size to Config and AudioTranscriber 2025-11-12 12:42:04 +09:00
Sakamoto Shiina
4a852374ab [Refactor]: Introduce MultiDropdownMenu component for layout consistency. 2025-11-12 12:32:18 +09:00
Sakamoto Shiina
01327fa852 [Refactor] Introduce wrapper component for DropdownMenu to enhance versatility. 2025-11-12 10:18:26 +09:00
Sakamoto Shiina
dc3c236791 [Refactor] Move DropdownMenu to _atoms directory. 2025-11-12 10:01:55 +09:00
Sakamoto Shiina
b21a46e96e [Refactor] Extract container logic into TemplatesContainerWrapper. 2025-11-11 03:02:21 +09:00
Sakamoto Shiina
3612f2cb80 [Refactor] MessageFormats: Improve reusability of setting container templates. 2025-11-10 23:07:17 +09:00