feat: add category management UI and relocate navbar controls to quick-actions modal
This commit is contained in:
@@ -14,6 +14,7 @@ export interface VisitDateRange {
|
||||
|
||||
export interface VisitDto {
|
||||
id: VisitId;
|
||||
categoryId?: string;
|
||||
location: VisitLocation;
|
||||
date: VisitDateRange;
|
||||
notes?: string;
|
||||
|
Reference in New Issue
Block a user