sindresorhus/refined-github




The issue has been closed
Provide a link on "No commits found" page to remove the filters #4721
kidonng posted onGitHub
Description
On the "Contribution activity" section of a user profile page, you can click the "* commits" link to view the commits during the corresponding month/day, using a time filter like ?since=2099-01-01&until=2099-01-02
. However it seems this date is not timezone-aware and sometimes the link will lead to a blank page (No commits found for "octocat"
).
I propose we put a link pointing to the same page but without the time filter when we encounter such a blank page. (Another form of useful-not-found-page
?)
Alternative implementation: put a link pointing to the same page without any filter, but preserve the author=octocat
part if we come from a profile page.