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
@@ -5,3 +5,17 @@
icon_color: status[:icon_color]
) %>
<% end %>
<% if @status == 1 %>
<p class="mt-8">
<button class="btn-md btn-blue">
Edit my profile
</button>
</p>
<% elsif @status == 2 %>
<p class="mt-8">
<button class="btn-md btn-blue">
Create my profile
</button>
</p>
<% end %>