Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change months structure #104

Open
Zecat opened this issue Apr 18, 2016 · 2 comments
Open

change months structure #104

Zecat opened this issue Apr 18, 2016 · 2 comments

Comments

@Zecat
Copy link
Contributor

Zecat commented Apr 18, 2016

Instead of having rows of week, months could directly contain an array of days, displayed by putting days in a container with --layout-horizontal and --layout-wrap.

@bendavis78
Copy link
Owner

Does this gain anything in performance?

@Zecat
Copy link
Contributor Author

Zecat commented Jun 11, 2016

I suppose a little bit because it will avoid nesting 2 dom-repeat to display the months, anyway, the code will be clearer.
The '_months' structure would be changed from _months.index.weeks.index.day.index to _months.index.day.index.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants