WIP Edit nostr profile

This commit is contained in:
2026-08-11 13:26:38 -06:00
parent cbde625a5d
commit d2152d0ca4
11 changed files with 146 additions and 26 deletions
@@ -2,3 +2,17 @@
text: @text,
icon_name: @icon_name,
icon_color: @icon_color) %>
<% if @status == 1 %>
<p class="mt-8">
<button class="btn-md btn-blue">
Add the relay to my list
</button>
</p>
<% elsif @status == 2 %>
<p class="mt-8">
<button class="btn-md btn-blue">
Set up default relays
</button>
</p>
<% end %>