Commit Graph
628 Commits
Author SHA1 Message Date
machine fba0df8cb9 fix: 订阅历史记录不请求后端 2024-10-21 22:46:04 +08:00
machine 7a97005524 fix: 订阅历史记录不请求后端 2024-10-21 22:44:15 +08:00
thsrite e63f19a00d fix 先选择媒体库存储,再选择整理方式 2024-10-21 13:34:49 +08:00
jxxghp deabf23475 fix ui layout 2024-10-19 20:19:30 +08:00
jxxghp f317d15580 Refactor DirectoryCard and PathField components 2024-10-19 11:53:10 +08:00
jxxghp 76a487854b Refactor navigator utility functions and add isPWA check 2024-10-19 10:39:31 +08:00
jxxghp b3f616ddc6 Refactor SubscribeFilesDialog component to improve layout and text size handling 2024-10-19 08:10:05 +08:00
jxxghp 9b19cbefc8 fix user ui 2024-10-19 07:58:46 +08:00
jxxghp fb510ff180 Refactor permission utility function 2024-10-18 14:24:16 +08:00
jxxghp 2710cbc85a Refactor SubscribeShareCard component to improve layout and text overflow handling 2024-10-18 14:02:05 +08:00
Aqr-K 0a15a6eb64 fix(user)
- `更新` 与 `新建` 用户时,增加防抖;
- 去除 `UserProfileView` ( `个人信息` )中的冗余代码。
- `个人信息` 增加提交时的 `保存` 按钮的文本变化与点击禁用。
2024-10-18 12:58:45 +08:00
jxxghp b331cc55ce Merge pull request #202 from InfinityPacer/dev 2024-10-18 11:56:13 +08:00
Aqr-K 35d130a01b Merge branch 'dev' into dev-user 2024-10-18 11:03:01 +08:00
InfinityPacer 15319bf586 style(VSelect): add clearable option 2024-10-18 10:55:38 +08:00
Aqr-K 1c83752f56 feat(user): add username modification function. 2024-10-18 02:50:52 +08:00
jxxghp 7973457417 refactor: 优化站点卡片组件 2024-10-17 21:39:26 +08:00
jxxghp b3485af14c fix: 修复站点数据展示 2024-10-17 16:10:33 +08:00
jxxghp 01eaef2bf9 feat:站点数据展示 2024-10-17 12:15:49 +08:00
jxxghp 3e241cf8bc Merge pull request #199 from Aqr-K/dev-user 2024-10-17 06:55:52 +08:00
Aqr-K 2df4dc0535 fix(user): bug 2024-10-17 01:47:18 +08:00
Aqr-K 135a1e3d52 style(user): No line breaks.
- 禁止 `电影订阅` 与 `电视剧订阅` 名称在不同的设备比例下,会出现换行的情况。
2024-10-16 23:20:04 +08:00
Aqr-K 4366fdd4a6 fix(user): bug
- 通过 `用户管理` 修改头像后,切换到 `个人信息` 时头像不同步。
2024-10-16 23:13:59 +08:00
Aqr-K a47d3f10f9 feat(user): UserSettings function adjustment.
- 增加更新头像时,立刻同步更新localStorage;解决当前头像替换后,必须重新登录才能刷新localStorage的问题。
- 删除个人信息页面上传图片时,立刻触发更新的功能,统一保存后再更新。
- 增加 `还原当前头像` 按钮,允许 `上传新头像`、`重置默认头像` 后,进行回退;解决重置后后悔了,但其他参数已经填写时,必须刷新页面才能还原当前头像的问题。
2024-10-16 22:48:23 +08:00
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
InfinityPacer ddf682d66a feat(security): update douban image proxy URL 2024-10-14 01:35:27 +08:00
jxxghp b5d89ff082 Merge pull request #197 from InfinityPacer/dev 2024-10-10 16:53:47 +08:00
InfinityPacer 505773043b feat(security): remove unnecessary token 2024-10-10 15:40:06 +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
InfinityPacer 63206fea2e fix(download): support downloader and save_path parameters 2024-10-09 02:32:02 +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
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
Aqr-K 6301cb287e 更新 DirectoryCard.vue 2024-09-26 20:58:42 +08:00
Aqr-K 81a670d608 feat: Automatically generate optional transferType
- 自动结合两个储存方式,生成出可选的整理方式,降低使用门槛
2024-09-26 20:27:42 +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 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 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