gitbutler/packages/tauri
Nikita Galaiko 295ace965c feat: refactor zip controller to use new zip module
The zip controller has been refactored to use the new zip module. This change includes updating the import statements and modifying the main function to generate the tauri context with the new zip module.

Additionally, the zip controller now has a new struct called Controller, which contains the necessary fields for handling zip operations. The TryFrom trait has been implemented for the Controller struct to allow for easy creation from the AppHandle.

The main changes include:
- Importing the zip module and updating import statements
- Refactoring the main function to generate the tauri context with the new zip module
- Creating a new Controller struct for handling zip operations
- Implementing the TryFrom trait for the Controller struct to allow for easy creation from the AppHandle
2023-10-06 15:08:42 +02:00
..
icons new structure 2023-09-06 11:47:35 +02:00
src feat: refactor zip controller to use new zip module 2023-10-06 15:08:42 +02:00
build.rs new structure 2023-09-06 11:47:35 +02:00
Cargo.toml chore: update versions of @tauri-apps/cli and related packages to 1.5.1 2023-10-05 10:31:51 +02:00
tauri.conf.json chore: update build scripts to include separate build commands for nightly and development modes 2023-09-28 13:31:40 +02:00
tauri.conf.nightly.json chore: update build scripts to include separate build commands for nightly and development modes 2023-09-28 13:31:40 +02:00
tauri.conf.release.json chore: update build scripts to include separate build commands for nightly and development modes 2023-09-28 13:31:40 +02:00