diff --git a/neode-ui/src/components/CopyButton.vue b/neode-ui/src/components/CopyButton.vue new file mode 100644 index 00000000..8e39bf31 --- /dev/null +++ b/neode-ui/src/components/CopyButton.vue @@ -0,0 +1,141 @@ + + + + + diff --git a/neode-ui/src/components/LightningRequiredModal.vue b/neode-ui/src/components/LightningRequiredModal.vue index 805c1df7..3d9d9ab8 100644 --- a/neode-ui/src/components/LightningRequiredModal.vue +++ b/neode-ui/src/components/LightningRequiredModal.vue @@ -5,18 +5,23 @@ same reasoning as ExternalExplorerModal. --> -

- Creating a Lightning invoice needs a Lightning node running on this - Archipelago node. You don't have one installed yet — pick an - implementation below and it'll be installed for you. +

+ Lightning payments need a Lightning node that's actually running. Yours is + installed but isn't running right now — start it from My Apps and try + again. +

+

+ Lightning payments need a Lightning node running on this Archipelago + node. You don't have one installed yet — pick an implementation below and + it'll be installed for you.

-
+
{{ installing ? 'Close' : 'Not now' }} +
@@ -68,6 +78,7 @@