On the profile page when the "Saves" menu is selected, clicking on the Calendar icon is not showing the expected result. Instead of that, it is loading infinitely.
Already the same kind of issue was reported for Settings menu
GIF for reference:
On the profile page when the "Saves" menu is selected, clicking on the Calendar icon is not showing the expected result. Instead of that, it is loading infinitely.
Already the same kind of issue was reported for Settings menu
GIF for reference:
I fixed this! The fix will be in production either today or Monday.
Here's what happened: basically, we implemented the Saves tab differently than the other tabs - with its own lil typescript file. Unfortunately the calendar js lives in a large old other .js file, so the Saves tab wasn't using it at all. A little confusing to figure out but a super easy fix otherwise.
Thanks for the bug report! Please let me know if there's anything still amiss after Monday.
$.get('https://meta.stackexchange.com/users/daily-site-access/' + StackExchange.options.user.userId, (d) => $('head').append($(d)))(the loading image doesn't get removed with my hack, but meh)status-reviewtag