Refactors grid date handling and event rendering

Replaces getPeriodRange with getDisplayDates approach
Simplifies event rendering by using flexible date array
Updates event rendering to work with dynamic date lists

Improves code modularity and reduces complexity
This commit is contained in:
Janus C. H. Knudsen 2025-11-13 21:22:28 +01:00
parent 5075b71eb2
commit f0cc9bb6ce
3 changed files with 9 additions and 38 deletions

View file

@ -40,7 +40,6 @@ export interface IEventRenderingService extends IManager {
export interface IGridManager extends IManager {
render(): Promise<void>;
getDisplayDates(): Date[];
}
export interface IScrollManager extends IManager {