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

Add proper date selector for activity view #22

Closed
ErikBjare opened this issue May 16, 2017 · 5 comments
Closed

Add proper date selector for activity view #22

ErikBjare opened this issue May 16, 2017 · 5 comments

Comments

@ErikBjare
Copy link
Member

To make it easier to navigate further back.

Would be nice to only be able to select dates which have data for them.

@johan-bjareholt
Copy link
Member

johan-bjareholt commented Jul 21, 2017

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)

@ErikBjare
Copy link
Member Author

I don't mind waiting a bit then. Would definitely prefer the HTML5 datepicker.

@ErikBjare
Copy link
Member Author

ErikBjare commented Aug 23, 2017

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.

@johan-bjareholt
Copy link
Member

johan-bjareholt commented Mar 30, 2018

It was trivial, so added it in this PR, better than before at least

#63

@ErikBjare
Copy link
Member Author

Closing this for now, #63 seems good enough.

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

2 participants