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:
parent
5075b71eb2
commit
f0cc9bb6ce
3 changed files with 9 additions and 38 deletions
|
|
@ -40,7 +40,6 @@ export interface IEventRenderingService extends IManager {
|
|||
|
||||
export interface IGridManager extends IManager {
|
||||
render(): Promise<void>;
|
||||
getDisplayDates(): Date[];
|
||||
}
|
||||
|
||||
export interface IScrollManager extends IManager {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue