mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 19:33:46 +00:00
feat: edit groups
This commit is contained in:
committed by
Carlos Valente
parent
4c08482258
commit
473f50b493
@@ -41,11 +41,12 @@ export const demoDb: DatabaseModel = {
|
||||
entries: {
|
||||
block: {
|
||||
type: SupportedEntry.Block,
|
||||
events: ['32d31', '21cd2', '0b371', '3cd28', 'e457f'],
|
||||
entries: ['32d31', '21cd2', '0b371', '3cd28', 'e457f'],
|
||||
id: 'block',
|
||||
title: 'Test Block',
|
||||
note: '',
|
||||
skip: false,
|
||||
isNextDay: false,
|
||||
targetDuration: null,
|
||||
colour: 'hotpink',
|
||||
revision: 0,
|
||||
startTime: null,
|
||||
@@ -210,8 +211,9 @@ export const demoDb: DatabaseModel = {
|
||||
title: 'Lunch break',
|
||||
note: '',
|
||||
colour: '',
|
||||
events: [],
|
||||
skip: false,
|
||||
entries: [],
|
||||
isNextDay: false,
|
||||
targetDuration: null,
|
||||
custom: {},
|
||||
revision: 0,
|
||||
startTime: null,
|
||||
@@ -372,8 +374,9 @@ export const demoDb: DatabaseModel = {
|
||||
title: 'Afternoon break',
|
||||
note: '',
|
||||
colour: '',
|
||||
events: [],
|
||||
skip: false,
|
||||
entries: [],
|
||||
isNextDay: false,
|
||||
targetDuration: null,
|
||||
custom: {},
|
||||
revision: 0,
|
||||
startTime: null,
|
||||
|
||||
@@ -44,8 +44,9 @@ export const block: Omit<OntimeBlock, 'id'> = {
|
||||
type: SupportedEntry.Block,
|
||||
title: '',
|
||||
note: '',
|
||||
events: [],
|
||||
skip: false,
|
||||
entries: [],
|
||||
isNextDay: false,
|
||||
targetDuration: null,
|
||||
colour: '',
|
||||
custom: {},
|
||||
// !==== RUNTIME METADATA ====! //
|
||||
|
||||
Reference in New Issue
Block a user