feat: add favorites table, CRUD commands, and Pinia store
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user