mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
change fontawesome kit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="w-full mb-4 md:w-auto md:mb-0">
|
||||
<x-button :href="route('bitcoinEvent.form', ['country' => $country, 'bitcoinEvent' => null])">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Register event') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<div>
|
||||
@can('update', $row)
|
||||
<x-button primary xs :href="route('bitcoinEvent.form', ['bitcoinEvent' => $row])">
|
||||
<i class="fa-solid fa-edit"></i>
|
||||
<i class="fa-thin fa-edit"></i>
|
||||
{{ __('Edit') }}
|
||||
</x-button>
|
||||
@endif
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
@else
|
||||
<div>
|
||||
<x-badge class="whitespace-nowrap" amber>
|
||||
<i class="fa fa-solid fa-shelves-empty mr-2"></i>
|
||||
<i class="fa fa-thin fa-shelves-empty mr-2"></i>
|
||||
{{ __('no bitcoin books yet') }}
|
||||
</x-badge>
|
||||
</div>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div>
|
||||
@if($row->course_events_count > 0)
|
||||
<x-button xs amber wire:click="proximitySearch({{ $row->id }})" class="text-21gray">
|
||||
<i class="fa fa-solid fa-person-chalkboard mr-2"></i>
|
||||
<i class="fa fa-thin fa-person-chalkboard mr-2"></i>
|
||||
{{ __('Perimeter search course date :name (100km)', ['name' => $row->name]) }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -12,7 +12,7 @@
|
||||
<div>
|
||||
@if($row->course_events_count < 1)
|
||||
<x-button xs outlined wire:click="proximitySearch({{ $row->id }})" class="text-21gray">
|
||||
<i class="fa fa-solid fa-person-chalkboard mr-2"></i>
|
||||
<i class="fa fa-thin fa-person-chalkboard mr-2"></i>
|
||||
{{ __('Perimeter search course date :name (100km)', ['name' => $row->name]) }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -23,7 +23,7 @@
|
||||
@if($type === 'bookCase' && !$manage)
|
||||
<div>
|
||||
<x-button xs amber wire:click="proximitySearchForBookCases({{ $row->id }})" class="text-21gray">
|
||||
<i class="fa fa-solid fa-book mr-2"></i>
|
||||
<i class="fa fa-thin fa-book mr-2"></i>
|
||||
{{ __('Perimeter search bookcase :name (25km)', ['name' => $row->name]) }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -32,7 +32,7 @@
|
||||
<div>
|
||||
@can('update', $row)
|
||||
<x-button xs :href="route('city.form', ['city' => $row])">
|
||||
<i class="fa fa-solid fa-edit"></i>
|
||||
<i class="fa fa-thin fa-edit"></i>
|
||||
{{ __('Edit') }}
|
||||
</x-button>
|
||||
@endcan
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="w-full mb-4 md:w-auto md:mb-0">
|
||||
<x-button :href="route('city.form')">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('New City') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="w-full mb-4 md:w-auto md:mb-0">
|
||||
<x-button xs :href="route('course.form.courseEvent')">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Register course date') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
@can('update', $row)
|
||||
<div>
|
||||
<x-button class="whitespace-nowrap" amber xs :href="route('course.form.course', ['course' => $row])">
|
||||
<i class="fa fa-solid fa-edit"></i>
|
||||
<i class="fa fa-thin fa-edit"></i>
|
||||
{{ __('Edit') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="w-full mb-4 md:w-auto md:mb-0">
|
||||
<x-button :href="route('course.form.course')">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Register course') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<div>
|
||||
<x-button xs class="whitespace-nowrap" amber
|
||||
:href="route('course.form.courseEvent', ['courseEvent' => $row])">
|
||||
<i class="fa-solid fa-edit"></i>
|
||||
<i class="fa-thin fa-edit"></i>
|
||||
{{ __('Edit') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
@if($row->courses_count > 0)
|
||||
<x-button
|
||||
xs amber wire:click="lecturerSearch({{ $row->id }})">
|
||||
<i class="fa fa-solid fa-calendar mr-2"></i>
|
||||
<i class="fa fa-thin fa-calendar mr-2"></i>
|
||||
{{ __('Show dates') }} ({{ $row->courses_events_count }})
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -12,7 +12,7 @@
|
||||
@if($row->courses_count < 1)
|
||||
<x-button
|
||||
xs outlined wire:click="lecturerSearch({{ $row->id }})">
|
||||
<i class="fa fa-solid fa-calendar mr-2"></i>
|
||||
<i class="fa fa-thin fa-calendar mr-2"></i>
|
||||
{{ __('Show dates') }} ({{ $row->courses_events_count }})
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -21,7 +21,7 @@
|
||||
@if($row->library_items_count > 0)
|
||||
<x-button
|
||||
xs amber wire:click="lecturerSearch({{ $row->id }}, false)">
|
||||
<i class="fa fa-solid fa-book mr-2"></i>
|
||||
<i class="fa fa-thin fa-book mr-2"></i>
|
||||
{{ __('Show content') }} ({{ $row->library_items_count }})
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -30,7 +30,7 @@
|
||||
@if($row->library_items_count < 1)
|
||||
<x-button
|
||||
xs outlined wire:click="lecturerSearch({{ $row->id }}, false)">
|
||||
<i class="fa fa-solid fa-book mr-2"></i>
|
||||
<i class="fa fa-thin fa-book mr-2"></i>
|
||||
{{ __('Show content') }} ({{ $row->library_items_count }})
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -40,7 +40,7 @@
|
||||
xs
|
||||
:href="route('school.landingPage.lecturer', ['country' => $country, 'lecturer' => $row->slug])"
|
||||
black>
|
||||
<i class="fa fa-solid fa-browser mr-2"></i>
|
||||
<i class="fa fa-thin fa-browser mr-2"></i>
|
||||
{{ __('Show landing page') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -51,7 +51,7 @@
|
||||
xs
|
||||
amber
|
||||
>
|
||||
<i class="fa fa-solid fa-edit mr-2"></i>
|
||||
<i class="fa fa-thin fa-edit mr-2"></i>
|
||||
{{ __('Edit') }}
|
||||
</x-button>
|
||||
@endif
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="w-full mb-4 md:w-auto md:mb-0">
|
||||
<x-button :href="route('contentCreator.form', ['country' => $country, 'lecturer' => null])">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Register lecturer') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div>
|
||||
@if(str($row->value)->contains('http'))
|
||||
<x-button xs amber :href="$row->value" target="_blank">
|
||||
<i class="fa fa-solid fa-book-open mr-2"></i>
|
||||
<i class="fa fa-thin fa-book-open mr-2"></i>
|
||||
{{ __('Open') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -10,7 +10,7 @@
|
||||
<div>
|
||||
@if($row->type === 'downloadable_file')
|
||||
<x-button xs amber :href="$row->getFirstMediaUrl('single_file')" target="_blank">
|
||||
<i class="fa fa-solid fa-download mr-2"></i>
|
||||
<i class="fa fa-thin fa-download mr-2"></i>
|
||||
{{ __('Download') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -18,7 +18,7 @@
|
||||
<div>
|
||||
@if($row->type === 'podcast_episode')
|
||||
<x-button xs amber :href="$row->episode->data['link']" target="_blank">
|
||||
<i class="fa fa-solid fa-headphones mr-2"></i>
|
||||
<i class="fa fa-thin fa-headphones mr-2"></i>
|
||||
{{ __('Listen') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -26,7 +26,7 @@
|
||||
<div>
|
||||
@if($row->type === 'markdown_article')
|
||||
<x-button xs amber :href="route('article.view', [$row])">
|
||||
<i class="fa fa-solid fa-newspaper mr-2"></i>
|
||||
<i class="fa fa-thin fa-newspaper mr-2"></i>
|
||||
{{ __('Read') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -40,7 +40,7 @@
|
||||
}"
|
||||
@click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Share url copied!') }}',icon:'success'});"
|
||||
xs black>
|
||||
<i class="fa fa-solid fa-copy mr-2"></i>
|
||||
<i class="fa fa-thin fa-copy mr-2"></i>
|
||||
{{ __('Share link') }}
|
||||
</x-button>
|
||||
@else
|
||||
@@ -50,7 +50,7 @@
|
||||
}"
|
||||
@click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Share url copied!') }}',icon:'success'});"
|
||||
xs black>
|
||||
<i class="fa fa-solid fa-copy mr-2"></i>
|
||||
<i class="fa fa-thin fa-copy mr-2"></i>
|
||||
{{ __('Share link') }}
|
||||
</x-button>
|
||||
@endif
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<div class="w-full mb-4 md:w-auto md:mb-0">
|
||||
<x-button :href="route('meetup.event.form', ['country' => $country, 'meetupEvent' => null])">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Register Meetup date') }}
|
||||
</x-button>
|
||||
<x-button :href="route('profile.meetups', ['country' => $country])">
|
||||
<i class="fa fa-solid fa-user-group"></i>
|
||||
<i class="fa fa-thin fa-user-group"></i>
|
||||
{{ __('My meetups') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
xs
|
||||
:href="route('meetup.event.landing', ['country' => $row->meetup->city->country, 'meetupEvent' => $row->id])"
|
||||
>
|
||||
<i class="fa fa-solid fa-browser mr-2"></i>
|
||||
<i class="fa fa-thin fa-browser mr-2"></i>
|
||||
{{ __('Link to participate') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -18,7 +18,7 @@
|
||||
target="_blank"
|
||||
:href="$row->meetup->telegram_link"
|
||||
>
|
||||
<i class="fa fa-solid fa-external-link mr-2"></i>
|
||||
<i class="fa fa-thin fa-external-link mr-2"></i>
|
||||
{{ __('Telegram-Link') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -31,7 +31,7 @@
|
||||
target="_blank"
|
||||
:href="$row->meetup->webpage"
|
||||
>
|
||||
<i class="fa fa-solid fa-external-link mr-2"></i>
|
||||
<i class="fa fa-thin fa-external-link mr-2"></i>
|
||||
{{ __('Website') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -60,7 +60,7 @@
|
||||
xs
|
||||
black
|
||||
>
|
||||
<i class="fa fa-solid fa-clipboard mr-2"></i>
|
||||
<i class="fa fa-thin fa-clipboard mr-2"></i>
|
||||
{{ __('Nostr') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
xs
|
||||
:href="route('meetup.event.form', ['country' => $row->meetup->city->country, 'meetupEvent' => $row])"
|
||||
>
|
||||
<i class="fa fa-solid fa-edit mr-2"></i>
|
||||
<i class="fa fa-thin fa-edit mr-2"></i>
|
||||
{{ __('Edit') }}
|
||||
</x-button>
|
||||
@else
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
xs
|
||||
amber
|
||||
wire:click="meetupEventSearch({{ $row->id }})">
|
||||
<i class="fa fa-solid fa-calendar mr-2"></i>
|
||||
<i class="fa fa-thin fa-calendar mr-2"></i>
|
||||
{{ __('Show dates') }} ({{ $row->meetup_events_count }})
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -16,7 +16,7 @@
|
||||
xs
|
||||
outlined
|
||||
wire:click="meetupEventSearch({{ $row->id }})">
|
||||
<i class="fa fa-solid fa-calendar-circle-exclamation mr-2"></i>
|
||||
<i class="fa fa-thin fa-calendar-circle-exclamation mr-2"></i>
|
||||
{{ __('Show dates') }} ({{ $row->meetup_events_count }})
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -28,7 +28,7 @@
|
||||
x-data="{}"
|
||||
@click.prevent="window.navigator.clipboard.writeText('{{ $ics }}');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-solid fa-calendar-arrow-down mr-2"></i>
|
||||
<i class="fa fa-thin fa-calendar-arrow-down mr-2"></i>
|
||||
{{ __('Calendar Stream-Url') }} ({{ $row->meetup_events_count }})
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -38,7 +38,7 @@
|
||||
xs
|
||||
:href="route('meetup.landing', ['country' => $country ?? $row->city->country->code, 'meetup' => $row->slug])"
|
||||
>
|
||||
<i class="fa fa-solid fa-browser mr-2"></i>
|
||||
<i class="fa fa-thin fa-browser mr-2"></i>
|
||||
{{ __('Show landing page') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -50,7 +50,7 @@
|
||||
target="_blank"
|
||||
:href="$row->telegram_link"
|
||||
>
|
||||
<i class="fa fa-solid fa-external-link mr-2"></i>
|
||||
<i class="fa fa-thin fa-external-link mr-2"></i>
|
||||
{{ __('Telegram-Link') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -63,7 +63,7 @@
|
||||
target="_blank"
|
||||
:href="$row->webpage"
|
||||
>
|
||||
<i class="fa fa-solid fa-external-link mr-2"></i>
|
||||
<i class="fa fa-thin fa-external-link mr-2"></i>
|
||||
{{ __('Website') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -92,7 +92,7 @@
|
||||
xs
|
||||
black
|
||||
>
|
||||
<i class="fa fa-solid fa-clipboard mr-2"></i>
|
||||
<i class="fa fa-thin fa-clipboard mr-2"></i>
|
||||
{{ __('Nostr') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -104,7 +104,7 @@
|
||||
xs
|
||||
amber
|
||||
>
|
||||
<i class="fa fa-solid fa-edit mr-2"></i>
|
||||
<i class="fa fa-thin fa-edit mr-2"></i>
|
||||
{{ __('Edit') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<div class="w-full mb-4 md:w-auto md:mb-0">
|
||||
<x-button :href="route('meetup.meetup.form', ['country' => $country, 'meetup' => null])">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Submit Meetup') }}
|
||||
</x-button>
|
||||
<x-button :href="route('profile.meetups', ['country' => $country])">
|
||||
<i class="fa fa-solid fa-user-group"></i>
|
||||
<i class="fa fa-thin fa-user-group"></i>
|
||||
{{ __('My meetups') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<div>
|
||||
<a href="{{ $row->telegram_link }}" target="_blank">
|
||||
<x-badge class="whitespace-nowrap">
|
||||
<i class="fa fa-solid fa-external-link mr-2"></i>
|
||||
<i class="fa fa-thin fa-external-link mr-2"></i>
|
||||
{{ __('Open') }}
|
||||
</x-badge>
|
||||
</a>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div>
|
||||
<x-button xs amber
|
||||
:href="route('project.projectProposal.form', ['country' => $country, 'projectProposal' => $row])">
|
||||
<i class="fa fa-solid fa-edit mr-2"></i>
|
||||
<i class="fa fa-thin fa-edit mr-2"></i>
|
||||
{{ __('Edit') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -11,7 +11,7 @@
|
||||
@auth
|
||||
<div>
|
||||
<x-button class="whitespace-nowrap" xs black :href="route('voting.projectFunding', ['projectProposal' => $row])">
|
||||
<i class="fa fa-solid fa-check-to-slot mr-2"></i>
|
||||
<i class="fa fa-thin fa-check-to-slot mr-2"></i>
|
||||
{{ __('Vote') }} [0]
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="w-full mb-4 md:w-auto md:mb-0">
|
||||
<x-button :href="route('project.projectProposal.form', ['country' => $country, 'projectProposal' => null])">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Submit project for funding') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<div>
|
||||
@can('update', $row)
|
||||
<x-button primary xs :href="route('venue.form', ['venue' => $row])">
|
||||
<i class="fa-solid fa-edit"></i>
|
||||
<i class="fa-thin fa-edit"></i>
|
||||
{{ __('Edit') }}
|
||||
</x-button>
|
||||
@endif
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="w-full mb-4 md:w-auto md:mb-0">
|
||||
<x-button :href="route('venue.form', ['country' => $country, 'venue' => null])">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Create venue') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<script src="{{ asset('vendor/jvector/maps/mx.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/us.js') }}"></script>
|
||||
<script src="{{ asset('dist/smoothscroll.js') }}"></script>
|
||||
<script src="https://kit.fontawesome.com/9623fbc5ab.js" crossorigin="anonymous"></script>
|
||||
<script src="https://kit.fontawesome.com/866fd3d0ab.js" crossorigin="anonymous"></script>
|
||||
@mapstyles
|
||||
@mapscripts
|
||||
<script src="{{ asset('dist/heatmap.min.js') }}"></script>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<script src="{{ asset('vendor/jvector/maps/mx.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/us.js') }}"></script>
|
||||
<script src="{{ asset('dist/smoothscroll.js') }}"></script>
|
||||
<script src="https://kit.fontawesome.com/9623fbc5ab.js" crossorigin="anonymous"></script>
|
||||
<script src="https://kit.fontawesome.com/866fd3d0ab.js" crossorigin="anonymous"></script>
|
||||
@mapscripts
|
||||
<script src="{{ asset('dist/heatmap.min.js') }}"></script>
|
||||
<script src="{{ asset('dist/leaflet-heatmap.js') }}"></script>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<x-button
|
||||
black
|
||||
>
|
||||
<i class="fa fa-solid fa-clipboard"></i>
|
||||
<i class="fa fa-thin fa-clipboard"></i>
|
||||
{{ __('Copy') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
}"
|
||||
@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'});"
|
||||
amber>
|
||||
<i class="fa fa-solid fa-calendar-arrow-down mr-2"></i>
|
||||
<i class="fa fa-thin fa-calendar-arrow-down mr-2"></i>
|
||||
{{ __('Calendar Stream-Url') }} ({{ $events->count() }})
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
reject: {label: '{{ __('No, cancel') }}'},
|
||||
})"
|
||||
negative>
|
||||
<i class="fa fa-solid fa-trash"></i>
|
||||
<i class="fa fa-thin fa-trash"></i>
|
||||
{{ __('Delete') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -27,7 +27,7 @@
|
||||
@endcan
|
||||
<div>
|
||||
<x-button :href="$fromUrl">
|
||||
<i class="fa fa-solid fa-arrow-left"></i>
|
||||
<i class="fa fa-thin fa-arrow-left"></i>
|
||||
{{ __('Back') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -60,7 +60,7 @@
|
||||
{{ __('Venue') }}
|
||||
</div>
|
||||
<x-button xs href="{{ route('venue.form') }}">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Create venue') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -133,7 +133,7 @@
|
||||
|
||||
<x-input.group :for="md5('action')" :label="__('Action')">
|
||||
<x-button primary wire:click="submit">
|
||||
<i class="fa fa-solid fa-save"></i>
|
||||
<i class="fa fa-thin fa-save"></i>
|
||||
{{ __('Save') }}
|
||||
</x-button>
|
||||
</x-input.group>
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
<div>
|
||||
@if($orangePill->id)
|
||||
<x-button negative wire:click="deleteMe">
|
||||
<i class="fa fa-solid fa-trash"></i>
|
||||
<i class="fa fa-thin fa-trash"></i>
|
||||
{{ __('Delete') }}
|
||||
</x-button>
|
||||
@endif
|
||||
</div>
|
||||
<div>
|
||||
<x-button :href="$fromUrl">
|
||||
<i class="fa fa-solid fa-arrow-left"></i>
|
||||
<i class="fa fa-thin fa-arrow-left"></i>
|
||||
{{ __('Back') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
<x-input.group :for="md5('orangePill.save')" label="">
|
||||
<x-button primary wire:click="save">
|
||||
<i class="fa fa-solid fa-save"></i>
|
||||
<i class="fa fa-thin fa-save"></i>
|
||||
{{ __('Save') }}
|
||||
</x-button>
|
||||
</x-input.group>
|
||||
|
||||
@@ -32,13 +32,13 @@
|
||||
x-transition:leave-start="opacity-100"
|
||||
x-transition:leave-end="opacity-0 scale-90"
|
||||
class="relative -mr-px inline-flex w-0 flex-1 items-center justify-center rounded-bl-lg border border-transparent py-4 text-xl font-bold text-gray-800 hover:text-gray-900">
|
||||
<i class="fa-solid fa-bolt-lightning"></i>
|
||||
<i class="fa-thin fa-bolt-lightning"></i>
|
||||
<span class="ml-3" x-text="show ? 'Schließen' : 'Donate'"></span>
|
||||
</div>
|
||||
@else
|
||||
<a href="{{ route('profile.show') }}"
|
||||
class="relative -mr-px inline-flex w-0 flex-1 items-center justify-center rounded-bl-lg border border-transparent py-4 text-xl font-bold text-gray-800 hover:text-gray-900">
|
||||
<i class="fa-solid fa-bolt-slash"></i>
|
||||
<i class="fa-thin fa-bolt-slash"></i>
|
||||
<span class="ml-3">{{ __('Missing lightning address') }}</span>
|
||||
</a>
|
||||
@endif
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
>
|
||||
<span>{{ __('Send') }}</span>
|
||||
<span class="ml-2">
|
||||
<i class="fa-solid fa-envelope w-4 h-4 transform rotate-45 -mt-px"></i>
|
||||
<i class="fa-thin fa-envelope w-4 h-4 transform rotate-45 -mt-px"></i>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<div class="flex flex-row space-x-2 items-center">
|
||||
<div>
|
||||
<x-button :href="$fromUrl">
|
||||
<i class="fa fa-solid fa-arrow-left"></i>
|
||||
<i class="fa fa-thin fa-arrow-left"></i>
|
||||
{{ __('Back') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
<x-input.group :for="md5('meetupEvent.link')" label="">
|
||||
<x-button primary wire:click="save">
|
||||
<i class="fa fa-solid fa-save"></i>
|
||||
<i class="fa fa-thin fa-save"></i>
|
||||
{{ __('Save') }}
|
||||
</x-button>
|
||||
</x-input.group>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<div class="flex flex-row space-x-2 items-center">
|
||||
<div>
|
||||
<x-button :href="$fromUrl">
|
||||
<i class="fa fa-solid fa-arrow-left"></i>
|
||||
<i class="fa fa-thin fa-arrow-left"></i>
|
||||
{{ __('Back') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -91,7 +91,7 @@
|
||||
|
||||
<x-input.group :for="md5('meetupEvent.link')" label="">
|
||||
<x-button primary wire:click="save">
|
||||
<i class="fa fa-solid fa-save"></i>
|
||||
<i class="fa fa-thin fa-save"></i>
|
||||
{{ __('Save') }}
|
||||
</x-button>
|
||||
</x-input.group>
|
||||
|
||||
@@ -38,14 +38,14 @@
|
||||
<li>
|
||||
<a href="https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal/discussions" target="_blank"
|
||||
class="px-4 text-gray-500 hover:text-white">
|
||||
<i class="fa fa-solid fa-thought-bubble mr-1"></i>
|
||||
<i class="fa fa-thin fa-thought-bubble mr-1"></i>
|
||||
{{ __('Wish List/Feedback') }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/languages/{{ $language->language }}/translations" target="_blank"
|
||||
class="px-4 text-gray-500 hover:text-white">
|
||||
<i class="fa fa-solid fa-language mr-1"></i>
|
||||
<i class="fa fa-thin fa-language mr-1"></i>
|
||||
{{ __('Translate (:lang :percent%)', ['lang' => $language->name ? $language->name : $language->language, 'percent' => $percentTranslated]) }}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
@csrf
|
||||
<button secondary type="submit"
|
||||
class="-mx-3 block rounded-lg py-2.5 px-3 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50">
|
||||
<i class="fa-solid fa-sign-out"></i>
|
||||
<i class="fa-thin fa-sign-out"></i>
|
||||
{{ __('Logout') }}
|
||||
</button>
|
||||
</form>
|
||||
@@ -99,7 +99,7 @@
|
||||
@csrf
|
||||
<button secondary type="submit"
|
||||
class="-mx-3 block rounded-lg py-2.5 px-3 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50">
|
||||
<i class="fa-solid fa-sign-out"></i>
|
||||
<i class="fa-thin fa-sign-out"></i>
|
||||
{{ __('Logout') }}
|
||||
</button>
|
||||
</form>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
<a href="{{ route('project.table.projectFunding', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-rectangle-history flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-rectangle-history flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Submitted projects') }}
|
||||
</a>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
<a href="{{ route('project.projectProposal.form', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Submit project for funding') }}
|
||||
</a>
|
||||
|
||||
|
||||
@@ -29,32 +29,32 @@
|
||||
|
||||
<a href="{{ route('bookCases.table.city', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-city flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-city flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('City search') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('bookCases.table.bookcases', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-book flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-book flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Bookcases') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('bookCases.world', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-map flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-map flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('World map') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('bookCases.heatmap', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-heat flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-heat flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Heatmap') }}
|
||||
</a>
|
||||
|
||||
@auth
|
||||
<a href="{{ route('bookCases.highScoreTable', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-star flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-star flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Highscore Table') }}
|
||||
</a>
|
||||
@endauth
|
||||
@@ -69,7 +69,7 @@
|
||||
|
||||
<a href="https://openbookcase.de/" target="_blank"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Submit new book case') }}
|
||||
</a>
|
||||
|
||||
|
||||
@@ -29,31 +29,31 @@
|
||||
|
||||
<a href="{{ route('school.table.city', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-city flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-city flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Cities') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('school.table.lecturer', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-chalkboard-user flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-chalkboard-user flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Lecturers') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('school.table.venue', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-building flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-building flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Venues') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('school.table.course', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-screen-users flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-screen-users flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Courses') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('school.table.event', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-calendar flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-calendar flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Course Events') }}
|
||||
</a>
|
||||
|
||||
@@ -67,43 +67,43 @@
|
||||
|
||||
<a href="{{ route('contentCreator.form') }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Register lecturer') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('venue.form') }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Create venue') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('course.form.course') }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Register course') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('course.form.courseEvent') }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Register course date') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('school.table.lecturer', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Manage lecturers') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('bookCases.table.city', ['country' => $country, 'manage' => true]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Manage cities/areas') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('school.table.venue', ['country' => $country, 'manage' => true]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Manage venues') }}
|
||||
</a>
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
<a href="{{ route('bitcoinEvent.table.bitcoinEvent', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-calendar-lines-pen flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-calendar-lines-pen flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Events') }}
|
||||
</a>
|
||||
|
||||
@@ -43,25 +43,25 @@
|
||||
|
||||
<a href="{{ route('venue.form') }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Create venue') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('bitcoinEvent.form') }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Register event') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('bookCases.table.city', ['country' => $country, 'manage' => true]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Manage cities/areas') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('school.table.venue', ['country' => $country, 'manage' => true]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Manage venues') }}
|
||||
</a>
|
||||
|
||||
|
||||
@@ -29,50 +29,50 @@
|
||||
|
||||
<a href="{{ route('library.table.libraryItems', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-search flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-search flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Search') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('library.table.libraryItems', ['country' => $country, 'currentTab' => 'Tutorials']) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-graduation-cap flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-graduation-cap flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Tutorials') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('library.table.libraryItems', ['country' => $country, 'currentTab' => 'Videos']) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-video flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-video flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Videos') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('library.table.libraryItems', ['country' => $country, 'currentTab' => 'Bücher']) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-book flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-book flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Bücher') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('buecherverleih') }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-book-arrow-right flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-book-arrow-right flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Bücherverleih') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('library.table.podcastsEpisodes', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-podcast flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-podcast flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Podcast Episodes') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('bindles', ['country' => null]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-image flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-image flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Bindles') }}
|
||||
</a>
|
||||
|
||||
@auth
|
||||
<a href="{{ route('library.table.lecturer', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-school flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-school flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Library for lecturers') }}
|
||||
</a>
|
||||
@endauth
|
||||
@@ -87,13 +87,13 @@
|
||||
|
||||
<a href="{{ route('library.libraryItem.form', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-plus flex-none text-gray-400"></i>
|
||||
<i class="fa-thin fa-plus flex-none text-gray-400"></i>
|
||||
{{ __('Submit contents') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('school.table.lecturer', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-list flex-none text-gray-400"></i>
|
||||
<i class="fa-thin fa-list flex-none text-gray-400"></i>
|
||||
{{ __('Manage content creators') }}
|
||||
</a>
|
||||
|
||||
|
||||
@@ -29,19 +29,19 @@
|
||||
|
||||
<a href="{{ route('meetup.world', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-globe flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-globe flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('World map') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('meetup.table.meetup', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-people-group flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-people-group flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Meetups') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('meetup.table.meetupEvent', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-calendar flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-calendar flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Meetup dates') }}
|
||||
</a>
|
||||
|
||||
@@ -55,25 +55,25 @@
|
||||
|
||||
<a href="{{ route('meetup.meetup.form', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Submit Meetup') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('meetup.event.form', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Register Meetup date') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('bookCases.table.city', ['country' => $country, 'manage' => true]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Manage cities/areas') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('profile.meetups') }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-user-group flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-user-group flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('My meetups') }}
|
||||
</a>
|
||||
|
||||
|
||||
@@ -29,13 +29,13 @@
|
||||
|
||||
<a href="{{ route('article.overview') }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-newspaper flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-newspaper flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('News Article') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('authors.overview') }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-pen-nib flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-pen-nib flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Authors') }}
|
||||
</a>
|
||||
|
||||
@@ -49,14 +49,14 @@
|
||||
|
||||
<a href="{{ route('news.form') }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Submit news articles') }}
|
||||
</a>
|
||||
|
||||
@if($country)
|
||||
<a href="{{ route('school.table.lecturer', ['country' => $country]) }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Manage content creators') }}
|
||||
</a>
|
||||
@endif
|
||||
|
||||
@@ -32,19 +32,19 @@
|
||||
|
||||
<a href="{{ route('profile.show') }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-city flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-city flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('My profile') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('profile.meetups') }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-user-group flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-user-group flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('My meetups') }}
|
||||
</a>
|
||||
|
||||
<a href="{{ route('profile.lnbits') }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-key-skeleton-left-right flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-key-skeleton-left-right flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('LNBits') }}
|
||||
</a>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
<a href="{{ route('profile.wallet') }}"
|
||||
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
|
||||
<i class="fa-solid fa-bolt flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
<i class="fa-thin fa-bolt flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||
{{ __('Change lightning wallet/pubkey') }}
|
||||
</a>
|
||||
|
||||
|
||||
@@ -32,14 +32,14 @@
|
||||
<div class="py-2 sm:py-0">
|
||||
@if(!auth()->check())
|
||||
<x-button secondary href="{{ route('auth.ln') }}">
|
||||
<i class="fa-solid fa-sign-in"></i>
|
||||
<i class="fa-thin fa-sign-in"></i>
|
||||
{{ __('Login') }}
|
||||
</x-button>
|
||||
@else
|
||||
<form method="POST" action="{{ route('logout') }}" class="inline">
|
||||
@csrf
|
||||
<x-button secondary type="submit">
|
||||
<i class="fa-solid fa-sign-out"></i>
|
||||
<i class="fa-thin fa-sign-out"></i>
|
||||
{{ __('Logout') }}
|
||||
</x-button>
|
||||
</form>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<div class="flex flex-row space-x-2 items-center">
|
||||
<div>
|
||||
<x-button :href="$fromUrl">
|
||||
<i class="fa fa-solid fa-arrow-left"></i>
|
||||
<i class="fa fa-thin fa-arrow-left"></i>
|
||||
{{ __('Back') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -28,7 +28,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<x-button xs :href="route('contentCreator.form')">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Create new author') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -84,7 +84,7 @@
|
||||
xs
|
||||
wire:click="$set('addTag', true)"
|
||||
>
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Add') }}
|
||||
</x-button>
|
||||
@else
|
||||
@@ -92,7 +92,7 @@
|
||||
<x-button
|
||||
xs
|
||||
wire:click="addTag">
|
||||
<i class="text-xl fa-solid fa-save"></i>
|
||||
<i class="text-xl fa-thin fa-save"></i>
|
||||
</x-button>
|
||||
@endif
|
||||
</div>
|
||||
@@ -201,7 +201,7 @@
|
||||
|
||||
<x-input.group :for="md5('meetupEvent.link')" label="">
|
||||
<x-button primary wire:click="save">
|
||||
<i class="fa fa-solid fa-save"></i>
|
||||
<i class="fa fa-thin fa-save"></i>
|
||||
{{ __('Save') }}
|
||||
</x-button>
|
||||
</x-input.group>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<div class="w-full mb-6 sm:my-6">
|
||||
<div class="flex w-full justify-center mb-4">
|
||||
<x-button primary :href="route('library.libraryItem.form', ['country' => $country])">
|
||||
<i class="fa-solid fa-plus"></i>
|
||||
<i class="fa-thin fa-plus"></i>
|
||||
{{ __('Submit contents') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -19,7 +19,7 @@
|
||||
flat
|
||||
squared
|
||||
>
|
||||
<i class="fa-solid fa-xmark"></i>
|
||||
<i class="fa-thin fa-xmark"></i>
|
||||
</x-button>
|
||||
</div>
|
||||
</x-slot>
|
||||
@@ -130,7 +130,7 @@
|
||||
<div>
|
||||
<x-button xs
|
||||
:href="route('library.libraryItem.form', ['country' => $country, 'libraryItem' => $libraryItem])">
|
||||
<i class="fa fa-solid fa-edit"></i>
|
||||
<i class="fa fa-thin fa-edit"></i>
|
||||
{{ __('Edit') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
flat
|
||||
squared
|
||||
>
|
||||
<i class="fa-solid fa-xmark"></i>
|
||||
<i class="fa-thin fa-xmark"></i>
|
||||
</x-button>
|
||||
</div>
|
||||
</x-slot>
|
||||
|
||||
@@ -36,12 +36,12 @@
|
||||
>
|
||||
@if(in_array($tag->id, $filters['tag'] ?? [], false))
|
||||
<x-badge squared amber>
|
||||
<i class="fa fa-solid fa-{{ $tag->icon }}"></i>
|
||||
<i class="fa fa-thin fa-{{ $tag->icon }}"></i>
|
||||
{{ $tag->name }}
|
||||
</x-badge>
|
||||
@else
|
||||
<x-badge squared gray>
|
||||
<i class="fa fa-solid fa-{{ $tag->icon }}"></i>
|
||||
<i class="fa fa-thin fa-{{ $tag->icon }}"></i>
|
||||
{{ $tag->name }}
|
||||
</x-badge>
|
||||
@endif
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
<div>
|
||||
@if($meetupEvent->id)
|
||||
<x-button negative wire:click="deleteMe">
|
||||
<i class="fa fa-solid fa-trash"></i>
|
||||
<i class="fa fa-thin fa-trash"></i>
|
||||
{{ __('Delete') }}
|
||||
</x-button>
|
||||
@endif
|
||||
</div>
|
||||
<div>
|
||||
<x-button :href="$fromUrl">
|
||||
<i class="fa fa-solid fa-arrow-left"></i>
|
||||
<i class="fa fa-thin fa-arrow-left"></i>
|
||||
{{ __('Back') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -111,7 +111,7 @@
|
||||
|
||||
<x-input.group :for="md5('meetupEvent.link')" :label="__('Action')">
|
||||
<x-button primary wire:click="submit">
|
||||
<i class="fa fa-solid fa-save"></i>
|
||||
<i class="fa fa-thin fa-save"></i>
|
||||
{{ __('Save') }}
|
||||
</x-button>
|
||||
</x-input.group>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<div>
|
||||
<x-button :href="$fromUrl">
|
||||
<i class="fa fa-solid fa-arrow-left"></i>
|
||||
<i class="fa fa-thin fa-arrow-left"></i>
|
||||
{{ __('Back') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -60,7 +60,7 @@
|
||||
{{ __('City/Area') }}
|
||||
</div>
|
||||
<x-button xs :href="route('city.form')">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('New City') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -119,7 +119,7 @@
|
||||
|
||||
<x-input.group :for="md5('meetup.link')" :label="__('Action')">
|
||||
<x-button primary wire:click="submit">
|
||||
<i class="fa fa-solid fa-save"></i>
|
||||
<i class="fa fa-thin fa-save"></i>
|
||||
{{ __('Save') }}
|
||||
</x-button>
|
||||
</x-input.group>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
<x-button black target="_blank" class="my-6"
|
||||
:href="route('export.meetupEvent', ['meetupEvent' => $meetupEvent])">
|
||||
<i class="fa-solid fa-file-excel"></i>
|
||||
<i class="fa-thin fa-file-excel"></i>
|
||||
{{ __('Download') }}
|
||||
</x-button>
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
target="_blank"
|
||||
:href="$meetupEvent->link"
|
||||
primary lg class="mt-4 whitespace-nowrap">
|
||||
<i class="fa fa-solid fa-external-link mr-2"></i>
|
||||
<i class="fa fa-thin fa-external-link mr-2"></i>
|
||||
{{ __('Event-Link') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -101,7 +101,7 @@
|
||||
target="_blank"
|
||||
:href="$meetup->telegram_link"
|
||||
secondary lg class="mt-4 whitespace-nowrap">
|
||||
<i class="fa fa-solid fa-external-link mr-2"></i>
|
||||
<i class="fa fa-thin fa-external-link mr-2"></i>
|
||||
{{ __('Telegram-Link') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -112,7 +112,7 @@
|
||||
target="_blank"
|
||||
:href="$meetup->webpage"
|
||||
secondary lg class="mt-4 whitespace-nowrap">
|
||||
<i class="fa fa-solid fa-external-link mr-2"></i>
|
||||
<i class="fa fa-thin fa-external-link mr-2"></i>
|
||||
{{ __('Website') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -123,7 +123,7 @@
|
||||
target="_blank"
|
||||
:href="$meetup->matrix_group"
|
||||
secondary lg class="mt-4 whitespace-nowrap">
|
||||
<i class="fa fa-solid fa-people-group mr-2"></i>
|
||||
<i class="fa fa-thin fa-people-group mr-2"></i>
|
||||
{{ __('Matrix-Group') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -134,7 +134,7 @@
|
||||
target="_blank"
|
||||
:href="'https://twitter.com/'.$meetup->twitter_username"
|
||||
secondary lg class="mt-4 whitespace-nowrap">
|
||||
<i class="fa fa-solid fa-external-link mr-2"></i>
|
||||
<i class="fa fa-thin fa-external-link mr-2"></i>
|
||||
{{ __('Twitter') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -181,7 +181,7 @@
|
||||
execute: () => window.$wireui.notify({'title': '{{ __('You have not confirmed your participation.') }}','icon': 'warning'})}
|
||||
})"
|
||||
>
|
||||
<i class="fa fa-solid fa-check mr-2"></i>
|
||||
<i class="fa fa-thin fa-check mr-2"></i>
|
||||
{{ __('I will show up') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -196,7 +196,7 @@
|
||||
reject: {label: '{{ __('No, cancel') }}',
|
||||
}})"
|
||||
lg primary>
|
||||
<i class="fa fa-solid fa-face-frown mr-2"></i>
|
||||
<i class="fa fa-thin fa-face-frown mr-2"></i>
|
||||
{{ __('Unfortunately I cannot come') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -214,7 +214,7 @@
|
||||
reject: {label: '{{ __('No, cancel') }}',
|
||||
execute: () => window.$wireui.notify({'title': '{{ __('You have not confirmed your participation.') }}','icon': 'warning'})}})"
|
||||
lg>
|
||||
<i class="fa fa-solid fa-question mr-2"></i>
|
||||
<i class="fa fa-thin fa-question mr-2"></i>
|
||||
{{ __('Might attend') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -248,7 +248,7 @@
|
||||
</ul>
|
||||
<div class="w-full flex justify-end">
|
||||
<x-button xs secondary :href="route('auth.ln')">
|
||||
<i class="fa fa-solid fa-sign-in"></i>
|
||||
<i class="fa fa-thin fa-sign-in"></i>
|
||||
{{ __('Login') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -294,7 +294,7 @@
|
||||
</ul>
|
||||
<div class="w-full flex justify-end">
|
||||
<x-button xs secondary :href="route('auth.ln')">
|
||||
<i class="fa fa-solid fa-sign-in"></i>
|
||||
<i class="fa fa-thin fa-sign-in"></i>
|
||||
{{ __('Login') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
target="_blank"
|
||||
:href="$meetup->telegram_link"
|
||||
primary lg class="mt-4 whitespace-nowrap">
|
||||
<i class="fa fa-solid fa-external-link mr-2"></i>
|
||||
<i class="fa fa-thin fa-external-link mr-2"></i>
|
||||
{{ __('Telegram-Link') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -31,7 +31,7 @@
|
||||
target="_blank"
|
||||
:href="$meetup->webpage"
|
||||
primary lg class="mt-4 whitespace-nowrap">
|
||||
<i class="fa fa-solid fa-external-link mr-2"></i>
|
||||
<i class="fa fa-thin fa-external-link mr-2"></i>
|
||||
{{ __('Website') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -40,7 +40,7 @@
|
||||
target="_blank"
|
||||
:href="$meetup->matrix_group"
|
||||
primary lg class="mt-4 whitespace-nowrap">
|
||||
<i class="fa fa-solid fa-people-group mr-2"></i>
|
||||
<i class="fa fa-thin fa-people-group mr-2"></i>
|
||||
{{ __('Matrix-Group') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -49,7 +49,7 @@
|
||||
target="_blank"
|
||||
:href="'https://twitter.com/'.$meetup->twitter_username"
|
||||
primary lg class="mt-4 whitespace-nowrap">
|
||||
<i class="fa fa-solid fa-external-link mr-2"></i>
|
||||
<i class="fa fa-thin fa-external-link mr-2"></i>
|
||||
{{ __('Twitter') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -119,7 +119,7 @@
|
||||
<div class="-ml-px flex w-0 flex-1">
|
||||
<a target="_blank" href="{{ route('meetup.event.landing', ['country' => $country, 'meetupEvent' => $meetupEvent]) }}"
|
||||
class="relative inline-flex w-0 flex-1 items-center justify-center rounded-br-lg border border-transparent py-4 text-sm font-medium text-gray-700 hover:text-gray-500">
|
||||
<i class="text-gray-100 text-2xl fa-solid fa-right-to-bracket"></i>
|
||||
<i class="text-gray-100 text-2xl fa-thin fa-right-to-bracket"></i>
|
||||
<span class="ml-3 text-gray-100 text-2xl">{{ __('Link to participate') }}</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
}"
|
||||
@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'});"
|
||||
amber>
|
||||
<i class="fa fa-solid 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') }}
|
||||
</x-button>
|
||||
@if(auth()->check() && auth()->user()->meetups->count() > 0)
|
||||
@@ -23,7 +23,7 @@
|
||||
}"
|
||||
@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>
|
||||
<i class="fa fa-solid fa-calendar-heart mr-2"></i>
|
||||
<i class="fa fa-thin fa-calendar-heart mr-2"></i>
|
||||
{{ __('Calendar Stream-Url for my meetups only') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -33,7 +33,7 @@
|
||||
}"
|
||||
@click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Embed code for the map copied!') }}',icon:'success'});"
|
||||
amber>
|
||||
<i class="fa fa-solid fa-code mr-2"></i>
|
||||
<i class="fa fa-thin fa-code mr-2"></i>
|
||||
{{ __('Copy embed code for the map') }} <img class="h-6 rounded"
|
||||
src="{{ asset('vendor/blade-country-flags/4x3-'. $country->code .'.svg') }}"
|
||||
alt="{{ $country->code }}">
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
}"
|
||||
@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'});"
|
||||
amber>
|
||||
<i class="fa fa-solid 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') }}
|
||||
</x-button>
|
||||
@if(auth()->check() && auth()->user()->meetups->count() > 0)
|
||||
@@ -22,7 +22,7 @@
|
||||
}"
|
||||
@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>
|
||||
<i class="fa fa-solid fa-calendar-heart mr-2"></i>
|
||||
<i class="fa fa-thin fa-calendar-heart mr-2"></i>
|
||||
{{ __('Calendar Stream-Url for my meetups only') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -32,7 +32,7 @@
|
||||
}"
|
||||
@click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Embed code for the map copied!') }}',icon:'success'});"
|
||||
amber>
|
||||
<i class="fa fa-solid fa-code mr-2"></i>
|
||||
<i class="fa fa-thin fa-code mr-2"></i>
|
||||
{{ __('Copy embed code for the map') }} <img class="h-6 rounded"
|
||||
src="{{ asset('vendor/blade-country-flags/4x3-'. $country->code .'.svg') }}"
|
||||
alt="{{ $country->code }}">
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
class="whitespace-nowrap"
|
||||
:href="route('news.form')"
|
||||
primary>
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Submit news articles') }}
|
||||
</x-button>
|
||||
@if(auth()->check() && auth()->user()->lnbits['wallet_id'] ?? false)
|
||||
@@ -34,18 +34,18 @@
|
||||
class="whitespace-nowrap"
|
||||
:href="route('news.form', ['type' => 'paid'])"
|
||||
primary>
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Submit paid news article') }}
|
||||
<i class="fa fa-solid fa-coins"></i>
|
||||
<i class="fa fa-thin fa-coins"></i>
|
||||
</x-button>
|
||||
@elseif(auth()->check())
|
||||
<x-button
|
||||
class="whitespace-nowrap"
|
||||
:href="route('profile.lnbits')"
|
||||
black>
|
||||
<i class="fa fa-solid fa-gear"></i>
|
||||
<i class="fa fa-thin fa-gear"></i>
|
||||
{{ __('Setup LNBits for paid articles') }}
|
||||
<i class="fa fa-solid fa-coins"></i>
|
||||
<i class="fa fa-thin fa-coins"></i>
|
||||
</x-button>
|
||||
@endif
|
||||
@endauth
|
||||
@@ -135,7 +135,7 @@
|
||||
reject: {label: '{{ __('No, cancel') }}'},
|
||||
})"
|
||||
>
|
||||
<i class="fa fa-solid fa-message-plus"></i>
|
||||
<i class="fa fa-thin fa-message-plus"></i>
|
||||
{{ __('Publish on Nostr') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -143,7 +143,7 @@
|
||||
@if($libraryItem->approved && $libraryItem->nostr_status)
|
||||
<div>
|
||||
<x-badge purple>
|
||||
<i class="fa fa-solid fa-check"></i>
|
||||
<i class="fa fa-thin fa-check"></i>
|
||||
{{ __('nostr') }}
|
||||
</x-badge>
|
||||
</div>
|
||||
@@ -155,7 +155,7 @@
|
||||
xs
|
||||
wire:click="approve({{ $libraryItem->id }})"
|
||||
>
|
||||
<i class="fa fa-solid fa-check"></i>
|
||||
<i class="fa fa-thin fa-check"></i>
|
||||
{{ __('Approve') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -163,7 +163,7 @@
|
||||
<div>
|
||||
<x-button xs
|
||||
:href="route('news.form', ['libraryItem' => $libraryItem, 'type' => $libraryItem->sats ? 'paid' : null])">
|
||||
<i class="fa fa-solid fa-edit"></i>
|
||||
<i class="fa fa-thin fa-edit"></i>
|
||||
{{ __('Edit') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -22,14 +22,14 @@
|
||||
reject: {label: '{{ __('No, cancel') }}',
|
||||
}})"
|
||||
negative>
|
||||
<i class="fa fa-solid fa-trash"></i>
|
||||
<i class="fa fa-thin fa-trash"></i>
|
||||
{{ __('Delete') }}
|
||||
</x-button>
|
||||
@endif
|
||||
</div>
|
||||
<div>
|
||||
<x-button :href="$fromUrl">
|
||||
<i class="fa fa-solid fa-arrow-left"></i>
|
||||
<i class="fa fa-thin fa-arrow-left"></i>
|
||||
{{ __('Back') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -55,7 +55,7 @@
|
||||
{{ __('Author') }}
|
||||
</div>
|
||||
<x-button xs href="{{ route('contentCreator.form', ['country' => 'de']) }}">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Create new author') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -89,7 +89,7 @@
|
||||
xs
|
||||
wire:click="$set('addTag', true)"
|
||||
>
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Add') }}
|
||||
</x-button>
|
||||
@else
|
||||
@@ -97,7 +97,7 @@
|
||||
<x-button
|
||||
xs
|
||||
wire:click="addTag">
|
||||
<i class="text-xl fa-solid fa-save"></i>
|
||||
<i class="text-xl fa-thin fa-save"></i>
|
||||
</x-button>
|
||||
@endif
|
||||
</div>
|
||||
@@ -200,7 +200,7 @@
|
||||
|
||||
<x-input.group :for="md5('meetupEvent.link')" label="">
|
||||
<x-button primary wire:click="save">
|
||||
<i class="fa fa-solid fa-save"></i>
|
||||
<i class="fa fa-thin fa-save"></i>
|
||||
{{ __('Save') }}
|
||||
</x-button>
|
||||
</x-input.group>
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
</x-button>
|
||||
@elseif($libraryItem->type !== 'markdown_article' && $libraryItem->type !== 'markdown_article_extern')
|
||||
<x-button lg amber :href="$libraryItem->value" target="_blank">
|
||||
<i class="fa fa-solid fa-book-open mr-2"></i>
|
||||
<i class="fa fa-thin fa-book-open mr-2"></i>
|
||||
{{ __('Open') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -107,13 +107,13 @@
|
||||
@if($libraryItem->type === 'downloadable_file')
|
||||
<x-button lg amber :href="$libraryItem->getFirstMediaUrl('single_file')"
|
||||
target="_blank">
|
||||
<i class="fa fa-solid fa-download mr-2"></i>
|
||||
<i class="fa fa-thin fa-download mr-2"></i>
|
||||
{{ __('Download') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@if($libraryItem->type === 'podcast_episode')
|
||||
<x-button lg amber :href="$libraryItem->episode->data['link']" target="_blank">
|
||||
<i class="fa fa-solid fa-headphones mr-2"></i>
|
||||
<i class="fa fa-thin fa-headphones mr-2"></i>
|
||||
{{ __('Listen') }}
|
||||
</x-button>
|
||||
@endif
|
||||
@@ -124,7 +124,7 @@
|
||||
}"
|
||||
@click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Share url copied!') }}',icon:'success'});"
|
||||
lg black>
|
||||
<i class="fa fa-solid fa-copy mr-2"></i>
|
||||
<i class="fa fa-thin fa-copy mr-2"></i>
|
||||
{{ __('Share link') }}
|
||||
</x-button>
|
||||
@elseif($libraryItem->news)
|
||||
@@ -134,7 +134,7 @@
|
||||
}"
|
||||
@click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Share url copied!') }}',icon:'success'});"
|
||||
xs black>
|
||||
<i class="fa fa-solid fa-copy mr-2"></i>
|
||||
<i class="fa fa-thin fa-copy mr-2"></i>
|
||||
{{ __('Share link') }}
|
||||
</x-button>
|
||||
@else
|
||||
@@ -191,7 +191,7 @@
|
||||
wire.loading.attr="disabled"
|
||||
primary
|
||||
wire:click="pay">
|
||||
<i class="fa-solid fa-bolt"></i>
|
||||
<i class="fa-thin fa-bolt"></i>
|
||||
Pay with lightning
|
||||
</x-button>
|
||||
<div wire:click="$set('alreadyPaid', true)"
|
||||
@@ -268,7 +268,7 @@
|
||||
<x-button
|
||||
black
|
||||
>
|
||||
<i class="fa fa-solid fa-clipboard"></i>
|
||||
<i class="fa fa-thin fa-clipboard"></i>
|
||||
{{ __('Copy payment hash') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
<x-input.group :for="md5('save')" label="">
|
||||
<x-button primary wire:click="save">
|
||||
<i class="fa fa-solid fa-save"></i>
|
||||
<i class="fa fa-thin fa-save"></i>
|
||||
{{ __('Save') }}
|
||||
</x-button>
|
||||
</x-input.group>
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
flat
|
||||
squared
|
||||
>
|
||||
<i class="fa-solid fa-xmark"></i>
|
||||
<i class="fa-thin fa-xmark"></i>
|
||||
</x-button>
|
||||
</div>
|
||||
</x-slot>
|
||||
@@ -80,7 +80,7 @@
|
||||
primary
|
||||
wire:click="signUpForMeetup({{ $meetup->id }})"
|
||||
>
|
||||
<i class="fa-solid fa-xmark"></i>
|
||||
<i class="fa-thin fa-xmark"></i>
|
||||
{{ __('Deselect') }}
|
||||
</x-button>
|
||||
@else
|
||||
@@ -88,7 +88,7 @@
|
||||
black
|
||||
wire:click="signUpForMeetup({{ $meetup->id }})"
|
||||
>
|
||||
<i class="fa-solid fa-check"></i>
|
||||
<i class="fa-thin fa-check"></i>
|
||||
{{ __('Select') }}
|
||||
</x-button>
|
||||
@endif
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<div class="flex flex-row space-x-2 items-center">
|
||||
<div>
|
||||
<x-button :href="$fromUrl">
|
||||
<i class="fa fa-solid fa-arrow-left"></i>
|
||||
<i class="fa fa-thin fa-arrow-left"></i>
|
||||
{{ __('Back') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -62,7 +62,7 @@
|
||||
|
||||
<x-input.group :for="md5('save')" label="">
|
||||
<x-button primary wire:click="save">
|
||||
<i class="fa fa-solid fa-save"></i>
|
||||
<i class="fa fa-thin fa-save"></i>
|
||||
{{ __('Save') }}
|
||||
</x-button>
|
||||
</x-input.group>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<div class="flex flex-row space-x-2 items-center">
|
||||
<div>
|
||||
<x-button :href="$fromUrl">
|
||||
<i class="fa fa-solid fa-arrow-left"></i>
|
||||
<i class="fa fa-thin fa-arrow-left"></i>
|
||||
{{ __('Back') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<div>
|
||||
<x-button :href="$fromUrl">
|
||||
<i class="fa fa-solid fa-arrow-left"></i>
|
||||
<i class="fa fa-thin fa-arrow-left"></i>
|
||||
{{ __('Back') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -28,7 +28,7 @@
|
||||
{{ __('Course') }}
|
||||
</div>
|
||||
<x-button xs href="{{ route('course.form.course') }}">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Register course') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -59,7 +59,7 @@
|
||||
{{ __('Venue') }}
|
||||
</div>
|
||||
<x-button xs href="{{ route('venue.form') }}">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Create venue') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -114,7 +114,7 @@
|
||||
|
||||
<x-input.group :for="md5('save')" label="">
|
||||
<x-button primary wire:click="submit">
|
||||
<i class="fa fa-solid fa-save"></i>
|
||||
<i class="fa fa-thin fa-save"></i>
|
||||
{{ __('Save') }}
|
||||
</x-button>
|
||||
</x-input.group>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<div>
|
||||
<x-button :href="$fromUrl">
|
||||
<i class="fa fa-solid fa-arrow-left"></i>
|
||||
<i class="fa fa-thin fa-arrow-left"></i>
|
||||
{{ __('Back') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -93,7 +93,7 @@
|
||||
|
||||
<x-input.group :for="md5('save')" label="">
|
||||
<x-button primary wire:click="submit">
|
||||
<i class="fa fa-solid fa-save"></i>
|
||||
<i class="fa fa-thin fa-save"></i>
|
||||
{{ __('Save') }}
|
||||
</x-button>
|
||||
</x-input.group>
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
<div class="-ml-px flex w-0 flex-1">
|
||||
<a target="_blank" href="{{ $courseEvent->link }}"
|
||||
class="relative inline-flex w-0 flex-1 items-center justify-center rounded-br-lg border border-transparent py-4 text-sm font-medium text-gray-700 hover:text-gray-500">
|
||||
<i class="text-gray-100 text-2xl fa-solid fa-right-to-bracket"></i>
|
||||
<i class="text-gray-100 text-2xl fa-thin fa-right-to-bracket"></i>
|
||||
<span class="ml-3 text-gray-100 text-2xl">{{ __('Register') }}</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -180,7 +180,7 @@
|
||||
|
||||
<div class="p-4 w-full flex justify-end">
|
||||
<x-button :href="route('welcome')" primary lg class="whitespace-nowrap">
|
||||
<i class="fa fa-solid fa-arrow-left mr-2"></i>
|
||||
<i class="fa fa-thin fa-arrow-left mr-2"></i>
|
||||
{{ __('Back') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<div
|
||||
class="flex flex-shrink-0 justify-center p-0 my-0 mr-4 ml-0 align-baseline border-0 border-solid"
|
||||
>
|
||||
<i class="fa fa-solid fa-{{ $tag->icon }} text-4xl"></i>
|
||||
<i class="fa fa-thin fa-{{ $tag->icon }} text-4xl"></i>
|
||||
</div>
|
||||
<div
|
||||
class="flex justify-between p-0 m-0 w-full align-baseline border-0 border-solid md:block lg:w-auto"
|
||||
|
||||
@@ -21,14 +21,14 @@
|
||||
<p class="mt-6 text-base leading-7 text-gray-600">
|
||||
<x-button primary lg href="https://t.me/rallyejukebox"
|
||||
target="_blank">
|
||||
<i class="fa-solid fa-music"></i>
|
||||
<i class="fa-thin fa-music"></i>
|
||||
Musik Jukebox
|
||||
</x-button>
|
||||
</p>
|
||||
<p class="mt-6 text-base leading-7 text-gray-600">
|
||||
<x-button primary lg href="https://findpenguins.com/superlative-adventure-club/live?rallye=2023-bsc"
|
||||
target="_blank">
|
||||
<i class="fa-solid fa-map"></i>
|
||||
<i class="fa-thin fa-map"></i>
|
||||
Tracking
|
||||
</x-button>
|
||||
</p>
|
||||
|
||||
@@ -9,14 +9,14 @@
|
||||
{{--<div>
|
||||
@if($venue->id)
|
||||
<x-button negative wire:click="deleteMe">
|
||||
<i class="fa fa-solid fa-trash"></i>
|
||||
<i class="fa fa-thin fa-trash"></i>
|
||||
{{ __('Delete') }}
|
||||
</x-button>
|
||||
@endif
|
||||
</div>--}}
|
||||
<div>
|
||||
<x-button :href="$fromUrl">
|
||||
<i class="fa fa-solid fa-arrow-left"></i>
|
||||
<i class="fa fa-thin fa-arrow-left"></i>
|
||||
{{ __('Back') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
<div class="flex justify-center">
|
||||
<x-button xs>
|
||||
<i class="fa-solid fa-trash"></i>
|
||||
<i class="fa-thin fa-trash"></i>
|
||||
{{ __('Delete') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -71,7 +71,7 @@
|
||||
{{ __('City') }}
|
||||
</div>
|
||||
<x-button xs href="{{ route('city.form') }}">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('New City') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -103,7 +103,7 @@
|
||||
|
||||
<x-input.group :for="md5('action')" :label="__('Action')">
|
||||
<x-button primary wire:click="submit">
|
||||
<i class="fa fa-solid fa-save"></i>
|
||||
<i class="fa fa-thin fa-save"></i>
|
||||
{{ __('Save') }}
|
||||
</x-button>
|
||||
</x-input.group>
|
||||
|
||||
@@ -35,11 +35,11 @@
|
||||
@if(!$confirmed)
|
||||
<div>
|
||||
<x-button primary wire:click="confirm">
|
||||
<i class="fa-solid fa-check"></i>
|
||||
<i class="fa-thin fa-check"></i>
|
||||
{{ __('Confirm') }}
|
||||
</x-button>
|
||||
<x-button secondary href="/">
|
||||
<i class="fa-solid fa-times"></i>
|
||||
<i class="fa-thin fa-times"></i>
|
||||
{{ __('Cancel') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -65,7 +65,7 @@
|
||||
<x-button
|
||||
black
|
||||
>
|
||||
<i class="fa fa-solid fa-clipboard"></i>
|
||||
<i class="fa fa-thin fa-clipboard"></i>
|
||||
{{ __('Copy') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -16,13 +16,13 @@
|
||||
@if(str(request()->route()->getName())->contains('school.'))
|
||||
<div>
|
||||
<x-button xs amber href="/nova/resources/courses" target="_blank">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Register course') }}
|
||||
</x-button>
|
||||
</div>
|
||||
<div>
|
||||
<x-button xs amber href="/nova/resources/course-events" target="_blank">
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
{{ __('Register course date') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -31,7 +31,7 @@
|
||||
<div>
|
||||
<x-button xs amber href="{{ route('profile.show') }}"
|
||||
:active="request()->routeIs('profile.show')">
|
||||
<i class="fa fa-solid fa-user"></i>
|
||||
<i class="fa fa-thin fa-user"></i>
|
||||
{{ __('My profile') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -39,7 +39,7 @@
|
||||
<div>
|
||||
<x-button xs amber href="{{ route('profile.wallet') }}"
|
||||
:active="request()->routeIs('profile.wallet')">
|
||||
<i class="fa fa-solid fa-qrcode"></i>
|
||||
<i class="fa fa-thin fa-qrcode"></i>
|
||||
{{ __('Change lightning wallet/pubkey') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user