feat(import): add merge strategy and new-rundown destination to spreadsheet import

Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com>
This commit is contained in:
Claude
2026-07-06 11:14:35 +00:00
committed by Carlos Valente
parent 5e6debcce0
commit 34360a5b8f
20 changed files with 1064 additions and 80 deletions
@@ -165,6 +165,13 @@ class RuntimeService {
}
}
/**
* Returns the id of the currently loaded event, or null if none is loaded
*/
public getLoadedEventId(): EntryId | null {
return runtimeState.getState().eventNow?.id ?? null;
}
/**
* Called when the underlying data has changed,
* we check if the change affects the runtime