Bump heartwood version
This fixes the landing page not showing local projects anymore.
8 files changed
+45
-20
9ee2a457
→
65e906fd
modified httpd-client/lib/project.ts
@@ -172,7 +172,7 @@ export class Client {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified httpd-client/tests/project.test.ts
@@ -210,7 +210,7 @@ describe("project", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/views/home/router.ts
@@ -27,10 +27,12 @@ export async function loadHomeRoute(): Promise<
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/views/nodes/router.ts
@@ -50,7 +50,7 @@ export async function loadProjects(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/project.spec.ts
@@ -49,7 +49,7 @@ test("navigate to project", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -475,11 +475,20 @@ test("internal file markdown link", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
modified tests/e2e/project/patch.spec.ts
@@ -59,7 +59,7 @@ test("navigate through revision diffs", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/support/heartwood-version
@@ -1 +1 @@
| - | |
|
|
| + | |
modified tests/visual/desktop/project.spec.ts
@@ -64,9 +64,23 @@ test("diff selection", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|