jxxghp
8a3b99ae51
feat(pwa): 完善 iOS 启动与主题恢复
2026-07-29 10:06:14 +08:00
jxxghp
e5339d524b
fix(cache): use fixed poster corner radius
2026-07-29 08:31:53 +08:00
jxxghp and Claude Opus 4.8
e218508c2d
fix(editor): Ace 输入框玻璃质感与圆角内边距对齐
...
- 玻璃主题下让 .ace_editor 与普通输入框一致的染色玻璃、描边、聚焦态
- 重命名格式编辑器改用全局圆角 token,并通过 renderer 补齐内边距
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-28 20:07:05 +08:00
jxxghp
e7bfc4ec1c
fix(glass): 捷径卡片补齐玻璃描边与高光
...
弹层内嵌套卡片被通用折叠规则抹平 border 与 box-shadow,只补回背景会显得与其它玻璃卡片不一致,这里补齐完整表面并加上 hover 态。同时带上搜索弹窗的空状态间距与样式顺序整理。
2026-07-28 19:30:05 +08:00
jxxghp and Claude Opus 5
5c63fe2313
feat(mediaserver): 飞牛影视增加访问码配置项
...
配置弹窗与初始化向导的飞牛表单增加访问码输入项,未开启时留空。
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-07-28 19:09:17 +08:00
jxxghp and Claude Opus 5
8d86bd6e92
feat(glass): 插件卡片改为染色玻璃
...
将插件卡片与市场卡片头部的实色背景改为变量驱动的染色层:
图标主色只作为透光色相,玻璃主题下叠加吸收遮罩与镜面高光,
并按 frosted/tinted 材质与透明度调整强度;文件夹卡片渐变底
同步降低不透明度让卡片本体玻璃透出。
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-07-28 13:52:50 +08:00
jxxghp and Claude Opus 5
15ef332ea2
fix(pwa): 面板打开时隐藏底部导航
...
底部导航 Teleport 到 body(z-index 1999),而主题定制器(2102)与
Agent 面板(2601)渲染在 VApp 内部。玻璃主题给 .v-application 设置了
position: relative + z-index: 1,形成层叠上下文,两个面板的数值被限制在
该层内部,无法压过 body 层的底部导航。
移动端这两个面板均为全屏,改为在根节点开关标记打开时隐藏底部导航。
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
2026-07-27 16:33:27 +08:00
jxxghp
0f8a817413
fix tests
2026-07-27 10:20:30 +08:00
jxxghp
eb47545b76
fix #6199
2026-07-27 10:05:32 +08:00
jxxghp
6fc123e0f6
fix: simplify media key generation to prevent duplicates
...
- Refactor getMediaItemKey function with clear priority chain
- Replace complex nested ternary with readable if-else structure
- Ensure consistent key generation for same media items
- Prioritize tmdb_id > douban_id > bangumi_id > anilist_id > media_id
Fixes duplicate items in popular subscribe list
Related to jxxghp/MoviePilot#6199
2026-07-27 09:43:00 +08:00
jxxghp
5bdef2ba8f
fix(transfer): 显示并确认重新整理
2026-07-26 08:58:49 +08:00
jxxghp
42ca5b8f94
fix(search): assemble batched SSE results ( #6186 )
2026-07-26 08:55:34 +08:00
jxxghp
b3e596c761
fix(subscribe): preserve source identity across season flows
2026-07-25 08:51:30 +08:00
jxxghp
0ee9e466c3
fix(subscribe): improve season metadata display ( #584 )
2026-07-25 08:01:43 +08:00
jxxghp
5325d813b4
Restore clear theme navbar surface after scrolling
2026-07-24 18:57:29 +08:00
jxxghp
77c4a0f84c
Add glass theme backdrop treatment to media details
2026-07-23 21:58:43 +08:00
jxxghp
31caf8f5f8
feat(plugin): expose native subscribe action ( #502 )
2026-07-23 17:29:36 +08:00
jxxghp
4da764ddef
Flatten glass-theme modal surfaces
2026-07-23 15:58:18 +08:00
jxxghp
f7ef9dd116
Unify glass overlay material tokens across floating panels
2026-07-23 13:57:20 +08:00
jxxghp
4bc16eb220
Fix clear glass mobile overlays
2026-07-23 08:58:56 +08:00
jxxghp
032bda61f6
Fix mobile clear glass surfaces
2026-07-23 08:12:39 +08:00
jxxghp
91ce2c8aee
Refine glass responsive surfaces
2026-07-23 07:51:49 +08:00
jxxghp
9b230d14b4
Lighten clear glass overlays
2026-07-23 07:19:00 +08:00
jxxghp
6201e01914
Fix glass overlay readability
2026-07-23 07:17:24 +08:00
jxxghp
441f2ecc06
Unify glass theme backdrop filters
2026-07-23 07:05:43 +08:00
jxxghp
b32a4e7c6a
Optimize glass theme rendering performance
2026-07-22 22:48:25 +08:00
jxxghp
dc8becb41a
Integrate logging and scheduler surfaces with glass theme
2026-07-22 22:39:11 +08:00
jxxghp
d2896d5936
Disable transitions that disrupt glass theme rendering
2026-07-22 22:13:13 +08:00
jxxghp
0315481eb6
Style mobile scheduler cards with glass theme
2026-07-22 21:18:47 +08:00
jxxghp
ca955b48e2
Fix glass theme shadows and slider overflow
2026-07-22 20:25:12 +08:00
jxxghp
19e93edca0
fix(glass-theme): adjust background filter and opacity for improved contrast
2026-07-22 20:10:17 +08:00
jxxghp
d039efbefe
Brighten glass theme background visuals
2026-07-22 18:19:28 +08:00
jxxghp
4405a69d59
fix: refine glass search field
2026-07-22 15:42:53 +08:00
jxxghp
c5f3a4db44
fix: honor selected glass theme color
2026-07-22 15:12:35 +08:00
jxxghp
b66bc353b3
fix: hide unsupported glass theme controls
2026-07-22 15:07:09 +08:00
jxxghp
17cdfe6885
feat: add glass theme
2026-07-22 15:00:11 +08:00
jxxghp
5cf0dc116a
feat: add AniList browsing and source-aware search
2026-07-22 12:53:58 +08:00
jxxghp and traeagent
9f375e8413
feat: 调整文件重命名输入框宽度 ( #570 )
...
Co-authored-by: traeagent <traeagent@users.noreply.github.com >
2026-07-21 22:35:12 +08:00
jxxghp
1d7cfbfed8
fix: refine subscribe files dialog layout
2026-07-21 20:25:14 +08:00
jxxghp
0cc254c07d
feat: propagate media source identities ( #6129 )
2026-07-21 20:21:17 +08:00
jxxghp
42ba550bb4
feat: support manual media selection for file scraping
2026-07-21 12:55:14 +08:00
jxxghp
1aa8c9122d
v2.15.0
2026-07-21 11:56:28 +08:00
jxxghp
225d1d2ec0
fix: complete media server field hints
2026-07-21 11:38:42 +08:00
jxxghp
00c0c86345
feat: support selectable anime metadata sources
2026-07-21 11:32:16 +08:00
jxxghp
eee83542df
fix(scheduler): move mobile status to subtitle row
2026-07-21 11:25:15 +08:00
jxxghp
03126d32c1
feat(plugin): expose host toast to federated views
2026-07-20 12:35:14 +08:00
jxxghp
67e78d0eb1
Fix transfer history mobile record layout
2026-07-18 11:45:12 +08:00
jxxghp and traeagent
ef7f346e7a
feat: 优化历史记录页面小屏幕显示 ( #554 )
...
Co-authored-by: traeagent <traeagent@users.noreply.github.com >
2026-07-18 11:17:13 +08:00
jxxghp and traeagent
707bfc87a1
feat: 优化历史记录页面小屏幕显示 ( #553 )
...
Co-authored-by: traeagent <traeagent@users.noreply.github.com >
2026-07-18 10:58:06 +08:00
jxxghp and traeagent
3416c879de
feat: 优化历史记录页面小屏幕显示 ( #552 )
...
Co-authored-by: traeagent <traeagent@users.noreply.github.com >
2026-07-18 10:42:08 +08:00
jxxghp
bbed5bf0ae
feat: 优化历史记录页面小屏幕显示 ( #551 )
2026-07-18 10:24:46 +08:00
jxxghp
e4e5bce234
更新 package.json
2026-07-18 08:06:59 +08:00
jxxghp
ae4f304cc2
feat: 优化小屏幕订阅日历界面 ( #547 )
2026-07-18 08:05:31 +08:00
jxxghp
36bb99cf06
Improve plugin market filter menu layout
2026-07-17 15:45:41 +08:00
jxxghp
24c2e3b49c
Fix login layout on short mobile screens
2026-07-17 14:47:19 +08:00
jxxghp
486a471c0c
更新 package.json
2026-07-17 14:18:55 +08:00
jxxghp
00feeb86ca
Fix agent assistant layering and login card visibility
2026-07-17 12:53:01 +08:00
jxxghp
5676e0b9b1
feat: 优化识别结果展示,调整图标和标题样式
2026-07-17 09:51:54 +08:00
jxxghp
38a841dc9c
feat: 添加自定义识别词功能,支持保存和管理识别规则
2026-07-17 09:47:15 +08:00
jxxghp
6e92673438
feat: 更新金属材质设置,优化视觉效果和层次感
2026-07-17 09:04:21 +08:00
jxxghp
5e2585b210
feat: 添加媒体详情查看功能和相关计算属性
2026-07-17 08:42:22 +08:00
jxxghp
5390af50ac
feat: 重新设计捷径测试结果页面 ( #534 )
2026-07-16 21:41:10 +08:00
jxxghp
c0f58c7df4
feat: 更新3D金属Logo材质和光照设置,提升视觉效果
2026-07-16 20:27:47 +08:00
jxxghp
52df6bef38
fix: adjust logo bevel thickness and depth for improved appearance
2026-07-16 17:40:09 +08:00
jxxghp
9900042bc3
feat: enhance 3D MetalLogo component with rounded shapes and improved materials
2026-07-16 17:32:00 +08:00
jxxghp
e4f02a326f
feat: add 3D MetalLogo component and update dependencies
2026-07-16 15:34:44 +08:00
jxxghp
32b0c1c00c
fix: widen plugin market mobile filters
2026-07-16 12:44:20 +08:00
jxxghp
2e0a582d22
fix: scope mobile form layout styles
2026-07-15 13:53:13 +08:00
jxxghp
9c2c4d9fc4
Improve responsive input layouts and mobile control widths
2026-07-15 13:44:12 +08:00
jxxghp
4e0191ba5c
fix(calendar): deepen today highlight
2026-07-15 12:41:33 +08:00
jxxghp
9247850411
Update the rule test empty-state icon
2026-07-15 12:38:18 +08:00
jxxghp
29b4854dae
fix: allow wrapping mobile multi-select values
2026-07-15 12:06:01 +08:00
jxxghp
338af516be
fix: stabilize mobile shortcut validation styles
2026-07-15 10:57:54 +08:00
jxxghp
ea892a31c0
feat: enhance recognition and rule testing features
...
- Updated maxWidth for NameTestView and RuleTestView dialogs to improve layout.
- Added new localization strings for recognition and rule testing in English, Simplified Chinese, and Traditional Chinese.
- Refactored NameTestView to include detailed analysis steps and summary items for better user feedback.
- Improved error handling and loading states in both NameTestView and RuleTestView.
- Redesigned form layouts for NameTestView and RuleTestView to enhance user experience and accessibility.
- Added computed properties for better data handling and display in the recognition and rule testing processes.
2026-07-15 09:11:27 +08:00
jxxghp
c0f3814560
Add responsive input separators for stacked mobile fields
2026-07-15 08:14:23 +08:00
jxxghp
15f984ba44
fix: ellipsize mobile input values
2026-07-14 22:21:49 +08:00
jxxghp
362c601c7e
fix: remove mobile input dividers
2026-07-14 22:06:17 +08:00
jxxghp
4f0204d465
fix: normalize mobile input dividers
2026-07-14 22:03:07 +08:00
jxxghp
d92e79169c
Reduce vertical spacing for responsive input rows
2026-07-14 21:53:16 +08:00
jxxghp
563849aab3
fix: hide trailing mobile input divider
2026-07-14 21:36:55 +08:00
jxxghp
b0a27c6405
fix: optimize mobile input layout
2026-07-14 21:25:27 +08:00
jxxghp
b664e0b447
更新 package.json
2026-07-14 13:54:01 +08:00
jxxghp
d625d1ad46
fix: 完善移动端表单响应式布局
2026-07-14 13:51:50 +08:00
jxxghp
cec9563963
feat: 添加响应式输入适配器,优化小屏幕录入控件布局
2026-07-14 12:45:11 +08:00
jxxghp
2a2ed9fc6a
fix: 修复背景任务图标显示逻辑,优化任务状态展示
2026-07-13 13:58:08 +08:00
jxxghp
0921932601
feat: 优化定时服务状态展示,增强用户体验
2026-07-13 13:45:16 +08:00
jxxghp
50b8ea1bc9
fix: 移除固定表头,优化移动端缓存面板样式
2026-07-13 13:27:51 +08:00
jxxghp
f88ae5643c
feat: 使用 ProgressiveCardGrid 组件优化移动端缓存和历史记录展示
2026-07-13 13:19:58 +08:00
jxxghp
cf5f4e5b6a
feat: 优化移动端缓存管理界面,增强用户体验
2026-07-13 12:57:11 +08:00
jxxghp
a8db14a069
feat: 支持多数据源识别缓存管理
2026-07-13 12:33:45 +08:00
jxxghp
a20977e522
fix: 优化识别缓存移动端滚动
2026-07-13 11:03:09 +08:00
jxxghp
7efc32637b
feat: 支持多类缓存管理
2026-07-13 09:48:08 +08:00
jxxghp
5c4511f935
Deduplicate offline connection prompts by status
2026-07-10 07:40:25 +08:00
jxxghp
212ba94e11
chore: update version to 2.14.3
2026-07-09 19:34:35 +08:00
jxxghp
f863a09212
Refine dashboard layout drafts and episode status badges
2026-07-09 19:33:27 +08:00
jxxghp
728ced475b
feat: add computed dialog subtitle for download confirmation
2026-07-08 17:19:47 +08:00
jxxghp
85e6b17db7
feat: add agent MCP settings
2026-07-08 08:44:33 +08:00
jxxghp
b27eeea6c0
Improve frontend dialog and layout behavior
2026-07-07 08:54:09 +08:00
jxxghp
39a9fe0541
fix: wrap words guide hint
2026-07-06 23:17:35 +08:00
jxxghp
92d153760b
fix: sync media type when selecting media
2026-07-06 22:38:10 +08:00