Connect Nostr account from My Contributions

And upon connection, immediately fetch contributions and render them
This commit is contained in:
2026-08-19 12:24:50 -06:00
parent 822472a0e6
commit 3233150cc4
3 changed files with 83 additions and 39 deletions
+1
View File
@@ -10,6 +10,7 @@ import ContributionsTimeline from '#components/contributions-timeline';
@onSelect={{@controller.selectContribution}}
@onBack={{@controller.backToMenu}}
@onClose={{@controller.close}}
@onNostrConnected={{@controller.onNostrConnected}}
/>
{{/if}}
</template>