WIP Render nostr profile and relay status with Ruby
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-18 15:01:08 +02:00
parent 5283f6fce7
commit 04a9061663
14 changed files with 168 additions and 126 deletions

View File

@@ -23,11 +23,11 @@ export default class extends Controller {
}
if (this.pubkeyHexValue) {
this.discoverUserOnNostr().then(() => {
this.renderRelayStatus()
this.renderProfileNip05Status()
this.renderProfileLud16Status()
})
// this.discoverUserOnNostr().then(() => {
// this.renderRelayStatus()
// this.renderProfileNip05Status()
// this.renderProfileLud16Status()
// })
}
} else {
this.noExtensionTarget.classList.remove("hidden")