Commit Graph

6 Commits

Author SHA1 Message Date
Ben_Kosytorz cd7a54f38b docs: update README with new Rust frontend and fix TypeScript version
- Updated README.md to reflect the addition of a native Rust frontend using egui
- Added setup instructions for the new rust-frontend directory
- Modified frontend package.json to downgrade TypeScript version from 5.3.3 to 4.9.5 due to conflicts
- Updated path references in documentation from ComfyUI-Rust/ to direct paths
- Reorganized project structure documentation to distinguish between original and new frontends
2026-03-03 00:44:51 +01:00
Ben_Kosytorz aefdcb38de refactor(api): simplify actix_web imports and remove unused modules
- Removed unused imports (Scope, Arc, Mutex) from api/mod.rs
- Updated config function signature to use ServiceConfig instead of Scope
- Removed unused session_manager module from main.rs
- Cleaned up documentation comments in models and queue_service modules
- Simplified import statements across backend modules for better readability

This refactoring removes unnecessary dependencies and cleans up the codebase by eliminating unused imports and redundant documentation while maintaining all functionality.
2026-03-03 00:08:58 +01:00
Ben_Kosytorz 94da6f618d added .gitignore 2026-03-02 23:30:14 +01:00
Ben_Kosytorz 7ed475736e Merge pull request 'Vibecode vom feinsten.' (#1) from master into main
Reviewed-on: #1
2026-03-02 23:13:00 +01:00
Ben_Kosytorz c1d1fc94ba vim 2026-03-02 23:06:24 +01:00
Ben_Kosytorz 27a13e3084 Initial commit 2026-03-02 22:27:15 +01:00