mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
only my meetups events calendar stream url added
This commit is contained in:
@@ -16,15 +16,17 @@
|
|||||||
<i class="fa fa-thin fa-calendar-arrow-down mr-2"></i>
|
<i class="fa fa-thin fa-calendar-arrow-down mr-2"></i>
|
||||||
{{ __('Calendar Stream-Url for all meetup events') }}
|
{{ __('Calendar Stream-Url for all meetup events') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
<x-button
|
@if(auth()->check() && auth()->user()->meetups->count() > 0)
|
||||||
x-data="{
|
<x-button
|
||||||
textToCopy: '{{ route('meetup.ics', ['country' => $country, 'my' => auth()->user()->meetups->pluck('id')->toArray()]) }}',
|
x-data="{
|
||||||
}"
|
textToCopy: '{{ route('meetup.ics', ['country' => $country, 'my' => auth()->user()->meetups->pluck('id')->toArray()]) }}',
|
||||||
@click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Calendar Stream Url copied!') }}',description:'{{ __('Paste the calendar stream link into a compatible calendar app.') }}',icon:'success'});"
|
}"
|
||||||
black>
|
@click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Calendar Stream Url copied!') }}',description:'{{ __('Paste the calendar stream link into a compatible calendar app.') }}',icon:'success'});"
|
||||||
<i class="fa fa-thin fa-calendar-heart mr-2"></i>
|
black>
|
||||||
{{ __('Calendar Stream-Url for my meetups only') }}
|
<i class="fa fa-thin fa-calendar-heart mr-2"></i>
|
||||||
</x-button>
|
{{ __('Calendar Stream-Url for my meetups only') }}
|
||||||
|
</x-button>
|
||||||
|
@endif
|
||||||
<x-button
|
<x-button
|
||||||
x-data="{
|
x-data="{
|
||||||
textToCopy: '{{ $mapEmbedCode }}',
|
textToCopy: '{{ $mapEmbedCode }}',
|
||||||
|
|||||||
@@ -15,15 +15,17 @@
|
|||||||
<i class="fa fa-thin fa-calendar-arrow-down mr-2"></i>
|
<i class="fa fa-thin fa-calendar-arrow-down mr-2"></i>
|
||||||
{{ __('Calendar Stream-Url for all meetup events') }}
|
{{ __('Calendar Stream-Url for all meetup events') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
<x-button
|
@if(auth()->check() && auth()->user()->meetups->count() > 0)
|
||||||
x-data="{
|
<x-button
|
||||||
textToCopy: '{{ route('meetup.ics', ['country' => $country, 'my' => auth()->user()->meetups->pluck('id')->toArray()]) }}',
|
x-data="{
|
||||||
}"
|
textToCopy: '{{ route('meetup.ics', ['country' => $country, 'my' => auth()->user()->meetups->pluck('id')->toArray()]) }}',
|
||||||
@click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Calendar Stream Url copied!') }}',description:'{{ __('Paste the calendar stream link into a compatible calendar app.') }}',icon:'success'});"
|
}"
|
||||||
black>
|
@click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Calendar Stream Url copied!') }}',description:'{{ __('Paste the calendar stream link into a compatible calendar app.') }}',icon:'success'});"
|
||||||
<i class="fa fa-thin fa-calendar-heart mr-2"></i>
|
black>
|
||||||
{{ __('Calendar Stream-Url for my meetups only') }}
|
<i class="fa fa-thin fa-calendar-heart mr-2"></i>
|
||||||
</x-button>
|
{{ __('Calendar Stream-Url for my meetups only') }}
|
||||||
|
</x-button>
|
||||||
|
@endif
|
||||||
<x-button
|
<x-button
|
||||||
x-data="{
|
x-data="{
|
||||||
textToCopy: '{{ $mapEmbedCode }}',
|
textToCopy: '{{ $mapEmbedCode }}',
|
||||||
|
|||||||
Reference in New Issue
Block a user