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
@@ -13,7 +13,7 @@ import TimeInputGroup from './TimeInputGroup';
import style from './TimeInputFlow.module.scss';
interface EventBlockTimerProps {
interface TimeInputFlowProps {
eventId: string;
countToEnd: boolean;
timeStart: number;
@@ -36,7 +36,7 @@ function TimeInputFlow({
linkStart,
delay,
showLabels,
}: EventBlockTimerProps) {
}: TimeInputFlowProps) {
const { updateEntry, updateTimer } = useEntryActions();
// In sync with EventEditorTimes