Aqr-K
8b79c70be7
fix(settings): AccountSettingSystem
...
- 删除开发残留的敏感 consle.log
2024-10-31 18:09:39 +08:00
Aqr-K
6a4a218152
fix(settings): AccountSettingSite bug
...
- 拆分 CC 与 站点刷新,解决CC保存时,站点刷新也会被提交保存的问题。
2024-10-31 18:05:30 +08:00
Aqr-K
6bc420d57f
feat(settings): AccountSettingService
...
- 增加防抖。
- `card` 从父组件获取到的值改为深复制,解决 `card` 内修改数据,会直接导致在父组件中同步更新的问题。
2024-10-31 17:53:45 +08:00
Aqr-K
db0325a59c
feat(settings): AccountSettingRule
...
- 增加防抖。
- `card` 从父组件获取到的值改为深复制,解决 `card` 内修改数据,会直接导致在父组件中同步更新的问题。
- 修复 规则id与name 只缺少一项时,仍能正常确定的问题。
- 保存前增加一次检查,避免通过分享导入的规则存在重名与空名引发的错误。
2024-10-31 17:08:23 +08:00
Aqr-K
eab2f0df20
feat(settings): AccountSettingNotification
...
- 增加防抖。
- `card` 从父组件获取到的值改为深复制,解决 `card` 内修改数据,会直接导致在父组件中同步更新的问题。
- 微调图标位置。
2024-10-31 16:46:05 +08:00
Aqr-K
bd9169bcd1
feat(settings): add new AccountSettingsSystem.vue
...
- 将 原system更名为service,原service更名为scheduler
- 增加新的 AccountSettingSystem.vue。
- 调整 menu.ts 与settings.vue,适配新的 system 标签页
2024-10-31 03:38:01 +08:00
Aqr-K
b91be6bb2f
Merge branch 'jxxghp:v2' into v2
2024-10-30 15:47:24 +08:00
jxxghp
f4633a5832
Refactor button layout in AccountSettingRule.vue
2024-10-30 07:07:04 +08:00
thsrite
86b4df871a
fix 导入自定义规则时资源体积未导入
2024-10-29 12:47:25 +08:00
thsrite
becccb8368
format
2024-10-28 13:59:08 +08:00
thsrite
2a9f9b725e
fix log
2024-10-28 12:47:15 +08:00
thsrite
5f15e84065
feat 自定义规则 && 优先级规则组 整体导入导出
2024-10-28 12:36:03 +08:00
jxxghp
deeb5f9d62
Merge pull request #217 from wikrin/v2
2024-10-26 08:10:40 +08:00
Attente
005b1a9715
fix: 同步后端修正msg => message
2024-10-26 07:16:57 +08:00
InfinityPacer
d120bb794c
fix(test): ensure rule group is specified before testing priority
2024-10-26 00:06:37 +08:00
Aqr-K
c72fcbd10d
feat: 网络增加高级设置弹窗
2024-10-25 11:31:10 +08:00
InfinityPacer
b02c3c8e5c
fix(dashboard): filter and load only enabled media servers
2024-10-25 00:32:33 +08:00
Aqr-K
0a5b553bb8
feat: 增加 network 标签页,调整标签对齐方式
2024-10-24 17:16:47 +08:00
jxxghp
877d2f77bd
refactor: 更新规则组选择功能
...
调整了快捷栏中的规则组选择功能,将原来的“优先级”改为“规则”,并更新了相关文本。
修改文件:
- src/layouts/components/ShortcutBar.vue
2024-10-23 15:38:57 +08:00
jxxghp
02334489ed
feat: 添加规则组选择功能
...
为规则测试页面添加了规则组选择功能,用户可以从下拉列表中选择规则组进行测试。
- 添加了规则组选择表单项
- 加载规则组列表的函数
- 调用API识别时传递规则组名称
Fixes #209
2024-10-23 15:35:42 +08:00
jxxghp
deabf23475
fix ui layout
2024-10-19 20:19:30 +08:00
jxxghp
76a487854b
Refactor navigator utility functions and add isPWA check
2024-10-19 10:39:31 +08:00
jxxghp
9b19cbefc8
fix user ui
2024-10-19 07:58:46 +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
8dd82aacf2
Update UserProfileView.vue
2024-10-18 11:06:15 +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
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
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
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
InfinityPacer
ddf682d66a
feat(security): update douban image proxy URL
2024-10-14 01:35:27 +08:00
InfinityPacer
505773043b
feat(security): remove unnecessary token
2024-10-10 15:40:06 +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
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
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
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
Aqr-K
d22f1c97ae
feat: Add duplicate name judgment for notification
...
- 增加通知渠道的重名判断
2024-09-27 00:00:11 +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
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