nostrichat added

This commit is contained in:
HolgerHatGarKeineNode
2023-03-06 15:05:15 +01:00
parent 9a00e6dc12
commit 9a782ff951
12 changed files with 132 additions and 22 deletions

View File

@@ -155,4 +155,15 @@
</section>
{{-- FOOTER --}}
<livewire:frontend.footer/>
<div wire:ignore class="z-50">
<script
src="https://nostri.chat/public/bundle.js"
data-website-owner-pubkey="daf83d92768b5d0005373f83e30d4203c0b747c170449e02fea611a0da125ee6"
data-chat-type="GLOBAL"
data-chat-tags="#einundzwanzig-portal-events"
data-relays="wss://nostr.einundzwanzig.space,wss://nostr.easify.de,wss://nostr.mom,wss://relay.damus.io,wss://relay.snort.social"
></script>
<link rel="stylesheet" href="https://nostri.chat/public/bundle.css">
</div>
</div>

View File

@@ -20,4 +20,15 @@
</section>
{{-- FOOTER --}}
<livewire:frontend.footer/>
<div wire:ignore class="z-50">
<script
src="https://nostri.chat/public/bundle.js"
data-website-owner-pubkey="daf83d92768b5d0005373f83e30d4203c0b747c170449e02fea611a0da125ee6"
data-chat-type="GLOBAL"
data-chat-tags="#einundzwanzig-bookcases"
data-relays="wss://nostr.einundzwanzig.space,wss://nostr.easify.de,wss://nostr.mom,wss://relay.damus.io,wss://relay.snort.social"
></script>
<link rel="stylesheet" href="https://nostri.chat/public/bundle.css">
</div>
</div>

View File

@@ -64,4 +64,15 @@
</section>
{{-- FOOTER --}}
<livewire:frontend.footer/>
<div wire:ignore class="z-50">
<script
src="https://nostri.chat/public/bundle.js"
data-website-owner-pubkey="daf83d92768b5d0005373f83e30d4203c0b747c170449e02fea611a0da125ee6"
data-chat-type="GLOBAL"
data-chat-tags="#einundzwanzig-bookcases"
data-relays="wss://nostr.einundzwanzig.space,wss://nostr.easify.de,wss://nostr.mom,wss://relay.damus.io,wss://relay.snort.social"
></script>
<link rel="stylesheet" href="https://nostri.chat/public/bundle.css">
</div>
</div>

View File

@@ -10,18 +10,6 @@
{{ __('Highscore Table') }}
</h2>
</div>
<div class="mt-4 flex md:mt-0 md:ml-4">
@if(auth()->check())
<x-button
class="relative"
primary
lg
wire:click="toggleChat">
<i class="fa-thin fa-comments"></i>
Chat
</x-button>
@endif
</div>
</div>
<ul role="list" class="grid grid-cols-1 gap-6 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4">
@@ -169,4 +157,15 @@
</section>
{{-- FOOTER --}}
<livewire:frontend.footer/>
<div wire:ignore class="z-50">
<script
src="https://nostri.chat/public/bundle.js"
data-website-owner-pubkey="daf83d92768b5d0005373f83e30d4203c0b747c170449e02fea611a0da125ee6"
data-chat-type="GLOBAL"
data-chat-tags="#einundzwanzig-bookcases"
data-relays="wss://nostr.einundzwanzig.space,wss://nostr.easify.de,wss://nostr.mom,wss://relay.damus.io,wss://relay.snort.social"
></script>
<link rel="stylesheet" href="https://nostri.chat/public/bundle.css">
</div>
</div>

View File

@@ -51,4 +51,15 @@
</section>
{{-- FOOTER --}}
<livewire:frontend.footer/>
<div wire:ignore class="z-50">
<script
src="https://nostri.chat/public/bundle.js"
data-website-owner-pubkey="daf83d92768b5d0005373f83e30d4203c0b747c170449e02fea611a0da125ee6"
data-chat-type="GLOBAL"
data-chat-tags="#einundzwanzig-bookcases"
data-relays="wss://nostr.einundzwanzig.space,wss://nostr.easify.de,wss://nostr.mom,wss://relay.damus.io,wss://relay.snort.social"
></script>
<link rel="stylesheet" href="https://nostri.chat/public/bundle.css">
</div>
</div>

View File

@@ -184,4 +184,15 @@
<div class="bottom-0 w-full">
<livewire:frontend.footer/>
</div>
<div wire:ignore class="z-50">
<script
src="https://nostri.chat/public/bundle.js"
data-website-owner-pubkey="daf83d92768b5d0005373f83e30d4203c0b747c170449e02fea611a0da125ee6"
data-chat-type="GLOBAL"
data-chat-tags="#einundzwanzig-portal"
data-relays="wss://nostr.einundzwanzig.space,wss://nostr.easify.de,wss://nostr.mom,wss://relay.damus.io,wss://relay.snort.social"
></script>
<link rel="stylesheet" href="https://nostri.chat/public/bundle.css">
</div>
</div>

View File

@@ -170,4 +170,15 @@
</section>
{{-- FOOTER --}}
<livewire:frontend.footer/>
<div wire:ignore class="z-50">
<script
src="https://nostri.chat/public/bundle.js"
data-website-owner-pubkey="daf83d92768b5d0005373f83e30d4203c0b747c170449e02fea611a0da125ee6"
data-chat-type="GLOBAL"
data-chat-tags="#einundzwanzig-portal-library"
data-relays="wss://nostr.einundzwanzig.space,wss://nostr.easify.de,wss://nostr.mom,wss://relay.damus.io,wss://relay.snort.social"
></script>
<link rel="stylesheet" href="https://nostri.chat/public/bundle.css">
</div>
</div>

View File

@@ -24,11 +24,6 @@
<p class="text-base font-semibold text-gray-200">{{ $meetup->users->count() }} {{ __('Plebs') }}</p>
</footer>
</blockquote>
<div>
@if(auth()->check())
<livewire:comments :model="$meetupEvent" newest-first hide-notification-options/>
@endif
</div>
</div>
<div class="relative mx-auto max-w-md px-6 sm:max-w-3xl lg:px-0">
@@ -272,4 +267,15 @@
@endpush
{{-- FOOTER --}}
<livewire:frontend.footer/>
<div wire:ignore class="z-50">
<script
src="https://nostri.chat/public/bundle.js"
data-website-owner-pubkey="daf83d92768b5d0005373f83e30d4203c0b747c170449e02fea611a0da125ee6"
data-chat-type="GLOBAL"
data-chat-tags="#einundzwanzig-portal-{{ $meetupEvent->meetup->slug }}"
data-relays="wss://nostr.einundzwanzig.space,wss://nostr.easify.de,wss://nostr.mom,wss://relay.damus.io,wss://relay.snort.social"
></script>
<link rel="stylesheet" href="https://nostri.chat/public/bundle.css">
</div>
</div>

View File

@@ -201,4 +201,15 @@
</section>
{{-- FOOTER --}}
<livewire:frontend.footer/>
<div wire:ignore class="z-50">
<script
src="https://nostri.chat/public/bundle.js"
data-website-owner-pubkey="daf83d92768b5d0005373f83e30d4203c0b747c170449e02fea611a0da125ee6"
data-chat-type="GLOBAL"
data-chat-tags="#einundzwanzig-portal-{{ $meetup->slug }}"
data-relays="wss://nostr.einundzwanzig.space,wss://nostr.easify.de,wss://nostr.mom,wss://relay.damus.io,wss://relay.snort.social"
></script>
<link rel="stylesheet" href="https://nostri.chat/public/bundle.css">
</div>
</div>

View File

@@ -60,4 +60,15 @@
</div>
{{-- FOOTER --}}
<livewire:frontend.footer/>
<div wire:ignore class="z-50">
<script
src="https://nostri.chat/public/bundle.js"
data-website-owner-pubkey="daf83d92768b5d0005373f83e30d4203c0b747c170449e02fea611a0da125ee6"
data-chat-type="GLOBAL"
data-chat-tags="#einundzwanzig-portal-meetups-world"
data-relays="wss://nostr.einundzwanzig.space,wss://nostr.easify.de,wss://nostr.mom,wss://relay.damus.io,wss://relay.snort.social"
></script>
<link rel="stylesheet" href="https://nostri.chat/public/bundle.css">
</div>
</div>

View File

@@ -145,4 +145,15 @@
</div>
{{-- FOOTER --}}
<livewire:frontend.footer/>
<div wire:ignore class="z-50">
<script
src="https://nostri.chat/public/bundle.js"
data-website-owner-pubkey="daf83d92768b5d0005373f83e30d4203c0b747c170449e02fea611a0da125ee6"
data-chat-type="GLOBAL"
data-chat-tags="#einundzwanzig-portal-news"
data-relays="wss://nostr.einundzwanzig.space,wss://nostr.easify.de,wss://nostr.mom,wss://relay.damus.io,wss://relay.snort.social"
></script>
<link rel="stylesheet" href="https://nostri.chat/public/bundle.css">
</div>
</div>

View File

@@ -65,11 +65,6 @@
<span class="ml-2">{{ $libraryItem->main_image_caption ?? $libraryItem->name }}</span>
</figcaption>
</figure>
<div class="hidden md:block my-4">
@if(auth()->check())
<livewire:comments :model="$libraryItem" newest-first hide-notification-options/>
@endif
</div>
</div>
</div>
<div class="mt-8 lg:mt-0">
@@ -167,4 +162,15 @@
</div>
{{-- FOOTER --}}
<livewire:frontend.footer/>
<div wire:ignore class="z-50">
<script
src="https://nostri.chat/public/bundle.js"
data-website-owner-pubkey="daf83d92768b5d0005373f83e30d4203c0b747c170449e02fea611a0da125ee6"
data-chat-type="GLOBAL"
data-chat-tags="#einundzwanzig-portal-{{ $libraryItem->slug }}"
data-relays="wss://nostr.einundzwanzig.space,wss://nostr.easify.de,wss://nostr.mom,wss://relay.damus.io,wss://relay.snort.social"
></script>
<link rel="stylesheet" href="https://nostri.chat/public/bundle.css">
</div>
</div>