redesign the sidebar
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 2m0s
Rust / build (ubuntu-latest, stable) (pull_request) Failing after 1m27s

This commit is contained in:
2026-02-11 08:55:42 +07:00
parent a9d2a0a24b
commit 9bee5f2a77
14 changed files with 962 additions and 1167 deletions

View File

@@ -241,7 +241,6 @@ impl AppSettings {
// Save event to the local database only
client.database().save_event(&event).await?;
log::info!("Settings saved successfully");
Ok(())
}));