You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users can pick start and end times for the ranking table, i.e. they can see which player was best in a given span of time. Currently, this is implemented using a drop-down where one can pick values like “Since week begin”, “Since 1 month”, etc. (This actually seems to be broken right now – possibly due to angular-ui/bootstrap#2156).
It would be nicer if both start and end time could be implemented using date pickers, allowing for much more flexible ranking views. angular-ui provides such a date picker, which is probably the best tool for implementing this.
cc @BonsaiOfHappiness
The text was updated successfully, but these errors were encountered:
If that’s fine with you, I’ll merge your commit anyway – The issue seems like it’s not too hard to work around, and I’d like to apply some changes after your commit (I’ll explain it over at the PR/with inline comments here)
Users can pick start and end times for the ranking table, i.e. they can see which player was best in a given span of time. Currently, this is implemented using a drop-down where one can pick values like “Since week begin”, “Since 1 month”, etc. (This actually seems to be broken right now – possibly due to angular-ui/bootstrap#2156).
It would be nicer if both start and end time could be implemented using date pickers, allowing for much more flexible ranking views.
angular-ui
provides such a date picker, which is probably the best tool for implementing this.cc @BonsaiOfHappiness
The text was updated successfully, but these errors were encountered: