Commit Graph

3 Commits

Author SHA1 Message Date
14137101f3 feat(rust-frontend): remove unused api_client parameter and update result type
- Updated main function return type from eframe::Result to eframe::Result<()>
- Removed unused std::sync::Arc import in main.rs
- Marked unused api_client parameters as _api_client in node_editor.rs and preview_pane.rs
- Added underscore prefix to unused image_data variable in preview_pane.rs
- Improves code clarity by removing unused dependencies and parameters
2026-03-03 08:30:05 +01:00
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
c1d1fc94ba vim 2026-03-02 23:06:24 +01:00