feat: add favorites table, CRUD commands, and Pinia store

This commit is contained in:
Your Name
2026-02-18 02:02:57 +02:00
parent 85c20247f5
commit 1ee4562647
4 changed files with 132 additions and 0 deletions

View File

@@ -73,6 +73,10 @@ pub fn run() {
commands::get_entry_tags,
commands::set_entry_tags,
commands::get_project_budget_status,
commands::get_favorites,
commands::create_favorite,
commands::delete_favorite,
commands::reorder_favorites,
])
.setup(|app| {
#[cfg(desktop)]