Frontmatter
| id | 2459 |
| title | calendar.view.MainContainer: SettingsContainer lazy loading strategy |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 24, 2021, 9:02 PM |
| updatedAt | Jun 25, 2021, 2:08 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2459 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 25, 2021, 2:08 PM |
the current logic is to lazy load the settings container in case the
useSettingsContainerdoes get set to true =>afterSetUseSettingsContainer().it would be smarter to also check for the expanded state => if the settings container is hidden, don't load the module, but do it when first expanding it (prior to the OP).