InfinityPacer
2829e3b082
fix(subscribe): display special season labels ( #491 )
2026-06-15 15:54:08 +08:00
jxxghp
48913b8811
优化订阅日历入库状态展示
2026-06-15 10:05:35 +08:00
jxxghp
0a7d53b5c7
修复消息中心滚动显示
2026-06-14 21:32:14 +08:00
jxxghp
891274cc0e
refactor(dialogs): unify button styles and layout in dialog components
...
- Updated VCardActions in multiple dialog components to use a consistent class `app-dialog-actions` for styling.
- Changed button variants to `flat` for primary actions and `tonal` for secondary actions across various dialogs.
- Adjusted padding and spacing for buttons to improve layout consistency.
- Enhanced responsiveness for dialog actions in mobile views.
2026-06-14 14:47:06 +08:00
jxxghp
d3d0d847f6
fix: show subtitle episode metadata
2026-06-10 00:54:59 +08:00
jxxghp
4691d12faa
fix: enforce permission-aware navigation
2026-06-09 21:45:51 +08:00
jxxghp
2f46c19826
feat: add subtitle search actions
2026-06-09 17:04:17 +08:00
jxxghp
4362bbed42
refactor: 优化日志视图样式,添加边框和阴影,提升视觉效果
2026-06-07 22:03:05 +08:00
jxxghp
c9ebf23977
refactor: 统一组件样式,优化圆角和阴影效果,提升视觉一致性
2026-06-07 19:49:15 +08:00
jxxghp
e239c0c5ea
refactor: 优化代码格式,简化部分逻辑,提升可读性
2026-06-07 18:10:10 +08:00
jxxghp
87d780d985
refactor: remove unnecessary border and border-radius styles across various components
...
- Removed border and border-radius styles from SubscribeCard, CategoryEditDialog, ContentToggleSettingsDialog, DiscoverTabOrderDialog, ForkWorkflowDialog, OfflineStatusDialog, PluginMarketSettingDialog, ReorganizeDialog, SearchBarDialog, SiteImportDialog, SiteResourceDialog, SiteStatisticsDialog, WorkflowActionsDialog, TorrentFilterBar, and several setup views.
- Updated common.scss to introduce new variables for surface radius and border styles.
- Adjusted component styles to utilize new app surface styles for consistency.
2026-06-07 15:43:42 +08:00
jxxghp
bf05cd0697
fix: wrap button in a div for better layout structure
2026-06-07 11:05:36 +08:00
jxxghp
8e5b8f7207
feat(dashboard): 优化仪表盘组件加载逻辑,支持异步加载和状态管理
2026-06-07 08:57:25 +08:00
jxxghp
989e8b4c5e
feat(dashboard): 增加媒体组件的内边距以改善布局
2026-06-06 23:04:45 +08:00
jxxghp
df8e6016cd
feat(dashboard): improve layout and styling for media components
2026-06-06 20:54:46 +08:00
jxxghp
75da7d35b4
fix(dashboard): stabilize editable layout controls
2026-06-06 18:22:36 +08:00
jxxghp
e2722801e4
feat(dashboard): enhance layout and responsiveness of dashboard components
2026-06-06 17:56:53 +08:00
jxxghp
9dc63e2c21
feat(dashboard): integrate GridStack for enhanced layout management
...
- Added GridStack for dynamic dashboard layout with drag-and-drop functionality.
- Introduced new properties for DashboardItem to support row configuration.
- Enhanced ContentToggleSettingsDialog with reset functionality.
- Updated localization files for new dashboard features.
- Refactored dashboard components to utilize GridStack for layout rendering.
- Improved responsiveness and styling for dashboard elements.
- Removed deprecated draggable component in favor of GridStack.
2026-06-06 08:45:45 +08:00
jxxghp
f3c524b6b5
feat: add theme radius customization
2026-06-05 23:06:10 +08:00
jxxghp
3620b2a979
fix: 调整布局和样式,增加卡片网格的内边距以避免溢出
2026-06-05 08:24:16 +08:00
jxxghp
8d13f3e5ca
fix: 调整布局和样式,修复滚动和间距问题
2026-06-04 23:33:20 +08:00
jxxghp
9ebe740c69
更新 DownloadingListView.vue
2026-06-04 22:53:06 +08:00
jxxghp
73673820f1
fix: prevent download card shadow clipping
2026-06-04 22:42:43 +08:00
jxxghp
841e9479af
refactor: unify header tab menu definitions
2026-06-03 07:21:34 +08:00
jxxghp
d6b7b6d813
fix: close plugin filter menus after selection
2026-06-01 21:32:24 +08:00
jxxghp
b93f8f2bff
fix: 消息中心首次打开时SSE与数据库消息重复显示
...
SSE消息只有date字段、note为null,数据库消息只有reg_time、note为{},
原getMessageKey将reg_time和date作为两个独立字段拼接签名导致同一条消息签名不同。
归一化时间字段(reg_time||date)和note字段后去重恢复正常。
2026-05-30 19:18:55 +08:00
jxxghp
ad6a664cbe
fix: proxy bangumi images
2026-05-30 08:54:40 +08:00
jxxghp
07dc3c3e9a
fix: build Emby app deep links with server ids
2026-05-28 15:06:30 +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
d4d7f635f5
fix: allow rust acceleration re-enable
2026-05-25 23:48:09 +08:00
jxxghp
8c6cfa7fc5
feat: add MiniMax audio provider option
2026-05-25 19:10:21 +08:00
jxxghp
d870b788bc
feat: add usage version statistics dialog
2026-05-25 18:16:35 +08:00
jxxghp
19a3213be0
fix: 插件页面再次进入时不显示新版本提示
2026-05-25 14:32:20 +08:00
InfinityPacer
f5c8a463fa
feat(settings): expose image proxy private ranges ( #479 )
2026-05-25 14:17:27 +08:00
jxxghp
ff3b5b4232
fix: hide episode sort for movie subscriptions
2026-05-25 11:40:06 +08:00
jxxghp
6da0aae362
feat: add subscription sort options
2026-05-25 11:30:42 +08:00
jxxghp
96d3426d0c
fix: 优化插件市场刷新按钮状态
2026-05-24 20:28:45 +08:00
jxxghp
c88b2abcce
fix: 修复 Rust 加速可用性标志并调整插件本地仓库路径和传输线程设置的布局
2026-05-23 21:10:48 +08:00
jxxghp
42fe928155
fix: 调整插件本地仓库路径输入框的位置
2026-05-23 20:55:19 +08:00
jxxghp
4cc455b948
feat: add Rust acceleration configuration option to system settings
2026-05-23 20:41:51 +08:00
InfinityPacer
dcf0924c73
feat(subscribe-card): render progress with backend completed_episode ( #475 )
2026-05-22 19:39:07 +08:00
jxxghp
beb0506b0c
feat: show plugin system version compatibility
2026-05-20 19:56:21 +08:00
jxxghp
4235d3687c
feat: add tmdb api key setting
2026-05-20 11:28:29 +08:00
jxxghp
e0ebc35178
fix: 补充媒体详情订阅成功提示
2026-05-20 05:56:08 +08:00
jxxghp
07c9442ac8
fix: 移除集数定位规则启用开关的文字标签
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-19 13:36:05 +08:00
jxxghp
ccc820e8d2
fix: 优化集数定位规则UI,新增按钮改为绿色,启用改为Switch开关
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-19 13:31:13 +08:00
jxxghp
68bb568400
fix: 移除集数定位规则删除确认
2026-05-19 08:43:38 +08:00
jxxghp
13cd214e6d
fix: 优化集数定位规则响应式布局
2026-05-19 08:29:52 +08:00