From d86618ff5208cce50528914722b1cf6ebd62ed75 Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Sun, 4 Aug 2024 12:25:37 +0200 Subject: [PATCH] fixed migration system --- assets/styles/components/library.scss | 2 +- components/Titlebar.vue | 10 +- src-tauri/Cargo.lock | 2 + src-tauri/Cargo.toml | 1 + src-tauri/src/db/migration.rs | 168 +++++++++++++++++++++++--- src-tauri/src/main.rs | 104 +++++----------- src-tauri/tauri.conf.json | 5 + 7 files changed, 195 insertions(+), 97 deletions(-) diff --git a/assets/styles/components/library.scss b/assets/styles/components/library.scss index 717d8dd..cb60904 100644 --- a/assets/styles/components/library.scss +++ b/assets/styles/components/library.scss @@ -106,4 +106,4 @@ width: 32px; height: 32px; } -} \ No newline at end of file +} diff --git a/components/Titlebar.vue b/components/Titlebar.vue index 8829650..6f2c03e 100644 --- a/components/Titlebar.vue +++ b/components/Titlebar.vue @@ -1,11 +1,11 @@