244 Commits

Author SHA1 Message Date
Minidoracat
ed3b37bc34 🎨 優化按鈕樣式 2025-06-13 14:11:27 +08:00
Minidoracat
fdaf8aecbd 新增設定常用提示詞 2025-06-13 13:43:27 +08:00
Minidoracat
91e99a69fd 新增 ctrl + I 聚焦輸入框功能,感謝 @penn201500 提供方法 2025-06-13 11:17:39 +08:00
Minidoracat
82a7473f85 補充多語系文本 2025-06-13 10:33:24 +08:00
Minidoracat
01acf5ee62 🐛 修復會話管理初始化問題 2025-06-13 06:47:11 +08:00
Minidoracat
8c9ca2d870 🔥 移除自動檢測功能 2025-06-13 06:04:16 +08:00
Minidoracat
e0aa50a4e8 收合面板功能加入保存 2025-06-13 05:50:27 +08:00
Minidoracat
a257744bd1 增加會話管理功能 2025-06-13 05:48:08 +08:00
Minidoracat
5f4e128f6f 📝 更新架構文檔 2025-06-12 22:45:23 +08:00
Minidoracat
a9a3139f0e 🔥 移除 Electron 桌面 2025-06-12 04:24:38 +08:00
Minidoracat
c3a49695e7 🐛 修復 fastapi 版本問題 2025-06-11 16:15:15 +08:00
Minidoracat
5150617abb 🐛 修復單元測試問題 2025-06-11 14:59:27 +08:00
Minidoracat
85ff83f037 桌面應用啟動速度優化 2025-06-11 09:56:47 +08:00
Minidoracat
d5ba76e248 🐛 修復桌面應用測試啟動問題 2025-06-11 06:29:42 +08:00
Minidoracat
0e04186805 ️ 增加程式碼品質檢測 2025-06-11 06:11:29 +08:00
Minidoracat
38c6583084 🐛 修復測試權限 2025-06-11 03:38:21 +08:00
Minidoracat
5d1a8f0222 🔨 執行檢測後的修改 2025-06-11 03:25:08 +08:00
Minidoracat
50dbcc6e31 增加程式碼自動檢查和 make 命令 2025-06-11 03:15:24 +08:00
Minidoracat
a2d4180cf6 新增 desktop 模式 2025-06-10 09:55:34 +08:00
Minidoracat
3ed676cf29 📝 新增專案架構文檔 2025-06-10 09:01:53 +08:00
Minidoracat
47088ad1a9 🔨 重構單元測試 2025-06-10 08:40:47 +08:00
Minidoracat
1a6c3babe6 🔨 重構 app.js 模組化 2025-06-10 07:19:47 +08:00
Minidoracat
47dbdcd96c 🔥 移除 Qt GUI 支援,更新專案描述及依賴配置 2025-06-10 05:43:49 +08:00
GitHub Action
4c1ec00210 🔖 Release v2.3.0
- Updated version to 2.3.0
- Auto-generated release from simplified workflow
v2.3.0
2025-06-07 19:59:37 +00:00
Minidoracat
905ec155e3 🐛 修復自動發佈流程 2025-06-08 03:59:04 +08:00
Minidoracat
16ffcae8e6 📝 更新 2.3.0 相關文檔 2025-06-08 03:51:29 +08:00
Minidoracat
143a79f8f3 Merge branch 'penn201500-feature/auto-focus-input-box' 2025-06-08 03:37:47 +08:00
Minidoracat
04798e4aa4 Merge branch 'feature/auto-focus-input-box' of github.com:penn201500/mcp-feedback-enhanced into penn201500-feature/auto-focus-input-box 2025-06-08 03:36:56 +08:00
Minidoracat
57200e868d 🐛 修復發佈流程 2025-06-08 03:11:57 +08:00
Minidoracat
edbbf535ac
Merge pull request #42 from Minidoracat/feature/practical-improvements
Feature/practical improvements
2025-06-08 03:05:23 +08:00
Minidoracat
b2640b51ad 📝 簡化自動發布流程 2025-06-08 02:58:33 +08:00
Minidoracat
c9555a7132 📝 更新 2.3.0 相關文檔 2025-06-08 02:43:28 +08:00
Minidoracat
df5a1a610a 在 WSL 環境下預設使用 Web UI 2025-06-08 02:38:46 +08:00
Minidoracat
42dee74c89 ♻️ 優化 WebSocket 連接管理 2025-06-08 00:52:30 +08:00
penn
75cc0dbe8a Enhance auto-focus feature with settings configuration
• Added configurable auto-focus option in settings window

• Auto-focus now defaults to enabled but can be toggled off

• Added configuration management for auto_focus_enabled setting

• Enhanced FeedbackWindow to respect auto-focus preference

• Added UI controls in SettingsTab with modern switch component

• Implemented proper configuration save/load with debug logging

• Added i18n support for auto-focus setting in all languages:

  - English: 'Auto-focus input box when window opens'

  - 繁體中文: '窗口打開時自動聚焦到輸入框'

  - 简体中文: '窗口打开时自动聚焦到输入框'

This enhancement makes the auto-focus feature more user-friendly

by allowing users to choose their preferred input behavior.
2025-06-07 17:10:57 +08:00
penn
747270b43a Add auto-focus to input box when feedback window opens
• Automatically focus on the feedback input box when window appears

• Improves user experience by allowing immediate text input

• Added smart focus detection for both combined and separate modes

• Implemented 300ms delay to ensure complete UI initialization

• Enhanced debugging and error handling for focus functionality

Resolves: Input box requires manual click before typing

Feature: Auto-focus enhancement for better UX
2025-06-07 14:24:49 +08:00
Minidoracat
da8128c5bb 更新 FeedbackApp 的回饋狀態管理,新增會話 ID 重置邏輯,優化自動檢測功能的日誌輸出,提升調試便利性與可追蹤性。 2025-06-07 04:54:28 +08:00
Minidoracat
1607d98027 在 FeedbackApp 中新增日誌輸出,顯示自動檢測獲取的會話數據及會話 ID 變化情況,提升調試便利性與可追蹤性。 2025-06-07 04:45:51 +08:00
Minidoracat
e021d8bd2a 在主路由中新增會話ID至JSON響應,提升會話管理的可追蹤性與調試便利性。 2025-06-07 04:41:23 +08:00
Minidoracat
fa532a647b 優化圖片事件監聽器的設置與移除邏輯,增加日誌輸出以便於調試,確保事件處理的安全性與正確性。移除重複的事件監聽器設置,並統一管理圖片上傳功能的事件監聽器。 2025-06-07 04:34:54 +08:00
Minidoracat
568f7d986c 更新翻譯文件,將「合併模式」更名為「工作區」,並調整相關描述;新增自動刷新功能的界面元素及樣式,提升使用者體驗與界面一致性。 2025-06-07 04:22:24 +08:00
Minidoracat
b9d781f147 新增會話清理管理器,整合自動清理策略、統計與性能監控,提升系統資源管理效率。擴展 WebFeedbackSession 及 SessionCleanupManager 功能,支持過期與內存壓力清理,並新增測試模組以確保功能正確性。 2025-06-07 02:54:46 +08:00
Minidoracat
90deebdee5 新增集成式內存監控系統,提供系統與進程內存使用監控、智能清理機制、內存洩漏檢測及性能優化建議。更新資源管理器與 Web UI,支持內存監控集成與警告回調,並新增測試模組以確保功能正確性。 2025-06-07 02:29:16 +08:00
Minidoracat
ca6a73c3be 新增統一錯誤處理框架與資源管理器,優化臨時文件管理與端口查找功能,提升系統穩定性與可維護性。更新 Web UI 端口管理邏輯,支持自動清理與進程註冊,並增強壓縮配置管理。新增測試模組以確保功能正確性。 2025-06-07 02:19:26 +08:00
Minidoracat
462ed934a3 🐛 修復 websocket 2025-06-06 22:43:05 +08:00
Minidoracat
466dcffaa9 🐛 修復 websocket 不正常斷開問題 2025-06-06 22:29:49 +08:00
Minidoracat
ad44568c7c 🐛 修復 web ui 圖片上傳功能 2025-06-06 22:11:18 +08:00
Minidoracat
da347c2108 新增圖片上傳組件樣式,包含上傳區域、預覽項目及設定行的樣式,提升使用者體驗與界面美觀。 2025-06-06 21:51:36 +08:00
Minidoracat
8a4635928e web ui 改為頁面局部更新邏輯 2025-06-06 21:09:45 +08:00
Minidoracat
1d4041541d 新增 MCP_WEB_PORT 環境變數支持,優化 Web UI 端口設定邏輯,確保端口範圍有效性,並更新相關文檔。 2025-06-06 20:08:39 +08:00