jxxghp
fc61060b7f
Merge pull request #193 from InfinityPacer/dev
2024-10-02 20:19:05 +08:00
jxxghp
73e21e77ec
Merge pull request #192 from Aqr-K/dev-downloader
2024-10-02 20:17:57 +08:00
InfinityPacer
6be05819b0
fix(dashboard): handle MediaServerLatest.vue rendering failures
2024-10-02 11:39:02 +08:00
Aqr-K
0e116ad1b9
feat(downloader): Default downloader automatic selection and checking
...
- 增加保存时的默认下载器不存在的自动选择与去重
2024-10-02 02:36:55 +08:00
jxxghp
016c232ef2
Merge pull request #191 from InfinityPacer/dev
2024-10-01 20:36:37 +08:00
InfinityPacer
9856419292
feat(downloader): support first_last_piece
2024-10-01 18:35:57 +08:00
jxxghp
cf3a204eac
refactor: Remove unused import in SiteTorrentTable.vue
...
Remove the unused import of MediaInfo in SiteTorrentTable.vue to improve code cleanliness and reduce potential confusion.
2024-09-30 16:00:32 +08:00
jxxghp
dc3e364b90
fix ui
2024-09-30 11:11:01 +08:00
jxxghp
d22ef17b95
Merge pull request #190 from Aqr-K/dev-cards
2024-09-27 00:17:04 +08:00
Aqr-K
4126692c5a
style: Unified card style.
...
- 统一禁止全部弹窗式设置的点击功能区以外区域的close功能。
2024-09-27 00:03:05 +08:00
Aqr-K
d22f1c97ae
feat: Add duplicate name judgment for notification
...
- 增加通知渠道的重名判断
2024-09-27 00:00:11 +08:00
jxxghp
735023330a
Merge pull request #189 from Aqr-K/dev-directory
2024-09-26 23:33:10 +08:00
Aqr-K
6301cb287e
更新 DirectoryCard.vue
2024-09-26 20:58:42 +08:00
Aqr-K
85ebb0242a
Merge branch 'dev' of https://github.com/jxxghp/MoviePilot-Frontend into dev
2024-09-26 20:34:02 +08:00
Aqr-K
81a670d608
feat: Automatically generate optional transferType
...
- 自动结合两个储存方式,生成出可选的整理方式,降低使用门槛
2024-09-26 20:27:42 +08:00
Aqr-K
a547e5c34b
feat: Add new card with duplicate name judgment
...
- 给添加新卡片时,自动生成的名称增加一层重名判断,避免出现重名。
- 目录卡片特化处理,在保存时,增加一层重名检查。
2024-09-26 20:24:28 +08:00
jxxghp
cf6b6dd4dd
Refactor AccountSettingSearch.vue to update the label for filter rule group to "优先级规则组"
...
Fix AccountSettingSite.vue to set COOKIECLOUD_ENABLE_LOCAL to false by default
Refactor AccountSettingSubscribe.vue to add support for selecting best version rule group for subscription filtering
2024-09-26 12:49:39 +08:00
jxxghp
574464c1ea
Refactor AddDownloadDialog.vue component and update download confirmation dialog UI
2024-09-24 12:07:48 +08:00
jxxghp
816dfa4e3b
Refactor SiteTorrentTable.vue and AddDownloadDialog.vue components
2024-09-23 21:04:37 +08:00
jxxghp
9d7e52c25e
Refactor AccountSettingNotification.vue, AccountSettingRule.vue, and AccountSettingSystem.vue
...
Remove unused event listeners and save functions in various components.
2024-09-23 08:07:20 +08:00
jxxghp
d41b6ca459
fix RuleGroupCard
2024-09-21 21:28:57 +08:00
jxxghp
4d1b5209e7
fix FileList.vue
2024-09-21 19:59:48 +08:00
jxxghp
7da21f23aa
fix profile
2024-09-21 19:26:58 +08:00
jxxghp
40a9caceb8
add sitedata refresh setting
2024-09-21 19:23:01 +08:00
jxxghp
7e4f21ff33
add from_history
2024-09-21 19:11:24 +08:00
jxxghp
cd6f5090d7
fix bug
2024-09-21 17:53:01 +08:00
jxxghp
1efd0a3d5b
fix TransferHistoryView
2024-09-21 17:33:32 +08:00
jxxghp
4434d7b8c9
fix ReoranizeDialog
2024-09-21 17:04:54 +08:00
jxxghp
24e184eace
refactor: 优化ReorganizeDialog组件
2024-09-21 08:49:02 +08:00
jxxghp
8ccd9cfd85
Merge pull request #188 from Aqr-K/dev-downloader
2024-09-20 19:30:43 +08:00
Aqr-K
cb2c23dc96
refactor: Adjust the logical sequence
...
- 调整逻辑顺序,增加提示框显示。
- 禁用点击功能区以外区域自动退回上级功能。该退出方式下,会无法激活默认下载器的判断。
2024-09-20 19:22:06 +08:00
Aqr-K
29912cac8d
style: The height of the cards is unified.
...
- 将tr与qb的卡片高度统一。
2024-09-20 19:00:29 +08:00
Aqr-K
6376a81c4a
feat: Add the judgment of the switch startup for the default downloader
...
- 增加默认下载器开关启动判断,保证唯一性。
2024-09-20 18:38:02 +08:00
jxxghp
aff4b2f9b7
refactor: 优化ReorganizeDialog组件
...
为ReorganizeDialog组件进行优化,移除了props中的storage属性,并将其替换为target_storage和target_path属性。同时更新了相关的表单和逻辑处理。
2024-09-20 13:39:33 +08:00
jxxghp
153fe8fcd0
feat: 添加完成事件触发
...
为CustomRuleCard、FilterRuleGroupCard、NotificationChannelCard和AccountSettingDirectory组件添加done事件触发,以便在完成相关操作后通知其他组件。
2024-09-19 13:21:12 +08:00
jxxghp
95d8b3d1a6
fix #186
2024-09-18 18:14:33 +08:00
jxxghp
19ce869763
fix ui
2024-09-18 18:07:12 +08:00
jxxghp
e6b6d3ca27
fix bug
2024-09-18 08:29:06 +08:00
jxxghp
8e7be239ee
Merge pull request #187 from InfinityPacer/dev
2024-09-16 21:53:27 +08:00
InfinityPacer
4bd97f9d81
fix: handle scenarios where avatar is empty
2024-09-16 17:09:51 +08:00
jxxghp
49d182eabc
Merge pull request #185 from Aqr-K/dev
2024-09-15 06:37:26 +08:00
Aqr-K
9411a29adf
feat: Control status permission judgment.
...
增加状态控制,如果编辑的是当前使用的用户,会隐藏状态控制栏
个人信息栏,增加分割线,做为功能区的显示区分
2024-09-14 22:46:17 +08:00
jxxghp
61bb96e1fe
Merge pull request #184 from Aqr-K/dev
2024-09-14 20:56:13 +08:00
Aqr-K
6a6100a814
style: User style adjustment
...
隐藏已有用户二次编辑中的用户名;补全新增用户界面的默认头像显示;增加分割线。
2024-09-14 20:38:33 +08:00
jxxghp
40fcf9d0cc
Merge pull request #183 from Aqr-K/dev
2024-09-14 17:59:59 +08:00
Aqr-K
65946c55d1
fix bug
2024-09-14 17:46:22 +08:00
Aqr-K
e2b4df3dcf
feat: Add duplicate name judgment and null value judgment
...
调整部分样式,并给下载器、媒体服务器、自定义规则、优先级规则组,名称与ID增加重名警告和空值警告,
2024-09-14 17:45:07 +08:00
jxxghp
04fee167b9
auto build
2024-09-14 14:57:06 +08:00
jxxghp
243c273084
fix file preview
2024-09-14 14:27:49 +08:00
jxxghp
b43cf4dd5d
fix bug
2024-09-14 13:07:42 +08:00