modified scripts/create-seed-fixture
@@ -66,6 +66,8 @@ git checkout orphaned-branch
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified src/Markdown.svelte
@@ -19,7 +19,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -54,7 +54,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/projects/Blob.svelte
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
@@ -14,7 +14,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/projects/Browser.svelte
@@ -1,14 +1,21 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
|
|
| + | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -20,7 +27,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -35,15 +42,8 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -51,26 +51,38 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -82,15 +94,25 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -195,33 +217,35 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/base/projects/Readme.svelte
@@ -5,7 +5,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/projects/Tree.svelte
@@ -1,13 +1,13 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/projects/Tree/Folder.svelte
@@ -1,20 +1,22 @@
|
|
| - | |
| + | |
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -23,9 +25,9 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/project.ts
@@ -8,6 +8,8 @@ import type { Wallet } from "@app/wallet";
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/clipboard.spec.ts
@@ -2,7 +2,7 @@ import type { Page } from "@playwright/test";
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -34,21 +34,21 @@ test("copy to clipboard", async ({ page, browserName, context }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -56,14 +56,14 @@ test("copy to clipboard", async ({ page, browserName, context }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -76,7 +76,7 @@ test("copy to clipboard", async ({ page, browserName, context }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/hashRouter.spec.ts
@@ -23,7 +23,7 @@ test("navigate between landing and project page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -36,7 +36,7 @@ test("navigation between seed and project pages", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -50,12 +50,12 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -63,14 +63,14 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -78,7 +78,7 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -98,7 +98,7 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/historyRouter.spec.ts
@@ -17,7 +17,7 @@ test("navigate between landing and project page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -30,7 +30,7 @@ test("navigation between seed and project pages", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -44,12 +44,12 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -57,14 +57,14 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -72,7 +72,7 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -92,7 +92,7 @@ test.describe("project page navigation", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/landingPage.spec.ts
@@ -20,5 +20,5 @@ test("show pinned projects", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
modified tests/e2e/project.spec.ts
@@ -21,7 +21,7 @@ test("navigate to project", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -35,9 +35,9 @@ test("navigate to project", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -85,7 +85,7 @@ test("navigate line numbers", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -95,12 +95,12 @@ test("navigate line numbers", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -231,7 +231,7 @@ test("markdown files", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -245,15 +245,15 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -291,7 +291,7 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -307,10 +307,10 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -321,12 +321,12 @@ test("clone modal", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -335,29 +335,98 @@ test("only one modal can be open at a time", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified tests/e2e/project/commit.spec.ts
@@ -1,11 +1,11 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -16,7 +16,7 @@ test("relative timestamps", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -24,7 +24,7 @@ test("relative timestamps", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -37,7 +37,7 @@ test("modified file", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -53,7 +53,7 @@ test("modified file", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -63,7 +63,7 @@ test("created file", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/project/commits.spec.ts
@@ -7,17 +7,19 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -49,23 +51,23 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -80,7 +82,7 @@ test("verified badge", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -92,7 +94,7 @@ test("verified badge", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -101,7 +103,7 @@ test("relative timestamps", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -112,15 +114,15 @@ test("relative timestamps", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified tests/e2e/search.spec.ts
@@ -4,14 +4,14 @@ test("navigate to existing project", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/seed.spec.ts
@@ -13,7 +13,7 @@ test("seed metadata", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -29,18 +29,18 @@ test("seed projects", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/fixtures/repos/source-browsing.tar.bz2
modified tests/fixtures/seeds/palm.tar.bz2
modified tests/support/fixtures.ts
@@ -173,7 +173,7 @@ export function appConfigWithFixture() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -181,5 +181,4 @@ export function appConfigWithFixture() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
modified tests/support/globalSetup.ts
@@ -8,7 +8,7 @@ export default async function globalSetup(_config: FullConfig): Promise<void> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/visual/project.spec.ts
@@ -17,7 +17,7 @@ test("commits page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -36,7 +36,7 @@ test("commit page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -47,3 +47,10 @@ test("markdown rendering", async ({ page }) => {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |