🚀 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:
fsociety
2024-10-07 12:49:47 +02:00
parent 140809c142
commit 5e830a83a7
3 changed files with 59 additions and 11 deletions

View File

@@ -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>