Commit Graph

3 Commits

Author SHA1 Message Date
uncor3 9af7f8a9f4 begin implementing app store in qml
- Added `anyhow` and `ipatool` dependencies to `Cargo.toml`.
- Created a new `apps.rs` module to manage application state and user authentication.
- Refactored image loading logic to handle HEIC files and generate thumbnails using the new bridge functions.
- Enhanced utility functions for managing QMap state in the application.
2026-05-05 06:22:27 +00:00
uncor3 e76ed0fd71 refactor(image-pipeline): move image loading logic to rust
- Implement Gallery in QML
- Read gallery from `sqlitedb`
- Implement `ThumbnailProvider` to handle thumbnail requests and caching
- Move `FluentUI` related QML code to `windows` folder
2026-04-30 05:45:39 +00:00
uncor3 e989212264 refactor(ui): add initial QML setup 2026-04-25 06:18:25 +03:00