Frontmatter
| id | 5382 |
| title | Neo.container.DateSelector => refactoring |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 5, 2024, 2:45 PM |
| updatedAt | Apr 9, 2024, 3:24 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5382 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 9, 2024, 3:24 PM |

We already have
Neo.component.DateSelector. Since we do want to add a new view to select month & year via mouse, it does make sense to refactor the current implementation.Container with a header toolbar and a body container using a card layout.
@mxmrtns