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 pages to view watched repos and subscribed issues/PRs #17156
base: main
Are you sure you want to change the base?
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Just judging the screenshot. Shouldn't the subscribed issues/PRs be listed on Not sure where watched repos would fit. |
This was my first idea too (and I tried it in #17053).
(The 2. one is the main problem) |
I think SQL can easily count items with a dedicated feature? Also, can it be cached?
I think it makes sense to separate them. |
This would be incompatible with the current filter structure and would probably require a big refactor. And personally, I prefer a page where I can see both issues and PRs (but a filter option would be nice, I'll take a look at this). |
Again: please review this. This is open for one year now. I really want to get this finished and merged. |
Have you followed @silverwind 's advise? I think it's better to put them near by user's profile. |
I did, and I did it on July 20. |
Thanks, then could you update the screenshots? |
The site itself still looks like before, just how you can access it has changed (that's what @silverwind requested) |
Adds GitHub-like pages to view watched repos and subscribed issues/PRs
This is my second try to fix this, but it is better than the first since it doesn't uses a filter option which could be slow when accessing
/issues
or/pulls
and it shows both pulls and issues (the first try is #17053).Closes #16111
Replaces and closes #17053