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
@@ -8,15 +8,18 @@ module Settings
@text = "You have a relay list, and the Kosmos relay is part of it"
@icon_name = "check-circle"
@icon_color = "emerald-500"
@status = 0
else
@text = "The Kosmos relay is missing from your relay list"
@icon_name = "alert-octagon"
@icon_color = "amber-500"
@status = 1
end
else
@text = "We could not find a relay list for your public key"
@icon_name = "alert-octagon"
@icon_color = "amber-500"
@status = 2
end
end