mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 13:13:31 +01:00
[PR #116] [CLOSED] [WIP] Sync System #52
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/mountain-loop/yaak/pull/116
Author: @gschier
Created: 9/26/2024
Status: ❌ Closed
Base:
master← Head:sync-system📝 Commits (10+)
451baf8Dummy menu8d9acdbMerge branch 'master' into sync-system8e53ad0Add SyncMenu back6b37174Deterministic model hash and start on UI53a2182Show sync items834da7aCommit sync stufffe252b4More sync stuffada1de8Merge branch 'master' into sync-systemf64da80Checkpointed15b63Merge branch 'master' into sync-system📊 Changes
67 files changed (+2466 additions, -180 deletions)
View changed files
📝
package-lock.json(+9 -0)📝
package.json(+1 -0)📝
rustfmt.toml(+0 -1)📝
src-tauri/Cargo.lock(+52 -16)📝
src-tauri/Cargo.toml(+33 -13)📝
src-tauri/capabilities/capabilities.json(+4 -3)📝
src-tauri/gen/schemas/acl-manifests.json(+1 -1)📝
src-tauri/gen/schemas/capabilities.json(+1 -1)📝
src-tauri/gen/schemas/desktop-schema.json(+35 -0)📝
src-tauri/gen/schemas/macOS-schema.json(+35 -0)➕
src-tauri/migrations/20240919211340_sync.sql(+40 -0)📝
src-tauri/src/lib.rs(+8 -6)➕
src-tauri/tauri-plugin-sync/.gitignore(+17 -0)➕
src-tauri/tauri-plugin-sync/Cargo.toml(+24 -0)➕
src-tauri/tauri-plugin-sync/bindings/commands.ts(+7 -0)➕
src-tauri/tauri-plugin-sync/bindings/models.ts(+27 -0)➕
src-tauri/tauri-plugin-sync/bindings/sync.ts(+7 -0)➕
src-tauri/tauri-plugin-sync/build.rs(+5 -0)➕
src-tauri/tauri-plugin-sync/index.ts(+41 -0)➕
src-tauri/tauri-plugin-sync/package.json(+6 -0)...and 47 more files
📄 Description
🚧
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.