feat: timesheet row persistence backend

This commit is contained in:
Your Name
2026-02-20 15:15:50 +02:00
parent 54f75c15ed
commit a3ea37baa1
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)]