Enhanced Tab Structure: - Added new 'Project Overview' tab as default selection - Reorganized tab navigation with Brain icon for overview - Improved tab content scrolling with fixed height containers Consolidated Statistics Display: - Moved all project statistics to Overview tab (materials, videos, audio, images, AI queue) - Integrated MaterialSegmentStats for comprehensive segment analytics - Added AI classification progress tracking in overview - Consolidated project information display with creation/update times Improved Layout & Scrolling: - Fixed scrolling behavior - removed external scrollbars - Set tab content height to calc(100vh-16rem) for optimal viewport usage - Added consistent padding (p-4 md:p-6) across all tab content areas - Optimized content organization for better information hierarchy Technical Improvements: - Added loadSegmentStats function with proper error handling - Integrated MaterialSegmentStats component with ByClassification view mode - Updated dependency arrays for proper data loading - Enhanced project information display with formatted timestamps User Experience Benefits: - Single overview tab provides complete project status at a glance - Improved navigation with logical information grouping - Better scrolling performance with contained scroll areas - Consistent visual hierarchy across all tabs - Reduced information fragmentation across multiple views The project details page now provides a more organized and efficient way to view all project-related information, with the overview tab serving as a comprehensive dashboard for project status, statistics, and progress tracking. |
||
|---|---|---|
| .github/workflows | ||
| apps/desktop | ||
| docs | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| HOTFIX_TEST_GUIDE.md | ||
| LICENSE | ||
| OPTIMIZATION_PLAN.md | ||
| README.md | ||
| RELEASE-v0.1.9.md | ||
| RELEASE_NOTES_0.1.6.md | ||
| RELEASE_NOTES_v0.1.2.md | ||
| RELEASE_NOTES_v0.1.5.md | ||
| SELECT_COMPONENT_OPTIMIZATION.md | ||
| UI_SIZE_OPTIMIZATION_SUMMARY.md | ||
| UI_UX_OPTIMIZATION_SUMMARY.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.json | ||
README.md
MixVideo
🎬 MixVideo - 基于 Tauri 构建的跨平台多媒体处理桌面应用
✨ 特性
- 🚀 跨平台: 支持 Windows、macOS、Linux
- ⚡ 高性能: 基于 Rust + Tauri 2.0 构建
- 🎨 现代界面: React + TypeScript + Vite
- 🔧 可扩展: 支持多语言微服务架构
- 📦 多包管理: PNPM Workspace + Cargo Workspace
🏗️ 项目结构
mixvideo/
├── apps/
│ └── desktop/ # Tauri 桌面应用
├── packages/
│ ├── services/ # 微服务 (Python, Rust)
│ └── shared/ # 共享代码和协议
├── tools/ # 开发工具
└── docs/ # 文档
🚀 快速开始
环境要求
- Node.js 18+
- Rust 1.70+
- PNPM 8+
安装依赖
pnpm install
开发模式
# 启动桌面应用开发模式
pnpm tauri:dev
# 或者直接在 apps/desktop 目录下
cd apps/desktop
pnpm dev
构建应用
# 构建生产版本
pnpm tauri:build
# 或者在 apps/desktop 目录下
cd apps/desktop
pnpm tauri build
📦 发布
手动发布
- 构建应用:
pnpm tauri:build - 安装包位置:
target/release/bundle/- Windows:
.msi和.exe安装包 - macOS:
.dmg和.app包 - Linux:
.deb,.rpm和.AppImage
- Windows:
自动发布 (GitHub Actions)
-
创建新的 Git 标签:
git tag v0.1.0 git push origin v0.1.0 -
GitHub Actions 将自动构建并创建 Release
🛠️ 技术栈
桌面应用
- 前端: React 18 + TypeScript + Vite
- 后端: Rust + Tauri 2.0
- 状态管理: 待定
- UI 组件: 待定
微服务 (计划中)
- Python 服务: FastAPI + gRPC
- Rust 服务: Tonic + gRPC
- 通信协议: Protocol Buffers
📝 开发指南
推荐 IDE
- VS Code + 扩展:
- Tauri
- rust-analyzer
- ES7+ React/Redux/React-Native snippets
代码规范
- Rust: 使用
cargo fmt和cargo clippy - TypeScript: 使用 ESLint + Prettier
- Python: 使用 Black + isort + flake8
🤝 贡献
欢迎提交 Issue 和 Pull Request!
📄 许可证
MIT License - 详见 LICENSE 文件
👨💻 作者
imeepos - GitHub