diff --git a/apps/gui/package.json b/apps/gui/package.json index 2be76fd9..dc298dcb 100755 --- a/apps/gui/package.json +++ b/apps/gui/package.json @@ -1,7 +1,7 @@ { "name": "@nostrwatch/gui", "description": "", - "version": "0.6.44", + "version": "0.6.45", "license": "MIT", "keywords": [ "svelte", diff --git a/apps/gui/src/lib/components/layout/PageHeader.svelte b/apps/gui/src/lib/components/layout/PageHeader.svelte new file mode 100644 index 00000000..628d3af3 --- /dev/null +++ b/apps/gui/src/lib/components/layout/PageHeader.svelte @@ -0,0 +1,60 @@ + +
+
+
+
+ {#if icon} + + relay icon + + {/if} +
+
+

+ + {title} + + click to copy +

+ {#if subtitle} + {subtitle} + {/if} + +
+
+
+
+ + + diff --git a/apps/gui/src/routes/+page.svelte b/apps/gui/src/routes/+page.svelte index b3ba5bf8..d2e4742d 100755 --- a/apps/gui/src/routes/+page.svelte +++ b/apps/gui/src/routes/+page.svelte @@ -12,7 +12,7 @@ $: isHomepage = $page.url.pathname === '/' {#if isHomepage} -
+

nostr.watch is a client for browsing, testing and researching nostr relays.

- +
{#if $ready} -{/if} \ No newline at end of file +{/if} +
\ No newline at end of file diff --git a/apps/gui/src/routes/operators/[pubkey]/components/OperatorCountries.svelte b/apps/gui/src/routes/operators/[pubkey]/components/OperatorCountries.svelte new file mode 100644 index 00000000..67ae89f7 --- /dev/null +++ b/apps/gui/src/routes/operators/[pubkey]/components/OperatorCountries.svelte @@ -0,0 +1,4 @@ + + diff --git a/apps/gui/src/routes/operators/[pubkey]/components/OperatorIsps.svelte b/apps/gui/src/routes/operators/[pubkey]/components/OperatorIsps.svelte new file mode 100644 index 00000000..67ae89f7 --- /dev/null +++ b/apps/gui/src/routes/operators/[pubkey]/components/OperatorIsps.svelte @@ -0,0 +1,4 @@ + + diff --git a/apps/gui/src/routes/operators/[pubkey]/components/OperatorRelays.svelte b/apps/gui/src/routes/operators/[pubkey]/components/OperatorRelays.svelte new file mode 100644 index 00000000..67ae89f7 --- /dev/null +++ b/apps/gui/src/routes/operators/[pubkey]/components/OperatorRelays.svelte @@ -0,0 +1,4 @@ + + diff --git a/apps/gui/src/routes/operators/[pubkey]/components/OperatorSoftwre.svelte b/apps/gui/src/routes/operators/[pubkey]/components/OperatorSoftwre.svelte new file mode 100644 index 00000000..67ae89f7 --- /dev/null +++ b/apps/gui/src/routes/operators/[pubkey]/components/OperatorSoftwre.svelte @@ -0,0 +1,4 @@ + + diff --git a/apps/gui/src/routes/preferences/+page.svelte b/apps/gui/src/routes/preferences/+page.svelte index 253f8406..7e448c30 100644 --- a/apps/gui/src/routes/preferences/+page.svelte +++ b/apps/gui/src/routes/preferences/+page.svelte @@ -14,7 +14,7 @@ Nip66Instance = instance($route66); }); -
+
{#if Nip66Instance !== null}
`} + />