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
+5
View File
@@ -43,6 +43,11 @@ export default class ContributionsController extends Controller {
this.router.transitionTo(`/place/${item.placeIdentifier}`);
}
@action
onNostrConnected() {
this.loadContributionsTask.perform(this.nostrAuth.pubkey);
}
@action
backToMenu() {
this.router.transitionTo('menu');