Display user agent instead of version
modified http-client/index.ts
@@ -94,7 +94,7 @@ export type Node = z.infer<typeof nodeSchema>;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/lib/utils.ts
@@ -21,6 +21,11 @@ export function formatShortSeedingPolicy(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/views/nodes/View.svelte
@@ -8,6 +8,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -28,8 +29,8 @@
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
@@ -73,7 +74,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -147,9 +148,13 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/views/nodes/router.ts
@@ -22,7 +22,7 @@ export interface NodesLoadedRoute {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -54,8 +54,8 @@ export async function loadNodeRoute(
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
modified tests/e2e/landingPage.spec.ts
@@ -94,7 +94,7 @@ test("stored custom preferred seeds in local storage", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/node.spec.ts
@@ -17,7 +17,7 @@ test("node metadata", async ({ page, peerManager }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|