chore: rename blocks to groups

This commit is contained in:
Carlos Valente
2025-08-09 06:47:13 +02:00
committed by Carlos Valente
parent 486d89ecf4
commit e5d2457717
83 changed files with 987 additions and 981 deletions
@@ -6,8 +6,8 @@ const baseState: RuntimeState = {
clock: 0,
eventNow: null,
eventNext: null,
blockNow: null,
blockNext: null,
groupNow: null,
groupNext: null,
nextFlag: null,
runtime: {
selectedEventIndex: null,
@@ -40,7 +40,7 @@ const baseState: RuntimeState = {
_rundown: {
totalDelay: 0,
},
_block: null,
_group: null,
_end: null,
_flag: null,
};