Search function is making a request every time. It seems unnecessary as we already fetched all repos belong to that user, we could simply filter that data.
Cheers thanks for logging this 馃憤
Thanks for the fast response.
I am running the latest code on an iOS simulator.
It works correctly for public users. But for the account I logged in, I am able to see other user repos I have push access to. I'm opening a pr in one sec.
Searching in a user's repository list. I guess the filtering part is a duplicate to #95. But the results of current search in a user's repository list is still wrong.
Thanks so much for the PR - Just merged it 鉂わ笍
And you're right, searching doesn't show forks for user repos! What we'll need to do is just add a fork flag and set to true for the search call
Just updated this issue title to reflect that. Thanks again my friend 馃檶
Hmm, im facing a different issue. My profile page shows 29 repositories. It shows 35 repositories in the list view. (Without searching) And all of them are repo's where i have push access to, not my own 'created' repositories, which i would like to see in that screen.
That sounds like what #105 is trying to fix. With it merged, you should only see your own 'created' repositories now.
Closing as #105 should have fixed this :tada:
Most helpful comment
That sounds like what #105 is trying to fix. With it merged, you should only see your own 'created' repositories now.