feat: entry templates CRUD backend

This commit is contained in:
Your Name
2026-02-20 15:06:50 +02:00
parent 6e05ddcf89
commit dcfcdaf1b0
3 changed files with 189 additions and 0 deletions

View File

@@ -132,6 +132,9 @@ pub fn run() {
commands::bulk_update_entries_project,
commands::bulk_update_entries_billable,
commands::upsert_timesheet_entry,
commands::get_entry_templates,
commands::create_entry_template,
commands::delete_entry_template,
])
.setup(|app| {
#[cfg(desktop)]