-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
(GitHub News Feed Filter) The 'Repositories' tab is empty. Also please consider displaying the filter's entries by default, as it was in previous versions #124
Comments
Hi @darkred, I'm actually not using this userscript anymore as it's not compatible with Refined GitHub extension. I do accept a PR, if you are willing to fix the issue. |
Gladly, here: #126 I love your script, it's one of my most favorites for GitHub! 👍 |
Hey @jerone First of all, I was informed [1] that if I add Also, after the recent GitHub layout update (repos and teams on the left with activity on the right, including issues you've commented on with recent activity, being on top). By making the modifications below, I managed to make your script partially work again, i.e. at least to execute without errors (most of the subfilters work ok now). I'm telling you all this, mostly in case you hadn't tried I've been trying to fix these issues myself, but unfortunately it's proven too advanced for me so far.. The modificationBy changing in line 275 'protip' to e.g. 'protip2':
and in line 277 the selector from '.tabnav' into '.js-details-container':
the script executes without errors again, and the "No feed items for this filter. Please select another filter." for non-matching filters is displayed ok again. The three issues left:
[1] |
Hi @darkred. If I disable Refined Github (or disable the |
Yes, they all happen, even in a fresh Chrome 66/Firefox 60 profile with only latest Refined GitHub 18.5.19.1605 (with For reference, here is a current screenshot of my dashboard (it's a long/scrolling screenshot) Now, please notice in my captures below (click to expand):
|
Correction: the counter of 'Actions' tab|'Commits' works ok, I wrongly thought it counts commits, not groups of commits. Sorry about that. |
Just pushed an update, which I hope will fix all your issues (for me it does)! I say I hope, because I don't have those 4 pinned issues at the top like you have, so I can't test that. |
Thank you very much !!! I really appreciate it! Great 👍 I also made PR #127 to fix the 'Actions' tab|'Wiki' being empty. 🙂 |
And, one last thing: there were some entries still missing in 'Repositories' tab|All repositories: in the screenshot below, if you do the sum, it was 27 (not 30, as expected) : The fault was the change I had made in the my initial PR for the selector in the alertRepo variable, |
Using GNFF 8.1.0 with Tampermonkey 4.6 in Chrome 66/Firefox 60 (tested in a new profile too).
I've noticed that whenever I click the 'Repositories' tab, it's empty of content.
This is an example error entry from the Chrome's console:
and here from Firefox's console:
Also, as a sidenote, I'd like to ask you please to consider displaying the filter's entries by default, as it was in previous versions of the script.Currently you have to click either the 'Actions' or the 'Repositories' title, for its content to populate. I would definitely prefer the previous behavior.
Maybe, also make it so that a second click on any of the titles (Actions/Repositories/'News feed filter') to cause the filters content to collapse. And if there's a filter remains active, to make the parent title (Actions/Repositories) bold, as a visual reminder.
Thank you
The text was updated successfully, but these errors were encountered: