- Fix showing onboarding instructions when there’s at least one repo in total
- Remove unneccessary repo list reload
- If there is at least one repo, we don’t need to reload the repo listing.
- Always reload the correct repo listing
- Don’t default to
allrepos for the repo listing reload, try to reload the repo listing according to theactiveTabprops and else go withall.
- Don’t default to
- Fix showing onboarding instructions when there’s at least one repo in total
- Remove unneccessary repo list reload
- If there is at least one repo, we don’t need to reload the repo listing.
- Always reload the correct repo listing
- Don’t default to
allrepos for the repo listing reload, try to reload the repo listing according to theactiveTabprops and else go withall.
- Don’t default to
Fix issue commenting assertion
We are having a fixed timestamp for any cob action so we should probably not try to assert the correct relative timestamp.
Show No matching repositories. when there is no search result from the fuzzy finder, and No repositories. if there is no repo for a specific category.
Change wording to No repositories in this category.
Could we just say “No repositories.”? Feel like it might not be clear to users what’s meant by category, especially if you’ve chosen “Repositories” implying all repos.
Hmm if you’ve chosen “Repositories” and you don’t have any repos you will see the Onboarding section.
I feel No repositories is more confusing if you have repositories as a delegate or contributing aka in other categories
Revert naming to No repositories if no repositories found in a category
Rebase