Aqr-K
|
6937f5e1b1
|
feat(user): New avatar file add webp format support
- 新头像增加 `webp` 格式支持
|
2024-11-04 12:39:38 +08:00 |
|
Aqr-K
|
9cbafdfab8
|
feat(user): Add file type check and size determination
- 增加 文件类型检查
- 增加 文件大小限制,800KB
|
2024-11-03 18:28:07 +08:00 |
|
Aqr-K
|
51deb29145
|
style(aettings): AdvancedSystemSettingsDialog
- 调整开关宽度
|
2024-11-02 04:51:44 +08:00 |
|
Aqr-K
|
c90ed003f7
|
feat(settings): add systemSettingsDialog
- 增加 AdvancedNetworkSettingsDialog 与 AdvancedSystemSettingsDialog,适配 system 预设的高级设置弹窗。
|
2024-10-31 04:15:12 +08:00 |
|
machine
|
fba0df8cb9
|
fix: 订阅历史记录不请求后端
|
2024-10-21 22:46:04 +08:00 |
|
machine
|
7a97005524
|
fix: 订阅历史记录不请求后端
|
2024-10-21 22:44:15 +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 |
|
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
|
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
|
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
|
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
|
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 |
|
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
|
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
|
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
|
aff4b2f9b7
|
refactor: 优化ReorganizeDialog组件
为ReorganizeDialog组件进行优化,移除了props中的storage属性,并将其替换为target_storage和target_path属性。同时更新了相关的表单和逻辑处理。
|
2024-09-20 13:39:33 +08:00 |
|
jxxghp
|
e6b6d3ca27
|
fix bug
|
2024-09-18 08:29:06 +08:00 |
|
InfinityPacer
|
4bd97f9d81
|
fix: handle scenarios where avatar is empty
|
2024-09-16 17:09:51 +08:00 |
|
Aqr-K
|
9411a29adf
|
feat: Control status permission judgment.
增加状态控制,如果编辑的是当前使用的用户,会隐藏状态控制栏
个人信息栏,增加分割线,做为功能区的显示区分
|
2024-09-14 22:46:17 +08:00 |
|
Aqr-K
|
6a6100a814
|
style: User style adjustment
隐藏已有用户二次编辑中的用户名;补全新增用户界面的默认头像显示;增加分割线。
|
2024-09-14 20:38:33 +08:00 |
|
jxxghp
|
fc263d79a8
|
fix usercard
|
2024-09-08 15:14:53 +08:00 |
|
jxxghp
|
6ec1bbe1ae
|
style: Update globalSettings injection in multiple components
|
2024-08-29 08:36:29 +08:00 |
|
jxxghp
|
e9b8f3138c
|
style: Add support for INI files in ACE editor
|
2024-08-16 11:35:53 +08:00 |
|
jxxghp
|
dd9663451e
|
style: Update storage card to include Rclone configuration dialog and improve UI consistency
|
2024-08-16 11:31:04 +08:00 |
|
jxxghp
|
b94fb70e02
|
style: Update storage card to include authentication dialogs for Aliyun and U115 storage types
|
2024-08-15 16:15:49 +08:00 |
|
jxxghp
|
cfc2e407a4
|
fix settings layout
|
2024-07-14 11:07:17 +08:00 |
|
jxxghp
|
6fad85e957
|
feat:仪表盘不活跃时不刷新 && 网盘整理联动刮削
|
2024-06-24 09:13:22 +08:00 |
|