Refactors view management in calendar component
Introduces ViewSelectorManager to handle view state and UI interactions Separates view logic from configuration management Adds explicit tracking of current calendar view Enhances view selection and state management Improves modularity and separation of concerns
This commit is contained in:
parent
c1e0da056c
commit
29ba0bfa37
6 changed files with 162 additions and 123 deletions
|
|
@ -92,7 +92,8 @@ export class ConfigManager {
|
|||
data.gridSettings,
|
||||
data.dateViewSettings,
|
||||
data.timeFormatConfig,
|
||||
data.currentWorkWeek
|
||||
data.currentWorkWeek,
|
||||
data.currentView || 'week'
|
||||
);
|
||||
|
||||
// Configure TimeFormatter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue