Show local projects instead of network to landing page, if available
modified src/App.svelte
@@ -28,8 +28,7 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified src/lib/httpd.ts
@@ -147,7 +147,7 @@ function pollSession() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -159,7 +159,7 @@ export function initialize() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/views/home/Index.svelte
@@ -1,12 +1,15 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -61,8 +64,13 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/views/home/router.ts
@@ -2,6 +2,9 @@ import type { LoadErrorRoute } from "@app/lib/router/definitions";
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -22,7 +25,15 @@ export interface HomeLoadedRoute {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/landingPage.spec.ts
@@ -13,7 +13,7 @@ test("show pinned projects", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/support/fixtures.ts
@@ -226,11 +226,11 @@ function log(text: string, label: string, outputLog: Stream.Writable) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/visual/landingPage.spec.ts
@@ -36,7 +36,7 @@ test("load error", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|