jxxghp
004c9eadd5
feat:优化站点卡片
2024-10-16 18:35:27 +08:00
jxxghp
b483a5f4e8
refactor(cards): update MediaServerCard.vue
2024-10-16 15:45:25 +08:00
jxxghp
06e0f4234f
refactor(setting): update TorrentPriorityItems in AccountSettingRule.vue
2024-10-16 15:23:54 +08:00
jxxghp
e9a5c0ae69
refactor(setting): remove unnecessary function call in AccountSettingDirectory.vue
2024-10-15 20:18:38 +08:00
jxxghp
0c17702f65
Merge pull request #198 from InfinityPacer/dev
2024-10-14 06:45:14 +08:00
InfinityPacer
ddf682d66a
feat(security): update douban image proxy URL
2024-10-14 01:35:27 +08:00
jxxghp
018c5f857b
feat(downloading): add NoDataFound component for empty downloaders
...
Add the NoDataFound component to the downloading page to display a 404 error message when there are no enabled downloaders. This component will show an error code, title, and description to guide users on how to configure and enable downloaders in the settings.
Closes #197
2024-10-12 12:30:56 +08:00
jxxghp
b5d89ff082
Merge pull request #197 from InfinityPacer/dev
2024-10-10 16:53:47 +08:00
InfinityPacer
54046a4717
feat(vite): add server proxy to handle CORS for API requests
2024-10-10 15:41:02 +08:00
InfinityPacer
505773043b
feat(security): remove unnecessary token
2024-10-10 15:40:06 +08:00
jxxghp
e9bb811244
Update version number in VerticalNav component
2024-10-10 14:42:43 +08:00
jxxghp
6ef6ea1479
fix ui
2024-10-10 13:09:20 +08:00
jxxghp
93bd4002db
fix ui
2024-10-10 12:59:53 +08:00
jxxghp
b9ec829747
fix ui
2024-10-09 20:44:30 +08:00
jxxghp
f307327af3
add subscribe share cards
2024-10-09 19:47:31 +08:00
jxxghp
936be9928d
fix ui
2024-10-09 17:07:18 +08:00
jxxghp
b639369846
支持更多订阅自定义属性
2024-10-09 15:20:25 +08:00
jxxghp
5577e4cf62
Merge pull request #196 from InfinityPacer/dev
2024-10-09 06:44:42 +08:00
InfinityPacer
63206fea2e
fix(download): support downloader and save_path parameters
2024-10-09 02:32:02 +08:00
jxxghp
40727dac2d
Merge pull request #194 from InfinityPacer/dev
2024-10-06 17:52:47 +08:00
InfinityPacer
d703909177
refactor(search): optimize sorting logic for season filter options
2024-10-06 17:37:01 +08:00
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