jxxghp
0594d1d5b2
feat: implement launch loading state management and footer navigation visibility control
2026-06-12 13:59:59 +08:00
jxxghp
4691d12faa
fix: enforce permission-aware navigation
2026-06-09 21:45:51 +08:00
jxxghp
0dd95508b5
fix: refine theme radius options
2026-06-05 23:29:11 +08:00
jxxghp
f3c524b6b5
feat: add theme radius customization
2026-06-05 23:06:10 +08:00
jxxghp
b3fb7e1de1
feat: 增强主题管理,支持动态主题切换和持久化设置
2026-06-05 09:06:06 +08:00
jxxghp
643ddcef07
feat: enhance theme customizer with shadow options and update styles
...
- Added shadow customization options to the theme customizer, allowing users to select from 'none', 'low', 'medium', and 'high'.
- Updated the theme customizer settings interface and default values to include shadow settings.
- Enhanced the CSS variables for shadows in common.scss to support different shadow levels based on user selection.
- Modified the VirtualSlideView component styles to improve layout and scrolling behavior.
- Updated localization files for English, Simplified Chinese, and Traditional Chinese to include new shadow-related terms.
- Adjusted various components to ensure consistent application of shadow styles across the application.
2026-06-04 21:20:08 +08:00
jxxghp
caef6eca67
fix: 同步主题定制器状态到根节点,优化全局悬浮按钮位置
2026-06-02 22:44:53 +08:00
jxxghp
7d21eabf1a
fix: prevent theme customizer startup crash
2026-06-02 18:35:05 +08:00
jxxghp
50b0148ed6
feat: add theme customizer component and functionality
...
- Introduced a new ThemeCustomizer component for real-time theme customization.
- Updated UserProfile.vue to integrate the ThemeCustomizer and manage theme settings.
- Enhanced theme management with new settings for layout, primary color, and skin.
- Added support for semi-dark menu and responsive design adjustments.
- Implemented local storage persistence for theme settings.
- Updated localization files to include new theme customizer strings in English, Simplified Chinese, and Traditional Chinese.
- Modified styles to support new bordered skin and theme customizer layout.
- Refactored existing components (HeaderTab, SearchBar) to accommodate new theme features.
2026-06-02 16:16:20 +08:00
jxxghp
5a4e345529
feat: add LLM proxy toggle
2026-05-27 06:57:09 +08:00
jxxghp
ba200cae5c
fix: move LLM user agent after max context
2026-05-26 08:30:33 +08:00
jxxghp
87c73e0253
feat: add llm user agent setting
2026-05-26 08:20:02 +08:00
jxxghp
96d3426d0c
fix: 优化插件市场刷新按钮状态
2026-05-24 20:28:45 +08:00
jxxghp
d7f74a3a8a
feat: implement dynamic accent color extraction and styling for UI cards with standardized shadow removal
2026-05-18 11:20:58 +08:00
jxxghp
48e6fc4466
refactor: migrate all dialogs to a centralized shared dialog management system using useSharedDialog composable
2026-05-17 22:54:17 +08:00
jxxghp
c5e2b1349f
refactor: implement lazy-loaded tab components with silent background data refresh for settings pages
2026-05-17 14:17:50 +08:00
jxxghp
0e005c3c7e
refactor: optimize Keep-Alive component rendering and data synchronization by introducing silent refresh states and fallback layout calculations.
2026-05-17 14:06:05 +08:00
jxxghp
5e8489c620
refactor: standardize keep-alive data refreshing using useKeepAliveRefresh composable across views and dashboards
2026-05-17 10:04:30 +08:00
jxxghp
75862c026a
refactor: replace useBackgroundOptimization with unified useBackground composable and update Nginx SSE route configuration
2026-05-17 08:32:17 +08:00
jxxghp
bbe3368c69
feat: introduce useKeepAliveRefresh composable to manage tab data synchronization and lifecycle refresh logic
2026-05-17 07:43:42 +08:00
jxxghp
7114c63e8f
Revert "perf: optimize infinite list loading"
...
This reverts commit 2a6f9e3cc0 .
2026-05-15 23:08:56 +08:00
jxxghp
2a6f9e3cc0
perf: optimize infinite list loading
2026-05-15 22:59:00 +08:00
jxxghp
546af84dab
Revert "Feat/virtualizarefactor: virtualization rework — unify Virtual components, fix memory leaks, migrate 15+ consumerstion rework ( #472 )"
...
This reverts commit 5953496d84 .
2026-05-15 21:42:43 +08:00
Aqr-K
5953496d84
Feat/virtualizarefactor: virtualization rework — unify Virtual components, fix memory leaks, migrate 15+ consumerstion rework ( #472 )
2026-05-15 21:15:30 +08:00
jxxghp
af67fddce0
fix: ensure clear cache reloads page
2026-05-14 22:45:23 +08:00
jxxghp
74c980c7a5
feat: split agent audio input and output settings
2026-05-14 19:37:46 +08:00
jxxghp
b3c8faab70
feat: add Feishu notification configuration UI
2026-05-12 21:42:17 +08:00
jxxghp
4207a70716
feat: add support for ZSpace media server integration including UI configuration and logo assets
2026-05-11 18:09:29 +08:00
jxxghp
4f9dce70d3
feat: add wechat clawbot notification setup UI
2026-05-10 21:47:35 +08:00
jxxghp
dbeea6afcc
perf: reduce frontend memory pressure and startup cost
...
Limit long-lived page and component retention while virtualizing large card views to keep runtime memory lower. Defer heavy editor, chart, workflow, calendar, and icon code so the app loads less JavaScript up front.
2026-05-09 08:32:14 +08:00
jxxghp
e14c81d178
feat(settings): persist LLM base URL presets
2026-05-08 10:52:30 +08:00
jxxghp
f3dbc4afad
feat: add qBittorrent API key setup support
...
Expose qBittorrent WebUI API Key fields in settings and setup so 5.2 users can connect without requiring username/password.
Refs jxxghp/MoviePilot#5724
2026-05-07 07:41:05 +08:00
jxxghp
aa49c6ccbc
refactor(llm): merge preset selection into base URL field
...
Use a single editable Base URL combobox for LLM providers so preset endpoints and manual input share one field, with preset types shown as subtitles.
2026-05-03 11:31:06 +08:00
jxxghp
c29e329548
feat(llm): add provider URL presets
...
Expose provider-specific preset endpoints in the setup and system settings flows so users can start from the correct base URL while still editing it manually.
2026-05-03 09:38:28 +08:00
jxxghp
9a9a618136
refactor: extract LLM provider management logic into composable and add OAuth support for system settings
2026-04-30 09:49:05 +08:00
jxxghp
96684a8d13
feat: add configuration for AI voice input/output settings and models
2026-04-29 18:15:50 +08:00
jxxghp
30b39283b6
feat: add unified llm thinking level setting
2026-04-24 19:50:23 +08:00
jxxghp
20bdb940cd
refactor: standardize floating action buttons with a compact stack layout and migrate menu items to key-based i18n resolution
2026-04-19 13:00:04 +08:00
jxxghp
e9b214cff8
refactor: enhance dynamic button system to support menus, reactive properties, and improved PWA floating action button integration
2026-04-19 12:29:02 +08:00
jxxghp
61c073ad6c
refactor: remove recognize source selection and hardcode to themoviedb in setup wizard
2026-04-16 19:50:37 +08:00
jxxghp
4b3733bc19
feat: add site auth step to setup wizard
2026-04-16 19:21:17 +08:00
jxxghp
b29c6bd83f
feat: add AI agent configuration step and expand basic settings with OCR and recognition source options
2026-04-16 17:36:27 +08:00
jxxghp
660338688a
refactor: adjust TransferHistoryView layout offset and apply code style improvements
2026-04-08 13:47:04 +08:00
jxxghp
2d50bd7536
refactor: optimize useAvailableHeight to improve resize event handling and performance
2026-04-08 13:23:29 +08:00
jxxghp
b02a4f1347
refactor: extract available height calculation logic into a reusable useAvailableHeight composable
2026-04-08 13:08:51 +08:00
EkkoG
38dfb3af07
feat: add QQ notification channel support with validation and localization
2026-03-07 23:21:09 +08:00
doumao
ff7658b5ba
feat: 完成绿联媒体服务前端接入与展示优化
2026-02-28 22:09:09 +08:00
PKC278
be40f55bd9
feat(search): 添加AI推荐功能并优化相关逻辑
2026-01-15 03:04:58 +08:00
PKC278
e5749bd6ef
address review comments for useVersionChecker
...
- Simplify props passing for VersionUpdateToast
- Remove redundant removeEventListener call
2026-01-06 15:07:20 +08:00
PKC278
38da061cf1
refactor(useVersionChecker): 优化版本检查逻辑和通知机制
...
feat(locales): 更新多语言版本信息
style(main.scss): 移除版本更新通知样式
2026-01-06 12:00:11 +08:00