feat: add category management UI and relocate navbar controls to quick-actions modal

This commit is contained in:
2025-10-01 13:05:43 +08:00
parent c6b1cc23da
commit 2dbfc43cad
19 changed files with 821 additions and 27 deletions

View File

@@ -14,6 +14,7 @@ export interface VisitDateRange {
export interface VisitDto {
id: VisitId;
categoryId?: string;
location: VisitLocation;
date: VisitDateRange;
notes?: string;