Fix repo listing not displaying all repos
Show::All which is the default value should return all values obtained
from storage.repositories().
This commit adds a Show::Contributor enum variant to only get repos
that the user has forked, initialized or contributed in some way.
Show::All which is the default value should return all values obtained
from storage.repositories().
This commit adds a Show::Contributor enum variant to only get repos
that the user has forked, initialized or contributed in some way.
So feels very intuitive!
We could sort the tabs by “intimicy”. All -> Contributor -> Delegate -> Private.
Love it!