mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 08:56:07 -04:00
[PR #157] [MERGED] 156 refactor into workspaces #167
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop-app/pull/157
Author: @quexeky
Created: 10/12/2025
Status: ✅ Merged
Merged: 10/14/2025
Merged by: @quexeky
Base:
develop← Head:156-refactor-into-workspaces📝 Commits (7)
59f040bchore: Major refactoring62a2561fix: Remote tauri dependency from process5d22b88refactor: Improvements to src-tauri9e1bf98refactor: Builds, but some logic still left to move back974666erefactor: Finish refactor0f48f3fchore: Run cargo clippy && cargo fmt2ed8fe3refactor: Move everything into src-tauri📊 Changes
107 files changed (+8684 additions, -2722 deletions)
View changed files
📝
.gitignore(+3 -1)📝
src-tauri/Cargo.lock(+1517 -842)📝
src-tauri/Cargo.toml(+25 -0)➕
src-tauri/client/Cargo.lock(+4862 -0)➕
src-tauri/client/Cargo.toml(+12 -0)📝
src-tauri/client/src/app_state.rs(+0 -0)➕
src-tauri/client/src/app_status.rs(+12 -0)➕
src-tauri/client/src/autostart.rs(+26 -0)➕
src-tauri/client/src/compat.rs(+52 -0)➕
src-tauri/client/src/lib.rs(+4 -0)➕
src-tauri/client/src/user.rs(+12 -0)➕
src-tauri/cloud_saves/Cargo.toml(+19 -0)➕
src-tauri/cloud_saves/src/backup_manager.rs(+234 -0)📝
src-tauri/cloud_saves/src/conditions.rs(+3 -2)➕
src-tauri/cloud_saves/src/error.rs(+27 -0)➕
src-tauri/cloud_saves/src/lib.rs(+8 -0)📝
src-tauri/cloud_saves/src/metadata.rs(+8 -7)📝
src-tauri/cloud_saves/src/mod.rs(+0 -0)📝
src-tauri/cloud_saves/src/normalise.rs(+22 -13)📝
src-tauri/cloud_saves/src/path.rs(+6 -6)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.