refactor: remove isNextDay block property

This commit is contained in:
Carlos Valente
2025-07-07 18:24:52 +02:00
committed by Carlos Valente
parent ab8bfbcd59
commit a98c14406d
5 changed files with 1 additions and 29 deletions
-3
View File
@@ -45,7 +45,6 @@ export const demoDb: DatabaseModel = {
id: 'block',
title: 'Test Block',
note: '',
isNextDay: false,
targetDuration: null,
colour: 'hotpink',
revision: 0,
@@ -212,7 +211,6 @@ export const demoDb: DatabaseModel = {
note: '',
colour: '',
entries: [],
isNextDay: false,
targetDuration: null,
custom: {},
revision: 0,
@@ -375,7 +373,6 @@ export const demoDb: DatabaseModel = {
note: '',
colour: '',
entries: [],
isNextDay: false,
targetDuration: null,
custom: {},
revision: 0,
@@ -58,7 +58,6 @@ export const block: Omit<OntimeBlock, 'id'> = {
title: '',
note: '',
entries: [],
isNextDay: false,
targetDuration: null,
colour: '',
custom: {},