diff --git a/src/app/components/SpaceRelayStatus.svelte b/src/app/components/SpaceRelayStatus.svelte new file mode 100644 index 00000000..f29235d4 --- /dev/null +++ b/src/app/components/SpaceRelayStatus.svelte @@ -0,0 +1,70 @@ + + +
+ Supported NIPs: {supported_nips.join(", ")} +
+ {/if} + {#if limitation?.auth_required} ++ Auth Required +
+ {/if} + {#if limitation?.payment_required} ++ Payment Required +
+ {/if} + {#if limitation?.min_pow_difficulty} ++ Min PoW: {limitation?.min_pow_difficulty} +
+ {/if} +- Supported NIPs: {supported_nips.join(", ")} -
- {/if} - {#if limitation?.auth_required} -- Auth Required -
- {/if} - {#if limitation?.payment_required} -- Payment Required -
- {/if} - {#if limitation?.min_pow_difficulty} -- Min PoW: {limitation?.min_pow_difficulty} -
- {/if} -