Enable localhost connections in radicle-explorer
modified config/custom-environment-variables.json
@@ -3,6 +3,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified config/default.json
@@ -3,6 +3,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified global.d.ts
@@ -3,6 +3,8 @@ import type { Config } from "./module.d.ts";
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified http-client/tests/client.test.ts
@@ -1,11 +1,11 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified http-client/tests/repo.test.ts
@@ -1,18 +1,18 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/lib/router.ts
@@ -145,37 +145,31 @@ export async function replace(newRoute: Route): Promise<void> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/lib/utils.ts
@@ -205,11 +205,7 @@ export function isMarkdownPath(path: string): boolean {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified src/views/nodes/SeedSelector.svelte
@@ -13,7 +13,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -45,11 +45,7 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified src/views/nodes/router.ts
@@ -4,7 +4,7 @@ import type { ErrorRoute, NotFoundRoute } from "@app/lib/router/definitions";
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -53,17 +53,6 @@ export async function loadNodeRoute(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified src/views/repos/router.ts
@@ -29,7 +29,7 @@ import { HttpdClient } from "@http-client";
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -262,19 +262,6 @@ export async function loadRepoRoute(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified src/views/users/router.ts
@@ -2,7 +2,6 @@ import type { BaseUrl, NodeIdentity, NodeStats } from "@http-client";
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -30,19 +29,6 @@ export async function loadUserRoute({
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified tests/build/smoke.spec.ts
@@ -5,7 +5,5 @@ test("exceptions in production build", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
modified tests/e2e/clipboard.spec.ts
@@ -47,7 +47,7 @@ test("copy to clipboard", async ({ page, browserName, context }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/node.spec.ts
@@ -26,7 +26,7 @@ test("node metadata", async ({ page, peerManager }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/router.ts
@@ -24,7 +24,7 @@ test("navigate between landing and repo page", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -32,7 +32,7 @@ test("navigation between node and repo pages", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
added tests/support/config.ts
@@ -0,0 +1,12 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified tests/support/fixtures.ts
@@ -30,6 +30,13 @@ export const test = base.extend<{
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -602,11 +609,10 @@ export const shortBobHead = formatCommit(bobHead);
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
|
|
|
|
|
modified tests/support/globalSetup.ts
@@ -12,9 +12,9 @@ import {
|
|
|
|
|
|
| - | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -87,7 +87,7 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -108,7 +108,7 @@ export default async function globalSetup(): Promise<() => void> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/unit/router.test.ts
@@ -1,6 +1,6 @@
| - | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -217,7 +217,7 @@ describe("pathToRoute", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -232,7 +232,7 @@ describe("pathToRoute", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -248,7 +248,7 @@ describe("pathToRoute", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/visual/desktop/node.spec.ts
@@ -2,7 +2,7 @@ import { test, expect } from "@tests/support/fixtures.js";
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -38,7 +38,7 @@ test("response parse error", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -51,7 +51,7 @@ test("response error", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/visual/desktop/user.spec.ts
@@ -7,14 +7,14 @@ import {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -27,7 +27,7 @@ test("response parse error", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -40,7 +40,7 @@ test("response error", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/visual/mobile/user.spec.ts
@@ -7,14 +7,14 @@ import {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -27,7 +27,7 @@ test("response parse error", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -40,7 +40,7 @@ test("response error", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|