mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 21:24:11 +00:00
feat: auto cue re-numbering (#2016)
* feat: update auto cue numbering * feat: renumber from ui * refactor: patchEntries is not used * chore: format * fix: correct cue at top of group * fix: handle precision * refactor dialog * bump limit for performance time test * extract type * add class name to lable * fix rebase * refator: extract renumering logic * chore: comments for getIntegerAndFraction function * chore: add the for renumber mutation * fix: fraction match precision * refactor: small cleanup * refactor: use more narrow validator --------- Co-authored-by: alex-Arc <omnivox@LAPTOP-RC5SNBVV.localdomain>
This commit is contained in:
committed by
GitHub
parent
ba1c3235b3
commit
1a08b39b8b
@@ -29,3 +29,10 @@ export type RundownSummary = {
|
||||
start: MaybeNumber;
|
||||
end: MaybeNumber;
|
||||
};
|
||||
|
||||
export type RenumberCues = {
|
||||
ids: EntryId[];
|
||||
prefix: string;
|
||||
start: string;
|
||||
increment: string;
|
||||
};
|
||||
|
||||
@@ -89,6 +89,7 @@ export type {
|
||||
ProjectRundownsList,
|
||||
TransientEventPayload,
|
||||
RundownSummary,
|
||||
RenumberCues,
|
||||
} from './api/rundown-controller/BackendResponse.type.js';
|
||||
export type { LinkOptions } from './api/session-controller/BackendResponse.type.js';
|
||||
export type { CustomViewSummary, CustomViewsListResponse } from './api/custom-views/customViews.type.js';
|
||||
|
||||
Reference in New Issue
Block a user