timesheet row persistence backend

This commit is contained in:
2026-02-20 15:15:50 +02:00
parent 2a96464635
commit 21f1c738f0
3 changed files with 81 additions and 0 deletions

View File

@@ -135,6 +135,9 @@ pub fn run() {
commands::get_entry_templates,
commands::create_entry_template,
commands::delete_entry_template,
commands::get_timesheet_rows,
commands::save_timesheet_rows,
commands::get_previous_week_structure,
])
.setup(|app| {
#[cfg(desktop)]