Commit Graph

2 Commits

Author SHA1 Message Date
tigerenwork 4a164fee21 - 新增 SidebarProvider 上下文管理侧边栏状态
- 新增 MobileTopBar 移动端顶部导航栏
- 新增 MobileBottomTabs 底部标签栏(首页/视频/照片/书签)
- 重构 Sidebar 支持桌面端固定侧边栏 + 移动端抽屉式导航
- 更新 globals.css 添加抽屉动画和安全区支持
- 更新 layout.tsx 集成移动端组件"```
2026-05-21 23:59:10 +08:00
tigeren 067c7e8e01 docs(README): overhaul project documentation with detailed overview
- Rewrite README to present NextAV as a production-ready media library system
- Add comprehensive feature list covering core and advanced features
- Include architecture details: frontend, database, media processing, deployment
- Document database schema with table descriptions
- Describe API endpoints with coverage and counts
- Detail UI/UX features: sidebar, video cards, player, folder viewer
- Explain deployment setup: Docker multi-stage builds and private registry
- List performance optimizations: virtual scrolling, caching, Turbopack
- Provide build status and compilation details
- Outline documentation structure and development workflow rules
- Define current and future development priorities with sprint plans
- Summarize validation status and readiness for production use
2025-10-13 02:47:42 +00:00