diff --git a/resources/lang/de.json b/resources/lang/de.json index 7a1727a1..1c48ea72 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -884,7 +884,7 @@ "An overview of all Einundzwanzig plebs who have shared their npub.": "Eine Übersicht aller Einundzwanzig Plebs, die ihre npub geteilt haben.", "Go to your profile and add your Nostr-npub. After that you can also log in with Nostr here on the portal.": "Gehe zu deinem Profil und füge deine Nostr-npub hinzu. Danach kannst du dich auch hier auf dem Portal mit Nostr einloggen.", "NIP-07 Login": "", - "Logged into Nostr as:": "Eingeoggt in Nostr als:", + "Logged into Nostr as:": "Eingeloggt in Nostr als:", "NPUB copied!": "NPUB kopiert!", "Successfully followed all nostr plebs": "Erfolgreich alle Nostr Plebs gefolgt", "Follow all": "Folge allen" diff --git a/resources/views/livewire/nostr/plebs-overview.blade.php b/resources/views/livewire/nostr/plebs-overview.blade.php index e77de99d..0c662bf6 100644 --- a/resources/views/livewire/nostr/plebs-overview.blade.php +++ b/resources/views/livewire/nostr/plebs-overview.blade.php @@ -112,6 +112,9 @@ let counter = 1; for (const pleb of this.plebs) { const follow = await this.currentUser.follow(pleb); + this.char = -1; + this.text = 'Followed ' + pleb.profile.name + '!'; + this.animate(); console.log(follow); this.width = Math.round(counter / length * 100); counter++; @@ -158,8 +161,10 @@

@endauth

- +

{{ __('Log in with your Nostr Extension so you can follow all plebs with one click.') }} @@ -226,13 +231,18 @@ > - running-nostr + running-nostr Loadingstr...

+
- running-nostr + running-nostr Followstr...