Commit Graph

83 Commits

Author SHA1 Message Date
9caf8b9786 feat(用户): 添加移动端检测并完善登录逻辑
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
在注册页面添加移动端检测钩子
登录成功后保存用户信息到localStorage并更新全局状态
2026-02-26 11:28:13 +08:00
e97ea2e6a1 refactor: 重构主题提供逻辑并更新依赖
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
将主题提供逻辑从独立组件移至布局包装器,简化组件结构
同时更新 dexie 依赖至 4.3.0 版本
2026-02-26 09:43:53 +08:00
5a0aa2b3c1 feat: 添加评论、反应、离线编辑及主题定制功能
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
- 实现评论系统,包括评论输入、列表展示和集成指南
- 添加反应功能组件(ReactionBar、ReactionButton、ReactionPicker)
- 实现离线编辑支持,包括同步状态管理和冲突解决
- 添加主题定制功能,支持多种配色方案和主题预览
- 新增多视图布局选项(时间线、分组、砌体视图)
- 实现个人资料编辑器,支持头像、简介和自定义字段编辑
- 添加统计页面,展示存储使用情况和上传趋势
- 新增相册管理功能,支持相册创建、编辑和照片管理
- 实现响应式设计和加载骨架屏组件
- 扩展国际化支持,新增孟加拉语、波斯语、印尼语、日语、葡萄牙语等语言
- 添加错误边界组件和离线指示器
- 更新配置文件、路由和依赖项
- 新增完整的文档、测试用例和集成指南
2026-02-25 15:02:05 +08:00
97a5ad3a00 feat: 实现时间线拖拽排序功能及PWA支持
Some checks failed
test/timeline-frontend/pipeline/head Something is wrong with the build of this commit
新增时间线节点的拖拽排序功能,使用dnd-kit库实现可排序网格布局。添加PWA支持,包括Service Worker注册和manifest配置。优化移动端适配,改进批量操作工具栏和撤销/重做功能。

重构用户登录和注册页面,修复登录跳转逻辑。调整画廊视图在不同设备上的显示效果。新增协作成员管理功能,支持批量修改权限。

修复请求错误处理中的跳转逻辑问题,避免重复跳转登录页。优化样式表,增强时间线卡片和图片展示的响应式布局。

新增多个API接口支持批量操作,包括排序、删除和时间修改。引入useBatchSelection和useHistory自定义Hook管理状态。添加UndoRedoToolbar组件提供撤销/重做功能。

实现Service Worker离线缓存策略,支持静态资源和API请求的缓存。新增PWA工具函数处理安装提示和更新检测。优化移动端交互,调整组件布局和操作按钮。
2026-02-24 10:33:10 +08:00
5139817b3c feat(story): 支持多视频上传与展示
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
1. 在文件服务 API 中新增 `batchGetFileInfo` 接口,支持批量获取文件详情。
2. 优化 `AddTimeLineItemModal` 组件,支持多视频选择、预览、批量上传及进度展示。
3. 改进 `TimelineGridItem` 组件,支持在时间轴列表中展示多个视频及对应的缩略图。
4. 增强视频上传流程,自动生成视频首帧作为缩略图并保存元数据。
2026-02-13 11:14:07 +08:00
cd752d97d8 feat: 支持视频上传、预览及移动端适配
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
1. 功能增强:
- 支持视频文件的上传、存储及缩略图自动生成
- 新增视频播放组件,支持在画廊和时间线中预览视频
- 引入 STOMP 协议支持 WebSocket 实时通知功能
- 增加分享页面(SSR 友好),支持通过 shareId 访问公开内容

2. 移动端优化:
- 新增 BottomNav 底部导航组件,优化移动端交互体验
- 引入 useIsMobile 钩子,实现响应式布局切换
- 优化时间线卡片在小屏幕下的显示效果

3. 架构与组件:
- 新增 ClientOnly 组件解决 SSR 激活不一致问题
- 新增 ResponsiveGrid 响应式网格布局组件
- 完善 Nginx 配置,增加 MinIO 对象存储代理
- 优化图片懒加载组件 TimelineImage,支持低分辨率占位图
2026-02-12 16:55:05 +08:00
336208b7ce Merge branch 'master' of http://59.80.22.43:30000/admin/timeline-frontend
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2026-01-20 09:43:14 +08:00
638a5e5697 时间线详情展示重构 2026-01-19 18:09:37 +08:00
7b91848dcd 时间线详情展示重构 2026-01-19 18:08:55 +08:00
941f74199e 登录页调整
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 16:53:19 +08:00
067df840ca story操作权限限制
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 15:29:01 +08:00
99fb2f04b3 story操作权限限制
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 14:46:54 +08:00
bafe31a619 story操作权限限制
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 14:37:17 +08:00
1e93920162 story操作权限限制
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-31 14:30:03 +08:00
5f433ab231 nginx.conf file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 10:33:14 +08:00
e1011428a2 nginx.conf file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 10:13:48 +08:00
948ba096bb nginx.conf file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 10:09:07 +08:00
20afec79b6 nginx.conf file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 10:04:50 +08:00
1ecd347a6b nginx.conf file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 10:00:06 +08:00
5e259ec42b nginx.conf file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 09:45:25 +08:00
f6f0b05ac8 Jenkins file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 09:32:01 +08:00
242430b7b6 Jenkins file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-30 14:19:22 +08:00
c1fefe0064 Jenkins file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-30 14:13:00 +08:00
d43b260627 Jenkins file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-30 14:05:26 +08:00
d6b8048a01 Jenkins file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-30 13:59:29 +08:00
3f68693486 Jenkins file edit
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-30 13:54:42 +08:00
80e35d1ac5 Jenkins file edit
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-30 13:48:57 +08:00
62323d80e6 Jenkins file edit
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-30 13:43:26 +08:00
c609b6b504 Jenkins file edit
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-30 13:35:18 +08:00
8952ee0aa8 Jenkins file edit
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-30 13:26:46 +08:00
0d103a081f Jenkins file edit
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-30 12:41:12 +08:00
251e440108 Jenkins file edit
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-30 11:47:21 +08:00
dd289d6f4e Jenkins file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-30 11:31:41 +08:00
869724d69b nginx.conf edit
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-30 11:19:28 +08:00
92d5fe9069 Jenkins build
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-29 16:28:02 +08:00
8ad9ca304d Jenkins build
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-29 16:21:31 +08:00
e9684809bc Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-29 16:17:06 +08:00
fd32553d8a Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-29 16:08:27 +08:00
efb82caf1a Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-29 15:55:25 +08:00
3d7ab7c6af Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-29 15:47:36 +08:00
07d1eb553c Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-29 15:43:59 +08:00
18fa62f6be Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-29 15:41:20 +08:00
60c3cd2332 Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-29 15:35:36 +08:00
2b63c3f026 Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-29 15:26:05 +08:00
13e1bb78f7 Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-29 15:24:13 +08:00
c182574917 Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-29 15:21:35 +08:00
78c04ef3d3 Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-29 15:19:46 +08:00
d0450b239f Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-29 15:18:03 +08:00
c85569bf6c Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-29 15:15:28 +08:00
b0a6169a3b Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-29 15:13:23 +08:00