https://einundzwanzigstr.codingarena.de/einundzwanzig-feed added
v0.4.2
Added Updates Fetching Functionality on 'einundzwanzig-feed' π
In the code file app/Livewire/Nostr/Feed.php, a new feature was added which fetches updates from https://portal.einundzwanzig.space/api/nostrplebs when you visit the page einundzwanzig-feed.
Enhanced YouTube Video Link Processing π₯
In app/Traits/RenderHtml.php, the code that replaces Youtube video URLs was improved to handle additional linked videos.
Included a New URL in OutboxRelayUrls Array π
In resources/js/nostr/ndk/instance.js, we've added a new URL called "wss://nostr.einundzwanzig.space" which will help in better connection and data relay.
Added LoadNpubs Property for Special Events β‘
In resources/js/nostr/nostrEvents.js, we've created a new property called loadNpubs that helps in listing special events when loadNpubs has relevant values.
Introduced New Navigation Link for 'einundzwanzig-feed' π
The navigation part of the website resources/views/livewire/layout/navigation.blade.php has a new link leading you to einundzwanzig-feed.
Added New Route to 'einundzwanzig-feed' πΊοΈ
Lastly, in routes/web.php, a new direction (route) was created that leads the user to the 'einundzwanzig-feed' page. It uses the same features as the Feed component.