feat(ui): WorkerClient methods for week report and daily notes

This commit is contained in:
mika kuns
2026-06-03 09:46:39 +02:00
parent d7558ef451
commit e106b00b16
3 changed files with 29 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
namespace ClaudeDo.Ui.Services;
public sealed record DailyNoteDto(string Id, string Date, string Text, int SortOrder);