jxxghp
dbeea6afcc
perf: reduce frontend memory pressure and startup cost
...
Limit long-lived page and component retention while virtualizing large card views to keep runtime memory lower. Defer heavy editor, chart, workflow, calendar, and icon code so the app loads less JavaScript up front.
2026-05-09 08:32:14 +08:00
jxxghp
e9b214cff8
refactor: enhance dynamic button system to support menus, reactive properties, and improved PWA floating action button integration
2026-04-19 12:29:02 +08:00
jxxghp
b02a4f1347
refactor: extract available height calculation logic into a reusable useAvailableHeight composable
2026-04-08 13:08:51 +08:00
PKC278
2e3314e6c3
fix(type): 修复Axios请求类型声明
2025-12-30 03:43:20 +08:00
PKC278
c5d1c5a468
fix(type): 修复类型检查错误
2025-12-30 01:47:45 +08:00
stkevintan
e98836fd0e
simplify sort on FileNavigator
2025-12-06 00:00:29 +08:00
stkevintan
feb62196a2
keep sort in sync
2025-12-05 23:50:37 +08:00
stkevintan
9fd29a2958
enhance the file browser
2025-12-05 23:42:24 +08:00
Aqr-K
35bbb44ce3
更新 FileList.vue
2025-08-30 21:08:17 +08:00
Aqr-K
8ff879661a
fix(file): Simplify the selectMode button.
2025-08-30 20:56:58 +08:00
Aqr-K
a8f01f099d
feat(file): Add an ignoreCase button.
2025-08-30 20:54:17 +08:00
jxxghp
472d1960d9
重构对话框组件,将所有 DialogWrapper 替换为 VDialog,并更新缓存版本至 v1.1.0
2025-08-23 18:55:34 +08:00
jxxghp
e409dbd5b8
优化可用高度计算
2025-07-11 15:14:16 +08:00
jxxghp
0918fa1685
将所有 VDialog 组件替换为 DialogWrapper 组件
2025-07-10 12:44:37 +08:00
Cursor Agent
5e62bac245
Implement background optimization composable for data refresh and SSE
...
Co-authored-by: jxxghp <jxxghp@163.com >
2025-07-06 15:01:17 +00:00
jxxghp
18cf1ea3d7
更新 FileList.vue、FileNavigator.vue 和 FileToolbar.vue 中 axios 属性的类型定义为 Function
2025-06-30 19:39:02 +08:00
jxxghp
ebc2a764c2
将vue-toast-notification替换为vue-toastification,并更新相关样式和依赖项
2025-06-25 17:42:36 +08:00
jxxghp
df9981d0c9
重构 LoadingBanner 组件
2025-06-06 08:32:07 +08:00
jxxghp
1cfee25695
优化多个组件的输入框,添加图标以提升用户体验,确保提示信息的一致性和可读性。
2025-05-27 21:23:08 +08:00
jxxghp
4dd4e0e148
自实现 UseConfirm 组件
2025-05-24 17:19:43 +08:00
jxxghp
3fe7ed0e1d
优化多个组件中的按钮样式
2025-05-24 14:06:10 +08:00
jxxghp
6276009e88
修复文件浏览器工具栏中的“向上”按钮,仅在路径段存在时显示
2025-05-08 13:13:49 +08:00
jxxghp
08bbe8d841
优化文件重命名对话框,添加“自动识别名称”按钮,并更新国际化文本以支持新功能
2025-05-01 20:27:56 +08:00
jxxghp
149403e5c0
更新国际化支持:将多个组件中的文本替换为国际化支持
2025-04-28 16:25:45 +08:00
jxxghp
8cf4b612d5
更新国际化支持
2025-04-28 13:23:51 +08:00
jxxghp
c43fd88c7c
优化多个组件的样式:移除冗余的阴影效果,调整类名以提升视觉效果,更新样式以确保一致性。
2025-04-22 09:47:00 +08:00
jxxghp
77ec8c7a81
优化多个组件的样式和功能:调整 FileBrowser 和 TransferHistoryView 的高度计算,更新 TorrentCard 和 TorrentItem 的 VChip 颜色,修改 FileList、FileNavigator 和 FileToolbar 中 axios 的类型定义,更新主题中的 secondary 颜色,添加动态按钮到 UserListView,移除冗余的用户添加卡片样式。
2025-04-21 20:01:39 +08:00
jxxghp
913e1728e0
优化 FileList 组件的结构,调整搜索框样式和列表渲染方式,提升用户体验。同时,修复样式文件中卡片和列表的背景设置,确保在不同主题下的显示效果一致。
2025-04-19 07:54:44 +08:00
jxxghp
06f4898ce8
优化多个组件的 VInfiniteScroll 属性,将 overflow-hidden 修改为 overflow-visible,以改善滚动体验。同时,更新 PluginCard.vue 的样式,添加 card-backdrop 和 card-backdrop-blur 类,提升视觉效果。
2025-04-18 14:43:32 +08:00
jxxghp
e97d815dc3
Refactor page titles and dialog close buttons across multiple views
...
- Replaced instances of `DialogCloseBtn` with `VDialogCloseBtn` in TransferHistoryView, AccountSettingAbout, AccountSettingSystem, and UserProfileView for consistency.
- Introduced a new component `PageContentTitle` to standardize page titles in SiteCardListView, SubscribeListView, UserListView, and WorkflowListView, improving layout and readability.
- Added keyword filtering functionality in SubscribeListView and SubscribeShareView to enhance user experience during searches.
- Added a new site logo image to the assets.
2025-04-15 13:23:56 +08:00
jxxghp
cb5bccc945
fix ui warnings
2025-04-13 16:00:31 +08:00
jxxghp
16d62642f6
fix:大量tooltip对象
2025-04-11 15:20:36 +08:00
jxxghp
7703d8157c
feat: 移除多个组件中的多余 variant 属性,简化代码
2025-04-11 08:29:00 +08:00
jxxghp
6f5d62f1f9
优化文件浏览器组件样式
2025-04-03 08:29:47 +08:00
jxxghp
e3a385c989
优化文件浏览器组件,修复目录树切换逻辑
2025-04-03 08:23:07 +08:00
jxxghp
12356abf00
添加文件浏览器目录树切换功能,优化用户界面交互
2025-04-03 07:20:15 +08:00
jxxghp
6a6a3bd463
优化 VCard 组件的样式,移除多余的圆角设置,提升界面一致性
2025-04-01 13:20:25 +08:00
jxxghp
ae62847ded
优化组件结构,调整 VCard 使用,提升界面一致性和可读性
2025-04-01 13:17:07 +08:00
jxxghp
5a8eb5b10e
优化多个组件的样式,添加 scoped 样式以避免样式冲突
2025-03-31 18:44:56 +08:00
jxxghp
21dbaf6db5
优化文件浏览器样式,增加文件列表大小限制,调整文件导航器内边距
2025-03-31 12:02:15 +08:00
jxxghp
f9f45d9e32
fix FileBrowser UI
2025-03-31 11:33:47 +08:00
jxxghp
ef5db9ee4b
fix ui
2025-03-30 19:54:55 +08:00
madrays
c4f54dcddc
修复搜索结果卡片视图筛选可视性,优化季集显示位置,重构nodatafound情形ui,重构文件管理器ui并增加文件树功能,优化侧边栏高度规避竖向滑动条
2025-03-30 17:25:34 +08:00
jxxghp
593fede47c
feat: 更新主题颜色和背景色
2025-03-29 17:04:49 +08:00
jxxghp
d4777fde70
fix: 移除新建文件夹对话框的 v-if 条件
2025-03-24 13:32:30 +08:00
jxxghp
e9264fa472
feat:小屏搜索结果列表模式增加过滤按钮
2025-02-05 17:40:57 +08:00
jxxghp
3b2d5e45bb
feat: 添加 MediaInfoDialog 组件并更新相关引用
2024-12-29 14:22:27 +08:00
jxxghp
e785997d99
feat: 更新存储选项以包含图标并简化存储逻辑
2024-11-14 17:21:48 +08:00
jxxghp
39946cad1b
fix: 优化 FileList 组件中的文件和目录图标显示逻辑
2024-11-14 14:38:27 +08:00
jxxghp
deabf23475
fix ui layout
2024-10-19 20:19:30 +08:00