@3 and @4 Whenever I click Top -> Hour/Day/Whatever I have …
@3 and @4
Whenever I click Top -> Hour/Day/Whatever I have to scroll all the way back to the top of the page.
Quick UX fix: On any navigation change, just do a
window.scrollTo(0, 0);
Replies
thanks for the feedback @1034 if you have any other feature requests or bug finds let me know :)