feat: edit groups

This commit is contained in:
Carlos Valente
2025-06-25 06:10:12 +02:00
committed by Carlos Valente
parent 4c08482258
commit 473f50b493
75 changed files with 916 additions and 511 deletions
@@ -23,8 +23,9 @@ export type OntimeBlock = OntimeBaseEvent & {
type: SupportedEntry.Block;
title: string;
note: string;
events: EntryId[];
skip: boolean;
entries: EntryId[];
isNextDay: boolean;
targetDuration: MaybeNumber;
colour: string;
custom: EntryCustomFields;
// !==== RUNTIME METADATA ====! //