-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Add proper date selector for activity view #22
Comments
Was looking at trying to fix this for the dev/vue2 branch which uses bootstrap4, but apparently bootstrap4 is in alpha and does not have a datepicker yet... And apparently the HTML5 datepicker isn't implemented in firefox yet (Works, but not enabled by default yet http://caniuse.com/#feat=input-datetime) |
I don't mind waiting a bit then. Would definitely prefer the HTML5 datepicker. |
I'm not sure if going with the HTML5 datepicker is the right way to go since there is no way to mark which dates have data and which don't (only min and max date constraints, although that might be good enough). Dates also tend to appear in the mm/dd/yyyy format and other non-sane not-ISO8601 formats. Still not a high priority, but something to consider. |
It was trivial, so added it in this PR, better than before at least |
Closing this for now, #63 seems good enough. |
To make it easier to navigate further back.
Would be nice to only be able to select dates which have data for them.
The text was updated successfully, but these errors were encountered: