onyx-tasks/apps
Claude f42697f4ed
refactor(tauri): extract parse_uuid helper
17 Tauri commands repeated `Uuid::parse_str(&s).map_err(|e| e.to_string())`
for each UUID argument. Collapse the pattern into a `parse_uuid`
helper so callers read as `let id = parse_uuid(&list_id)?;`.
2026-04-20 07:35:50 +00:00
..
tauri refactor(tauri): extract parse_uuid helper 2026-04-20 07:35:50 +00:00