mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
🚀 feat(profile): update video visibility based on user login state in profile page
🎨 style(app): reorder script includes for better organization in app layout ✨ feat(plebTable): implement confirmation dialogs for accepting and deleting entries in Pleb table
This commit is contained in:
@@ -340,15 +340,13 @@ $loadEvents = function () {
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
<div class="mt-8 flex">
|
||||
<div class="mt-8 flex" x-show="!$store.nostr.user">
|
||||
<div class="w-full sm:w-1/2">
|
||||
<h2 class="text-xl leading-snug text-[#1B1B1B] dark:text-gray-100 font-bold mb-1">
|
||||
Nsec.app Tutorial (sicheres Anmelden mit Nsec)
|
||||
</h2>
|
||||
<video class="aspect-video rounded-lg shadow-sm"
|
||||
x-show="!$store.nostr.user"
|
||||
src="https://v.nostr.build/bomfuwLnOTIDrP4y.mp4"
|
||||
autoplay
|
||||
playsinline
|
||||
controls/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user