WIP Render nostr profile and relay status with Ruby

This commit is contained in:
2026-08-11 13:26:37 -06:00
parent 4f22471aa0
commit 0dcd07c6f7
14 changed files with 168 additions and 126 deletions
+7
View File
@@ -0,0 +1,7 @@
class StatusTextComponent < ViewComponent::Base
def initialize(text:, icon_name:, icon_color:)
@text = text
@icon_name = icon_name
@icon_color = icon_color
end
end