Fixing some bugs around the repo listing
- 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
2 files changed
+9
-8
ea2982fa
→
1f65bcdf
modified src/views/home/Repos.svelte
@@ -44,7 +44,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -63,7 +63,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -151,7 +151,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -179,7 +179,11 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/repo/issue.spec.ts
@@ -41,10 +41,7 @@ test("creation of top level comments", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|