update fontawesome

This commit is contained in:
HolgerHatGarKeineNode
2023-08-03 23:38:21 +02:00
parent 8e43b84dc2
commit 1339b49a33
68 changed files with 213 additions and 213 deletions

View File

@@ -1,6 +1,6 @@
<div class="w-full mb-4 md:w-auto md:mb-0"> <div class="w-full mb-4 md:w-auto md:mb-0">
<x-button :href="route('bitcoinEvent.form', ['country' => $country, 'bitcoinEvent' => null])"> <x-button :href="route('bitcoinEvent.form', ['country' => $country, 'bitcoinEvent' => null])">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Register event') }} {{ __('Register event') }}
</x-button> </x-button>
</div> </div>

View File

@@ -5,7 +5,7 @@
<div> <div>
@can('update', $row) @can('update', $row)
<x-button primary xs :href="route('bitcoinEvent.form', ['bitcoinEvent' => $row])"> <x-button primary xs :href="route('bitcoinEvent.form', ['bitcoinEvent' => $row])">
<i class="fa-thin fa-edit"></i> <i class="fa-solid fa-edit"></i>
{{ __('Edit') }} {{ __('Edit') }}
</x-button> </x-button>
@endif @endif

View File

@@ -23,7 +23,7 @@
@else @else
<div> <div>
<x-badge class="whitespace-nowrap" amber> <x-badge class="whitespace-nowrap" amber>
<i class="fa fa-thin fa-shelves-empty mr-2"></i> <i class="fa fa-solid fa-shelves-empty mr-2"></i>
{{ __('no bitcoin books yet') }} {{ __('no bitcoin books yet') }}
</x-badge> </x-badge>
</div> </div>

View File

@@ -4,7 +4,7 @@
<div> <div>
@if($row->course_events_count > 0) @if($row->course_events_count > 0)
<x-button xs amber wire:click="proximitySearch({{ $row->id }})" class="text-21gray"> <x-button xs amber wire:click="proximitySearch({{ $row->id }})" class="text-21gray">
<i class="fa fa-thin fa-person-chalkboard mr-2"></i> <i class="fa fa-solid fa-person-chalkboard mr-2"></i>
{{ __('Perimeter search course date :name (100km)', ['name' => $row->name]) }} {{ __('Perimeter search course date :name (100km)', ['name' => $row->name]) }}
</x-button> </x-button>
@endif @endif
@@ -12,7 +12,7 @@
<div> <div>
@if($row->course_events_count < 1) @if($row->course_events_count < 1)
<x-button xs outlined wire:click="proximitySearch({{ $row->id }})" class="text-21gray"> <x-button xs outlined wire:click="proximitySearch({{ $row->id }})" class="text-21gray">
<i class="fa fa-thin fa-person-chalkboard mr-2"></i> <i class="fa fa-solid fa-person-chalkboard mr-2"></i>
{{ __('Perimeter search course date :name (100km)', ['name' => $row->name]) }} {{ __('Perimeter search course date :name (100km)', ['name' => $row->name]) }}
</x-button> </x-button>
@endif @endif
@@ -23,7 +23,7 @@
@if($type === 'bookCase' && !$manage) @if($type === 'bookCase' && !$manage)
<div> <div>
<x-button xs amber wire:click="proximitySearchForBookCases({{ $row->id }})" class="text-21gray"> <x-button xs amber wire:click="proximitySearchForBookCases({{ $row->id }})" class="text-21gray">
<i class="fa fa-thin fa-book mr-2"></i> <i class="fa fa-solid fa-book mr-2"></i>
{{ __('Perimeter search bookcase :name (25km)', ['name' => $row->name]) }} {{ __('Perimeter search bookcase :name (25km)', ['name' => $row->name]) }}
</x-button> </x-button>
</div> </div>
@@ -32,7 +32,7 @@
<div> <div>
@can('update', $row) @can('update', $row)
<x-button xs :href="route('city.form', ['city' => $row])"> <x-button xs :href="route('city.form', ['city' => $row])">
<i class="fa fa-thin fa-edit"></i> <i class="fa fa-solid fa-edit"></i>
{{ __('Edit') }} {{ __('Edit') }}
</x-button> </x-button>
@endcan @endcan

View File

@@ -1,6 +1,6 @@
<div class="w-full mb-4 md:w-auto md:mb-0"> <div class="w-full mb-4 md:w-auto md:mb-0">
<x-button :href="route('city.form')"> <x-button :href="route('city.form')">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('New City') }} {{ __('New City') }}
</x-button> </x-button>
</div> </div>

View File

@@ -1,6 +1,6 @@
<div class="w-full mb-4 md:w-auto md:mb-0"> <div class="w-full mb-4 md:w-auto md:mb-0">
<x-button xs :href="route('course.form.courseEvent')"> <x-button xs :href="route('course.form.courseEvent')">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Register course date') }} {{ __('Register course date') }}
</x-button> </x-button>
</div> </div>

View File

@@ -15,7 +15,7 @@
@can('update', $row) @can('update', $row)
<div> <div>
<x-button class="whitespace-nowrap" amber xs :href="route('course.form.course', ['course' => $row])"> <x-button class="whitespace-nowrap" amber xs :href="route('course.form.course', ['course' => $row])">
<i class="fa fa-thin fa-edit"></i> <i class="fa fa-solid fa-edit"></i>
{{ __('Edit') }} {{ __('Edit') }}
</x-button> </x-button>
</div> </div>

View File

@@ -1,6 +1,6 @@
<div class="w-full mb-4 md:w-auto md:mb-0"> <div class="w-full mb-4 md:w-auto md:mb-0">
<x-button :href="route('course.form.course')"> <x-button :href="route('course.form.course')">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Register course') }} {{ __('Register course') }}
</x-button> </x-button>
</div> </div>

View File

@@ -7,7 +7,7 @@
<div> <div>
<x-button xs class="whitespace-nowrap" amber <x-button xs class="whitespace-nowrap" amber
:href="route('course.form.courseEvent', ['courseEvent' => $row])"> :href="route('course.form.courseEvent', ['courseEvent' => $row])">
<i class="fa-thin fa-edit"></i> <i class="fa-solid fa-edit"></i>
{{ __('Edit') }} {{ __('Edit') }}
</x-button> </x-button>
</div> </div>

View File

@@ -3,7 +3,7 @@
@if($row->courses_count > 0) @if($row->courses_count > 0)
<x-button <x-button
xs amber wire:click="lecturerSearch({{ $row->id }})"> xs amber wire:click="lecturerSearch({{ $row->id }})">
<i class="fa fa-thin fa-calendar mr-2"></i> <i class="fa fa-solid fa-calendar mr-2"></i>
{{ __('Show dates') }} ({{ $row->courses_events_count }}) {{ __('Show dates') }} ({{ $row->courses_events_count }})
</x-button> </x-button>
@endif @endif
@@ -12,7 +12,7 @@
@if($row->courses_count < 1) @if($row->courses_count < 1)
<x-button <x-button
xs outlined wire:click="lecturerSearch({{ $row->id }})"> xs outlined wire:click="lecturerSearch({{ $row->id }})">
<i class="fa fa-thin fa-calendar mr-2"></i> <i class="fa fa-solid fa-calendar mr-2"></i>
{{ __('Show dates') }} ({{ $row->courses_events_count }}) {{ __('Show dates') }} ({{ $row->courses_events_count }})
</x-button> </x-button>
@endif @endif
@@ -21,7 +21,7 @@
@if($row->library_items_count > 0) @if($row->library_items_count > 0)
<x-button <x-button
xs amber wire:click="lecturerSearch({{ $row->id }}, false)"> xs amber wire:click="lecturerSearch({{ $row->id }}, false)">
<i class="fa fa-thin fa-book mr-2"></i> <i class="fa fa-solid fa-book mr-2"></i>
{{ __('Show content') }} ({{ $row->library_items_count }}) {{ __('Show content') }} ({{ $row->library_items_count }})
</x-button> </x-button>
@endif @endif
@@ -30,7 +30,7 @@
@if($row->library_items_count < 1) @if($row->library_items_count < 1)
<x-button <x-button
xs outlined wire:click="lecturerSearch({{ $row->id }}, false)"> xs outlined wire:click="lecturerSearch({{ $row->id }}, false)">
<i class="fa fa-thin fa-book mr-2"></i> <i class="fa fa-solid fa-book mr-2"></i>
{{ __('Show content') }} ({{ $row->library_items_count }}) {{ __('Show content') }} ({{ $row->library_items_count }})
</x-button> </x-button>
@endif @endif
@@ -40,7 +40,7 @@
xs xs
:href="route('school.landingPage.lecturer', ['country' => $country, 'lecturer' => $row->slug])" :href="route('school.landingPage.lecturer', ['country' => $country, 'lecturer' => $row->slug])"
black> black>
<i class="fa fa-thin fa-browser mr-2"></i> <i class="fa fa-solid fa-browser mr-2"></i>
{{ __('Show landing page') }} {{ __('Show landing page') }}
</x-button> </x-button>
</div> </div>
@@ -51,7 +51,7 @@
xs xs
amber amber
> >
<i class="fa fa-thin fa-edit mr-2"></i> <i class="fa fa-solid fa-edit mr-2"></i>
{{ __('Edit') }} {{ __('Edit') }}
</x-button> </x-button>
@endif @endif

View File

@@ -1,6 +1,6 @@
<div class="w-full mb-4 md:w-auto md:mb-0"> <div class="w-full mb-4 md:w-auto md:mb-0">
<x-button :href="route('contentCreator.form', ['country' => $country, 'lecturer' => null])"> <x-button :href="route('contentCreator.form', ['country' => $country, 'lecturer' => null])">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Register lecturer') }} {{ __('Register lecturer') }}
</x-button> </x-button>
</div> </div>

View File

@@ -2,7 +2,7 @@
<div> <div>
@if(str($row->value)->contains('http')) @if(str($row->value)->contains('http'))
<x-button xs amber :href="$row->value" target="_blank"> <x-button xs amber :href="$row->value" target="_blank">
<i class="fa fa-thin fa-book-open mr-2"></i> <i class="fa fa-solid fa-book-open mr-2"></i>
{{ __('Open') }} {{ __('Open') }}
</x-button> </x-button>
@endif @endif
@@ -10,7 +10,7 @@
<div> <div>
@if($row->type === 'downloadable_file') @if($row->type === 'downloadable_file')
<x-button xs amber :href="$row->getFirstMediaUrl('single_file')" target="_blank"> <x-button xs amber :href="$row->getFirstMediaUrl('single_file')" target="_blank">
<i class="fa fa-thin fa-download mr-2"></i> <i class="fa fa-solid fa-download mr-2"></i>
{{ __('Download') }} {{ __('Download') }}
</x-button> </x-button>
@endif @endif
@@ -18,7 +18,7 @@
<div> <div>
@if($row->type === 'podcast_episode') @if($row->type === 'podcast_episode')
<x-button xs amber :href="$row->episode->data['link']" target="_blank"> <x-button xs amber :href="$row->episode->data['link']" target="_blank">
<i class="fa fa-thin fa-headphones mr-2"></i> <i class="fa fa-solid fa-headphones mr-2"></i>
{{ __('Listen') }} {{ __('Listen') }}
</x-button> </x-button>
@endif @endif
@@ -26,7 +26,7 @@
<div> <div>
@if($row->type === 'markdown_article') @if($row->type === 'markdown_article')
<x-button xs amber :href="route('article.view', [$row])"> <x-button xs amber :href="route('article.view', [$row])">
<i class="fa fa-thin fa-newspaper mr-2"></i> <i class="fa fa-solid fa-newspaper mr-2"></i>
{{ __('Read') }} {{ __('Read') }}
</x-button> </x-button>
@endif @endif
@@ -40,7 +40,7 @@
}" }"
@click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Share url copied!') }}',icon:'success'});" @click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Share url copied!') }}',icon:'success'});"
xs black> xs black>
<i class="fa fa-thin fa-copy mr-2"></i> <i class="fa fa-solid fa-copy mr-2"></i>
{{ __('Share link') }} {{ __('Share link') }}
</x-button> </x-button>
@else @else
@@ -50,7 +50,7 @@
}" }"
@click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Share url copied!') }}',icon:'success'});" @click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Share url copied!') }}',icon:'success'});"
xs black> xs black>
<i class="fa fa-thin fa-copy mr-2"></i> <i class="fa fa-solid fa-copy mr-2"></i>
{{ __('Share link') }} {{ __('Share link') }}
</x-button> </x-button>
@endif @endif

View File

@@ -1,10 +1,10 @@
<div class="w-full mb-4 md:w-auto md:mb-0"> <div class="w-full mb-4 md:w-auto md:mb-0">
<x-button :href="route('meetup.event.form', ['country' => $country, 'meetupEvent' => null])"> <x-button :href="route('meetup.event.form', ['country' => $country, 'meetupEvent' => null])">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Register Meetup date') }} {{ __('Register Meetup date') }}
</x-button> </x-button>
<x-button :href="route('profile.meetups', ['country' => $country])"> <x-button :href="route('profile.meetups', ['country' => $country])">
<i class="fa fa-thin fa-user-group"></i> <i class="fa fa-solid fa-user-group"></i>
{{ __('My meetups') }} {{ __('My meetups') }}
</x-button> </x-button>
</div> </div>

View File

@@ -6,7 +6,7 @@
xs xs
:href="route('meetup.event.landing', ['country' => $row->meetup->city->country, 'meetupEvent' => $row->id])" :href="route('meetup.event.landing', ['country' => $row->meetup->city->country, 'meetupEvent' => $row->id])"
> >
<i class="fa fa-thin fa-browser mr-2"></i> <i class="fa fa-solid fa-browser mr-2"></i>
{{ __('Link to participate') }} {{ __('Link to participate') }}
</x-button> </x-button>
</div> </div>
@@ -18,7 +18,7 @@
target="_blank" target="_blank"
:href="$row->meetup->telegram_link" :href="$row->meetup->telegram_link"
> >
<i class="fa fa-thin fa-external-link mr-2"></i> <i class="fa fa-solid fa-external-link mr-2"></i>
{{ __('Telegram-Link') }} {{ __('Telegram-Link') }}
</x-button> </x-button>
</div> </div>
@@ -31,7 +31,7 @@
target="_blank" target="_blank"
:href="$row->meetup->webpage" :href="$row->meetup->webpage"
> >
<i class="fa fa-thin fa-external-link mr-2"></i> <i class="fa fa-solid fa-external-link mr-2"></i>
{{ __('Website') }} {{ __('Website') }}
</x-button> </x-button>
</div> </div>
@@ -60,7 +60,7 @@
xs xs
black black
> >
<i class="fa fa-thin fa-clipboard mr-2"></i> <i class="fa fa-solid fa-clipboard mr-2"></i>
{{ __('Nostr') }} {{ __('Nostr') }}
</x-button> </x-button>
</div> </div>

View File

@@ -6,7 +6,7 @@
xs xs
:href="route('meetup.event.form', ['country' => $row->meetup->city->country, 'meetupEvent' => $row])" :href="route('meetup.event.form', ['country' => $row->meetup->city->country, 'meetupEvent' => $row])"
> >
<i class="fa fa-thin fa-edit mr-2"></i> <i class="fa fa-solid fa-edit mr-2"></i>
{{ __('Edit') }} {{ __('Edit') }}
</x-button> </x-button>
@else @else

View File

@@ -5,7 +5,7 @@
xs xs
amber amber
wire:click="meetupEventSearch({{ $row->id }})"> wire:click="meetupEventSearch({{ $row->id }})">
<i class="fa fa-thin fa-calendar mr-2"></i> <i class="fa fa-solid fa-calendar mr-2"></i>
{{ __('Show dates') }} ({{ $row->meetup_events_count }}) {{ __('Show dates') }} ({{ $row->meetup_events_count }})
</x-button> </x-button>
</div> </div>
@@ -16,7 +16,7 @@
xs xs
outlined outlined
wire:click="meetupEventSearch({{ $row->id }})"> wire:click="meetupEventSearch({{ $row->id }})">
<i class="fa fa-thin fa-calendar-circle-exclamation mr-2"></i> <i class="fa fa-solid fa-calendar-circle-exclamation mr-2"></i>
{{ __('Show dates') }} ({{ $row->meetup_events_count }}) {{ __('Show dates') }} ({{ $row->meetup_events_count }})
</x-button> </x-button>
</div> </div>
@@ -28,7 +28,7 @@
x-data="{}" 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'});" @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-thin fa-calendar-arrow-down mr-2"></i> <i class="fa fa-solid fa-calendar-arrow-down mr-2"></i>
{{ __('Calendar Stream-Url') }} ({{ $row->meetup_events_count }}) {{ __('Calendar Stream-Url') }} ({{ $row->meetup_events_count }})
</x-button> </x-button>
</div> </div>
@@ -38,7 +38,7 @@
xs xs
:href="route('meetup.landing', ['country' => $country ?? $row->city->country->code, 'meetup' => $row->slug])" :href="route('meetup.landing', ['country' => $country ?? $row->city->country->code, 'meetup' => $row->slug])"
> >
<i class="fa fa-thin fa-browser mr-2"></i> <i class="fa fa-solid fa-browser mr-2"></i>
{{ __('Show landing page') }} {{ __('Show landing page') }}
</x-button> </x-button>
</div> </div>
@@ -50,7 +50,7 @@
target="_blank" target="_blank"
:href="$row->telegram_link" :href="$row->telegram_link"
> >
<i class="fa fa-thin fa-external-link mr-2"></i> <i class="fa fa-solid fa-external-link mr-2"></i>
{{ __('Telegram-Link') }} {{ __('Telegram-Link') }}
</x-button> </x-button>
</div> </div>
@@ -63,7 +63,7 @@
target="_blank" target="_blank"
:href="$row->webpage" :href="$row->webpage"
> >
<i class="fa fa-thin fa-external-link mr-2"></i> <i class="fa fa-solid fa-external-link mr-2"></i>
{{ __('Website') }} {{ __('Website') }}
</x-button> </x-button>
</div> </div>
@@ -92,7 +92,7 @@
xs xs
black black
> >
<i class="fa fa-thin fa-clipboard mr-2"></i> <i class="fa fa-solid fa-clipboard mr-2"></i>
{{ __('Nostr') }} {{ __('Nostr') }}
</x-button> </x-button>
</div> </div>
@@ -104,7 +104,7 @@
xs xs
amber amber
> >
<i class="fa fa-thin fa-edit mr-2"></i> <i class="fa fa-solid fa-edit mr-2"></i>
{{ __('Edit') }} {{ __('Edit') }}
</x-button> </x-button>
</div> </div>

View File

@@ -1,10 +1,10 @@
<div class="w-full mb-4 md:w-auto md:mb-0"> <div class="w-full mb-4 md:w-auto md:mb-0">
<x-button :href="route('meetup.meetup.form', ['country' => $country, 'meetup' => null])"> <x-button :href="route('meetup.meetup.form', ['country' => $country, 'meetup' => null])">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Submit Meetup') }} {{ __('Submit Meetup') }}
</x-button> </x-button>
<x-button :href="route('profile.meetups', ['country' => $country])"> <x-button :href="route('profile.meetups', ['country' => $country])">
<i class="fa fa-thin fa-user-group"></i> <i class="fa fa-solid fa-user-group"></i>
{{ __('My meetups') }} {{ __('My meetups') }}
</x-button> </x-button>
</div> </div>

View File

@@ -1,7 +1,7 @@
<div> <div>
<a href="{{ $row->telegram_link }}" target="_blank"> <a href="{{ $row->telegram_link }}" target="_blank">
<x-badge class="whitespace-nowrap"> <x-badge class="whitespace-nowrap">
<i class="fa fa-thin fa-external-link mr-2"></i> <i class="fa fa-solid fa-external-link mr-2"></i>
{{ __('Open') }} {{ __('Open') }}
</x-badge> </x-badge>
</a> </a>

View File

@@ -3,7 +3,7 @@
<div> <div>
<x-button xs amber <x-button xs amber
:href="route('project.projectProposal.form', ['country' => $country, 'projectProposal' => $row])"> :href="route('project.projectProposal.form', ['country' => $country, 'projectProposal' => $row])">
<i class="fa fa-thin fa-edit mr-2"></i> <i class="fa fa-solid fa-edit mr-2"></i>
{{ __('Edit') }} {{ __('Edit') }}
</x-button> </x-button>
</div> </div>
@@ -11,7 +11,7 @@
@auth @auth
<div> <div>
<x-button class="whitespace-nowrap" xs black :href="route('voting.projectFunding', ['projectProposal' => $row])"> <x-button class="whitespace-nowrap" xs black :href="route('voting.projectFunding', ['projectProposal' => $row])">
<i class="fa fa-thin fa-check-to-slot mr-2"></i> <i class="fa fa-solid fa-check-to-slot mr-2"></i>
{{ __('Vote') }} [0] {{ __('Vote') }} [0]
</x-button> </x-button>
</div> </div>

View File

@@ -1,6 +1,6 @@
<div class="w-full mb-4 md:w-auto md:mb-0"> <div class="w-full mb-4 md:w-auto md:mb-0">
<x-button :href="route('project.projectProposal.form', ['country' => $country, 'projectProposal' => null])"> <x-button :href="route('project.projectProposal.form', ['country' => $country, 'projectProposal' => null])">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Submit project for funding') }} {{ __('Submit project for funding') }}
</x-button> </x-button>
</div> </div>

View File

@@ -16,7 +16,7 @@
<div> <div>
@can('update', $row) @can('update', $row)
<x-button primary xs :href="route('venue.form', ['venue' => $row])"> <x-button primary xs :href="route('venue.form', ['venue' => $row])">
<i class="fa-thin fa-edit"></i> <i class="fa-solid fa-edit"></i>
{{ __('Edit') }} {{ __('Edit') }}
</x-button> </x-button>
@endif @endif

View File

@@ -1,6 +1,6 @@
<div class="w-full mb-4 md:w-auto md:mb-0"> <div class="w-full mb-4 md:w-auto md:mb-0">
<x-button :href="route('venue.form', ['country' => $country, 'venue' => null])"> <x-button :href="route('venue.form', ['country' => $country, 'venue' => null])">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Create venue') }} {{ __('Create venue') }}
</x-button> </x-button>
</div> </div>

View File

@@ -31,7 +31,7 @@
<script src="{{ asset('vendor/jvector/maps/mx.js') }}"></script> <script src="{{ asset('vendor/jvector/maps/mx.js') }}"></script>
<script src="{{ asset('vendor/jvector/maps/us.js') }}"></script> <script src="{{ asset('vendor/jvector/maps/us.js') }}"></script>
<script src="{{ asset('dist/smoothscroll.js') }}"></script> <script src="{{ asset('dist/smoothscroll.js') }}"></script>
<script src="https://kit.fontawesome.com/03bc14bd1e.js" crossorigin="anonymous"></script> <script src="https://kit.fontawesome.com/9623fbc5ab.js" crossorigin="anonymous"></script>
@mapstyles @mapstyles
@mapscripts @mapscripts
<script src="{{ asset('dist/heatmap.min.js') }}"></script> <script src="{{ asset('dist/heatmap.min.js') }}"></script>

View File

@@ -33,7 +33,7 @@
<script src="{{ asset('vendor/jvector/maps/mx.js') }}"></script> <script src="{{ asset('vendor/jvector/maps/mx.js') }}"></script>
<script src="{{ asset('vendor/jvector/maps/us.js') }}"></script> <script src="{{ asset('vendor/jvector/maps/us.js') }}"></script>
<script src="{{ asset('dist/smoothscroll.js') }}"></script> <script src="{{ asset('dist/smoothscroll.js') }}"></script>
<script src="https://kit.fontawesome.com/03bc14bd1e.js" crossorigin="anonymous"></script> <script src="https://kit.fontawesome.com/9623fbc5ab.js" crossorigin="anonymous"></script>
@mapscripts @mapscripts
<script src="{{ asset('dist/heatmap.min.js') }}"></script> <script src="{{ asset('dist/heatmap.min.js') }}"></script>
<script src="{{ asset('dist/leaflet-heatmap.js') }}"></script> <script src="{{ asset('dist/leaflet-heatmap.js') }}"></script>

View File

@@ -36,7 +36,7 @@
<x-button <x-button
black black
> >
<i class="fa fa-thin fa-clipboard"></i> <i class="fa fa-solid fa-clipboard"></i>
{{ __('Copy') }} {{ __('Copy') }}
</x-button> </x-button>
</div> </div>

View File

@@ -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'});" @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> amber>
<i class="fa fa-thin fa-calendar-arrow-down mr-2"></i> <i class="fa fa-solid fa-calendar-arrow-down mr-2"></i>
{{ __('Calendar Stream-Url') }} ({{ $events->count() }}) {{ __('Calendar Stream-Url') }} ({{ $events->count() }})
</x-button> </x-button>
</div> </div>

View File

@@ -19,7 +19,7 @@
reject: {label: '{{ __('No, cancel') }}'}, reject: {label: '{{ __('No, cancel') }}'},
})" })"
negative> negative>
<i class="fa fa-thin fa-trash"></i> <i class="fa fa-solid fa-trash"></i>
{{ __('Delete') }} {{ __('Delete') }}
</x-button> </x-button>
</div> </div>
@@ -27,7 +27,7 @@
@endcan @endcan
<div> <div>
<x-button :href="$fromUrl"> <x-button :href="$fromUrl">
<i class="fa fa-thin fa-arrow-left"></i> <i class="fa fa-solid fa-arrow-left"></i>
{{ __('Back') }} {{ __('Back') }}
</x-button> </x-button>
</div> </div>
@@ -60,7 +60,7 @@
{{ __('Venue') }} {{ __('Venue') }}
</div> </div>
<x-button xs href="{{ route('venue.form') }}"> <x-button xs href="{{ route('venue.form') }}">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Create venue') }} {{ __('Create venue') }}
</x-button> </x-button>
</div> </div>
@@ -133,7 +133,7 @@
<x-input.group :for="md5('action')" :label="__('Action')"> <x-input.group :for="md5('action')" :label="__('Action')">
<x-button primary wire:click="submit"> <x-button primary wire:click="submit">
<i class="fa fa-thin fa-save"></i> <i class="fa fa-solid fa-save"></i>
{{ __('Save') }} {{ __('Save') }}
</x-button> </x-button>
</x-input.group> </x-input.group>

View File

@@ -10,14 +10,14 @@
<div> <div>
@if($orangePill->id) @if($orangePill->id)
<x-button negative wire:click="deleteMe"> <x-button negative wire:click="deleteMe">
<i class="fa fa-thin fa-trash"></i> <i class="fa fa-solid fa-trash"></i>
{{ __('Delete') }} {{ __('Delete') }}
</x-button> </x-button>
@endif @endif
</div> </div>
<div> <div>
<x-button :href="$fromUrl"> <x-button :href="$fromUrl">
<i class="fa fa-thin fa-arrow-left"></i> <i class="fa fa-solid fa-arrow-left"></i>
{{ __('Back') }} {{ __('Back') }}
</x-button> </x-button>
</div> </div>
@@ -76,7 +76,7 @@
<x-input.group :for="md5('orangePill.save')" label=""> <x-input.group :for="md5('orangePill.save')" label="">
<x-button primary wire:click="save"> <x-button primary wire:click="save">
<i class="fa fa-thin fa-save"></i> <i class="fa fa-solid fa-save"></i>
{{ __('Save') }} {{ __('Save') }}
</x-button> </x-button>
</x-input.group> </x-input.group>

View File

@@ -32,13 +32,13 @@
x-transition:leave-start="opacity-100" x-transition:leave-start="opacity-100"
x-transition:leave-end="opacity-0 scale-90" 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"> 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-thin fa-bolt-lightning"></i> <i class="fa-solid fa-bolt-lightning"></i>
<span class="ml-3" x-text="show ? 'Schließen' : 'Donate'"></span> <span class="ml-3" x-text="show ? 'Schließen' : 'Donate'"></span>
</div> </div>
@else @else
<a href="{{ route('profile.show') }}" <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"> 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-thin fa-bolt-slash"></i> <i class="fa-solid fa-bolt-slash"></i>
<span class="ml-3">{{ __('Missing lightning address') }}</span> <span class="ml-3">{{ __('Missing lightning address') }}</span>
</a> </a>
@endif @endif

View File

@@ -108,7 +108,7 @@
> >
<span>{{ __('Send') }}</span> <span>{{ __('Send') }}</span>
<span class="ml-2"> <span class="ml-2">
<i class="fa-thin fa-envelope w-4 h-4 transform rotate-45 -mt-px"></i> <i class="fa-solid fa-envelope w-4 h-4 transform rotate-45 -mt-px"></i>
</span> </span>
</button> </button>
</div> </div>

View File

@@ -8,7 +8,7 @@
<div class="flex flex-row space-x-2 items-center"> <div class="flex flex-row space-x-2 items-center">
<div> <div>
<x-button :href="$fromUrl"> <x-button :href="$fromUrl">
<i class="fa fa-thin fa-arrow-left"></i> <i class="fa fa-solid fa-arrow-left"></i>
{{ __('Back') }} {{ __('Back') }}
</x-button> </x-button>
</div> </div>
@@ -58,7 +58,7 @@
<x-input.group :for="md5('meetupEvent.link')" label=""> <x-input.group :for="md5('meetupEvent.link')" label="">
<x-button primary wire:click="save"> <x-button primary wire:click="save">
<i class="fa fa-thin fa-save"></i> <i class="fa fa-solid fa-save"></i>
{{ __('Save') }} {{ __('Save') }}
</x-button> </x-button>
</x-input.group> </x-input.group>

View File

@@ -9,7 +9,7 @@
<div class="flex flex-row space-x-2 items-center"> <div class="flex flex-row space-x-2 items-center">
<div> <div>
<x-button :href="$fromUrl"> <x-button :href="$fromUrl">
<i class="fa fa-thin fa-arrow-left"></i> <i class="fa fa-solid fa-arrow-left"></i>
{{ __('Back') }} {{ __('Back') }}
</x-button> </x-button>
</div> </div>
@@ -91,7 +91,7 @@
<x-input.group :for="md5('meetupEvent.link')" label=""> <x-input.group :for="md5('meetupEvent.link')" label="">
<x-button primary wire:click="save"> <x-button primary wire:click="save">
<i class="fa fa-thin fa-save"></i> <i class="fa fa-solid fa-save"></i>
{{ __('Save') }} {{ __('Save') }}
</x-button> </x-button>
</x-input.group> </x-input.group>

View File

@@ -38,14 +38,14 @@
<li> <li>
<a href="https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal/discussions" target="_blank" <a href="https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal/discussions" target="_blank"
class="px-4 text-gray-500 hover:text-white"> class="px-4 text-gray-500 hover:text-white">
<i class="fa fa-thin fa-thought-bubble mr-1"></i> <i class="fa fa-solid fa-thought-bubble mr-1"></i>
{{ __('Wish List/Feedback') }} {{ __('Wish List/Feedback') }}
</a> </a>
</li> </li>
<li> <li>
<a href="/languages/{{ $language->language }}/translations" target="_blank" <a href="/languages/{{ $language->language }}/translations" target="_blank"
class="px-4 text-gray-500 hover:text-white"> class="px-4 text-gray-500 hover:text-white">
<i class="fa fa-thin fa-language mr-1"></i> <i class="fa fa-solid fa-language mr-1"></i>
{{ __('Translate (:lang :percent%)', ['lang' => $language->name ? $language->name : $language->language, 'percent' => $percentTranslated]) }} {{ __('Translate (:lang :percent%)', ['lang' => $language->name ? $language->name : $language->language, 'percent' => $percentTranslated]) }}
</a> </a>
</li> </li>

View File

@@ -49,7 +49,7 @@
@csrf @csrf
<button secondary type="submit" <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"> 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-thin fa-sign-out"></i> <i class="fa-solid fa-sign-out"></i>
{{ __('Logout') }} {{ __('Logout') }}
</button> </button>
</form> </form>
@@ -99,7 +99,7 @@
@csrf @csrf
<button secondary type="submit" <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"> 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-thin fa-sign-out"></i> <i class="fa-solid fa-sign-out"></i>
{{ __('Logout') }} {{ __('Logout') }}
</button> </button>
</form> </form>

View File

@@ -29,7 +29,7 @@
<a href="{{ route('project.table.projectFunding', ['country' => $country]) }}" <a href="{{ route('project.table.projectFunding', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-rectangle-history flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-rectangle-history flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Submitted projects') }} {{ __('Submitted projects') }}
</a> </a>
@@ -43,7 +43,7 @@
<a href="{{ route('project.projectProposal.form', ['country' => $country]) }}" <a href="{{ route('project.projectProposal.form', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Submit project for funding') }} {{ __('Submit project for funding') }}
</a> </a>

View File

@@ -29,32 +29,32 @@
<a href="{{ route('bookCases.table.city', ['country' => $country]) }}" <a href="{{ route('bookCases.table.city', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-city flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-city flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('City search') }} {{ __('City search') }}
</a> </a>
<a href="{{ route('bookCases.table.bookcases', ['country' => $country]) }}" <a href="{{ route('bookCases.table.bookcases', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-book flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-book flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Bookcases') }} {{ __('Bookcases') }}
</a> </a>
<a href="{{ route('bookCases.world', ['country' => $country]) }}" <a href="{{ route('bookCases.world', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-map flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-map flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('World map') }} {{ __('World map') }}
</a> </a>
<a href="{{ route('bookCases.heatmap', ['country' => $country]) }}" <a href="{{ route('bookCases.heatmap', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-heat flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-heat flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Heatmap') }} {{ __('Heatmap') }}
</a> </a>
@auth @auth
<a href="{{ route('bookCases.highScoreTable', ['country' => $country]) }}" <a href="{{ route('bookCases.highScoreTable', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-star flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-star flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Highscore Table') }} {{ __('Highscore Table') }}
</a> </a>
@endauth @endauth
@@ -69,7 +69,7 @@
<a href="https://openbookcase.de/" target="_blank" <a href="https://openbookcase.de/" target="_blank"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Submit new book case') }} {{ __('Submit new book case') }}
</a> </a>

View File

@@ -29,31 +29,31 @@
<a href="{{ route('school.table.city', ['country' => $country]) }}" <a href="{{ route('school.table.city', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-city flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-city flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Cities') }} {{ __('Cities') }}
</a> </a>
<a href="{{ route('school.table.lecturer', ['country' => $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"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-chalkboard-user flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-chalkboard-user flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Lecturers') }} {{ __('Lecturers') }}
</a> </a>
<a href="{{ route('school.table.venue', ['country' => $country]) }}" <a href="{{ route('school.table.venue', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-building flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-building flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Venues') }} {{ __('Venues') }}
</a> </a>
<a href="{{ route('school.table.course', ['country' => $country]) }}" <a href="{{ route('school.table.course', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-screen-users flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-screen-users flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Courses') }} {{ __('Courses') }}
</a> </a>
<a href="{{ route('school.table.event', ['country' => $country]) }}" <a href="{{ route('school.table.event', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-calendar flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-calendar flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Course Events') }} {{ __('Course Events') }}
</a> </a>
@@ -67,43 +67,43 @@
<a href="{{ route('contentCreator.form') }}" <a href="{{ route('contentCreator.form') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Register lecturer') }} {{ __('Register lecturer') }}
</a> </a>
<a href="{{ route('venue.form') }}" <a href="{{ route('venue.form') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Create venue') }} {{ __('Create venue') }}
</a> </a>
<a href="{{ route('course.form.course') }}" <a href="{{ route('course.form.course') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Register course') }} {{ __('Register course') }}
</a> </a>
<a href="{{ route('course.form.courseEvent') }}" <a href="{{ route('course.form.courseEvent') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Register course date') }} {{ __('Register course date') }}
</a> </a>
<a href="{{ route('school.table.lecturer', ['country' => $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"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Manage lecturers') }} {{ __('Manage lecturers') }}
</a> </a>
<a href="{{ route('bookCases.table.city', ['country' => $country, 'manage' => true]) }}" <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"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Manage cities/areas') }} {{ __('Manage cities/areas') }}
</a> </a>
<a href="{{ route('school.table.venue', ['country' => $country, 'manage' => true]) }}" <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"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Manage venues') }} {{ __('Manage venues') }}
</a> </a>

View File

@@ -29,7 +29,7 @@
<a href="{{ route('bitcoinEvent.table.bitcoinEvent', ['country' => $country]) }}" <a href="{{ route('bitcoinEvent.table.bitcoinEvent', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-calendar-lines-pen flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-calendar-lines-pen flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Events') }} {{ __('Events') }}
</a> </a>
@@ -43,25 +43,25 @@
<a href="{{ route('venue.form') }}" <a href="{{ route('venue.form') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Create venue') }} {{ __('Create venue') }}
</a> </a>
<a href="{{ route('bitcoinEvent.form') }}" <a href="{{ route('bitcoinEvent.form') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Register event') }} {{ __('Register event') }}
</a> </a>
<a href="{{ route('bookCases.table.city', ['country' => $country, 'manage' => true]) }}" <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"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Manage cities/areas') }} {{ __('Manage cities/areas') }}
</a> </a>
<a href="{{ route('school.table.venue', ['country' => $country, 'manage' => true]) }}" <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"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Manage venues') }} {{ __('Manage venues') }}
</a> </a>

View File

@@ -29,50 +29,50 @@
<a href="{{ route('library.table.libraryItems', ['country' => $country]) }}" <a href="{{ route('library.table.libraryItems', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-search flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-search flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Search') }} {{ __('Search') }}
</a> </a>
<a href="{{ route('library.table.libraryItems', ['country' => $country, 'currentTab' => 'Tutorials']) }}" <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"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-graduation-cap flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-graduation-cap flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Tutorials') }} {{ __('Tutorials') }}
</a> </a>
<a href="{{ route('library.table.libraryItems', ['country' => $country, 'currentTab' => 'Videos']) }}" <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"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-video flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-video flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Videos') }} {{ __('Videos') }}
</a> </a>
<a href="{{ route('library.table.libraryItems', ['country' => $country, 'currentTab' => 'Bücher']) }}" <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"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-book flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-book flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Bücher') }} {{ __('Bücher') }}
</a> </a>
<a href="{{ route('buecherverleih') }}" <a href="{{ route('buecherverleih') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-book-arrow-right flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-book-arrow-right flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Bücherverleih') }} {{ __('Bücherverleih') }}
</a> </a>
<a href="{{ route('library.table.podcastsEpisodes', ['country' => $country]) }}" <a href="{{ route('library.table.podcastsEpisodes', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-podcast flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-podcast flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Podcast Episodes') }} {{ __('Podcast Episodes') }}
</a> </a>
<a href="{{ route('bindles', ['country' => null]) }}" <a href="{{ route('bindles', ['country' => null]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-image flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-image flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Bindles') }} {{ __('Bindles') }}
</a> </a>
@auth @auth
<a href="{{ route('library.table.lecturer', ['country' => $country]) }}" <a href="{{ route('library.table.lecturer', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-school flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-school flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Library for lecturers') }} {{ __('Library for lecturers') }}
</a> </a>
@endauth @endauth
@@ -87,13 +87,13 @@
<a href="{{ route('library.libraryItem.form', ['country' => $country]) }}" <a href="{{ route('library.libraryItem.form', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400"></i> <i class="fa-solid fa-plus flex-none text-gray-400"></i>
{{ __('Submit contents') }} {{ __('Submit contents') }}
</a> </a>
<a href="{{ route('school.table.lecturer', ['country' => $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"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400"></i> <i class="fa-solid fa-list flex-none text-gray-400"></i>
{{ __('Manage content creators') }} {{ __('Manage content creators') }}
</a> </a>

View File

@@ -29,19 +29,19 @@
<a href="{{ route('meetup.world', ['country' => $country]) }}" <a href="{{ route('meetup.world', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-globe flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-globe flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('World map') }} {{ __('World map') }}
</a> </a>
<a href="{{ route('meetup.table.meetup', ['country' => $country]) }}" <a href="{{ route('meetup.table.meetup', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-people-group flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-people-group flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Meetups') }} {{ __('Meetups') }}
</a> </a>
<a href="{{ route('meetup.table.meetupEvent', ['country' => $country]) }}" <a href="{{ route('meetup.table.meetupEvent', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-calendar flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-calendar flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Meetup dates') }} {{ __('Meetup dates') }}
</a> </a>
@@ -55,25 +55,25 @@
<a href="{{ route('meetup.meetup.form', ['country' => $country]) }}" <a href="{{ route('meetup.meetup.form', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Submit Meetup') }} {{ __('Submit Meetup') }}
</a> </a>
<a href="{{ route('meetup.event.form', ['country' => $country]) }}" <a href="{{ route('meetup.event.form', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Register Meetup date') }} {{ __('Register Meetup date') }}
</a> </a>
<a href="{{ route('bookCases.table.city', ['country' => $country, 'manage' => true]) }}" <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"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Manage cities/areas') }} {{ __('Manage cities/areas') }}
</a> </a>
<a href="{{ route('profile.meetups') }}" <a href="{{ route('profile.meetups') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-user-group flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-user-group flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('My meetups') }} {{ __('My meetups') }}
</a> </a>

View File

@@ -29,13 +29,13 @@
<a href="{{ route('article.overview') }}" <a href="{{ route('article.overview') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-newspaper flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-newspaper flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('News Article') }} {{ __('News Article') }}
</a> </a>
<a href="{{ route('authors.overview') }}" <a href="{{ route('authors.overview') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-pen-nib flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-pen-nib flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Authors') }} {{ __('Authors') }}
</a> </a>
@@ -49,14 +49,14 @@
<a href="{{ route('news.form') }}" <a href="{{ route('news.form') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Submit news articles') }} {{ __('Submit news articles') }}
</a> </a>
@if($country) @if($country)
<a href="{{ route('school.table.lecturer', ['country' => $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"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Manage content creators') }} {{ __('Manage content creators') }}
</a> </a>
@endif @endif

View File

@@ -32,19 +32,19 @@
<a href="{{ route('profile.show') }}" <a href="{{ route('profile.show') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-city flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-city flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('My profile') }} {{ __('My profile') }}
</a> </a>
<a href="{{ route('profile.meetups') }}" <a href="{{ route('profile.meetups') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-user-group flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-user-group flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('My meetups') }} {{ __('My meetups') }}
</a> </a>
<a href="{{ route('profile.lnbits') }}" <a href="{{ route('profile.lnbits') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-key-skeleton-left-right flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-key-skeleton-left-right flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('LNBits') }} {{ __('LNBits') }}
</a> </a>
@@ -58,7 +58,7 @@
<a href="{{ route('profile.wallet') }}" <a href="{{ route('profile.wallet') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-bolt flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i> <i class="fa-solid fa-bolt flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Change lightning wallet/pubkey') }} {{ __('Change lightning wallet/pubkey') }}
</a> </a>

View File

@@ -32,14 +32,14 @@
<div class="py-2 sm:py-0"> <div class="py-2 sm:py-0">
@if(!auth()->check()) @if(!auth()->check())
<x-button secondary href="{{ route('auth.ln') }}"> <x-button secondary href="{{ route('auth.ln') }}">
<i class="fa-thin fa-sign-in"></i> <i class="fa-solid fa-sign-in"></i>
{{ __('Login') }} {{ __('Login') }}
</x-button> </x-button>
@else @else
<form method="POST" action="{{ route('logout') }}" class="inline"> <form method="POST" action="{{ route('logout') }}" class="inline">
@csrf @csrf
<x-button secondary type="submit"> <x-button secondary type="submit">
<i class="fa-thin fa-sign-out"></i> <i class="fa-solid fa-sign-out"></i>
{{ __('Logout') }} {{ __('Logout') }}
</x-button> </x-button>
</form> </form>

View File

@@ -9,7 +9,7 @@
<div class="flex flex-row space-x-2 items-center"> <div class="flex flex-row space-x-2 items-center">
<div> <div>
<x-button :href="$fromUrl"> <x-button :href="$fromUrl">
<i class="fa fa-thin fa-arrow-left"></i> <i class="fa fa-solid fa-arrow-left"></i>
{{ __('Back') }} {{ __('Back') }}
</x-button> </x-button>
</div> </div>
@@ -28,7 +28,7 @@
</div> </div>
<div> <div>
<x-button xs :href="route('contentCreator.form')"> <x-button xs :href="route('contentCreator.form')">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Create new author') }} {{ __('Create new author') }}
</x-button> </x-button>
</div> </div>
@@ -84,7 +84,7 @@
xs xs
wire:click="$set('addTag', true)" wire:click="$set('addTag', true)"
> >
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Add') }} {{ __('Add') }}
</x-button> </x-button>
@else @else
@@ -92,7 +92,7 @@
<x-button <x-button
xs xs
wire:click="addTag"> wire:click="addTag">
<i class="text-xl fa-thin fa-save"></i> <i class="text-xl fa-solid fa-save"></i>
</x-button> </x-button>
@endif @endif
</div> </div>
@@ -201,7 +201,7 @@
<x-input.group :for="md5('meetupEvent.link')" label=""> <x-input.group :for="md5('meetupEvent.link')" label="">
<x-button primary wire:click="save"> <x-button primary wire:click="save">
<i class="fa fa-thin fa-save"></i> <i class="fa fa-solid fa-save"></i>
{{ __('Save') }} {{ __('Save') }}
</x-button> </x-button>
</x-input.group> </x-input.group>

View File

@@ -5,7 +5,7 @@
<div class="w-full mb-6 sm:my-6"> <div class="w-full mb-6 sm:my-6">
<div class="flex w-full justify-center mb-4"> <div class="flex w-full justify-center mb-4">
<x-button primary :href="route('library.libraryItem.form', ['country' => $country])"> <x-button primary :href="route('library.libraryItem.form', ['country' => $country])">
<i class="fa-thin fa-plus"></i> <i class="fa-solid fa-plus"></i>
{{ __('Submit contents') }} {{ __('Submit contents') }}
</x-button> </x-button>
</div> </div>
@@ -19,7 +19,7 @@
flat flat
squared squared
> >
<i class="fa-thin fa-xmark"></i> <i class="fa-solid fa-xmark"></i>
</x-button> </x-button>
</div> </div>
</x-slot> </x-slot>
@@ -130,7 +130,7 @@
<div> <div>
<x-button xs <x-button xs
:href="route('library.libraryItem.form', ['country' => $country, 'libraryItem' => $libraryItem])"> :href="route('library.libraryItem.form', ['country' => $country, 'libraryItem' => $libraryItem])">
<i class="fa fa-thin fa-edit"></i> <i class="fa fa-solid fa-edit"></i>
{{ __('Edit') }} {{ __('Edit') }}
</x-button> </x-button>
</div> </div>

View File

@@ -13,7 +13,7 @@
flat flat
squared squared
> >
<i class="fa-thin fa-xmark"></i> <i class="fa-solid fa-xmark"></i>
</x-button> </x-button>
</div> </div>
</x-slot> </x-slot>

View File

@@ -36,12 +36,12 @@
> >
@if(in_array($tag->id, $filters['tag'] ?? [], false)) @if(in_array($tag->id, $filters['tag'] ?? [], false))
<x-badge squared amber> <x-badge squared amber>
<i class="fa fa-thin fa-{{ $tag->icon }}"></i> <i class="fa fa-solid fa-{{ $tag->icon }}"></i>
{{ $tag->name }} {{ $tag->name }}
</x-badge> </x-badge>
@else @else
<x-badge squared gray> <x-badge squared gray>
<i class="fa fa-thin fa-{{ $tag->icon }}"></i> <i class="fa fa-solid fa-{{ $tag->icon }}"></i>
{{ $tag->name }} {{ $tag->name }}
</x-badge> </x-badge>
@endif @endif

View File

@@ -10,14 +10,14 @@
<div> <div>
@if($meetupEvent->id) @if($meetupEvent->id)
<x-button negative wire:click="deleteMe"> <x-button negative wire:click="deleteMe">
<i class="fa fa-thin fa-trash"></i> <i class="fa fa-solid fa-trash"></i>
{{ __('Delete') }} {{ __('Delete') }}
</x-button> </x-button>
@endif @endif
</div> </div>
<div> <div>
<x-button :href="$fromUrl"> <x-button :href="$fromUrl">
<i class="fa fa-thin fa-arrow-left"></i> <i class="fa fa-solid fa-arrow-left"></i>
{{ __('Back') }} {{ __('Back') }}
</x-button> </x-button>
</div> </div>
@@ -111,7 +111,7 @@
<x-input.group :for="md5('meetupEvent.link')" :label="__('Action')"> <x-input.group :for="md5('meetupEvent.link')" :label="__('Action')">
<x-button primary wire:click="submit"> <x-button primary wire:click="submit">
<i class="fa fa-thin fa-save"></i> <i class="fa fa-solid fa-save"></i>
{{ __('Save') }} {{ __('Save') }}
</x-button> </x-button>
</x-input.group> </x-input.group>

View File

@@ -10,7 +10,7 @@
<div> <div>
<x-button :href="$fromUrl"> <x-button :href="$fromUrl">
<i class="fa fa-thin fa-arrow-left"></i> <i class="fa fa-solid fa-arrow-left"></i>
{{ __('Back') }} {{ __('Back') }}
</x-button> </x-button>
</div> </div>
@@ -60,7 +60,7 @@
{{ __('City/Area') }} {{ __('City/Area') }}
</div> </div>
<x-button xs :href="route('city.form')"> <x-button xs :href="route('city.form')">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('New City') }} {{ __('New City') }}
</x-button> </x-button>
</div> </div>
@@ -119,7 +119,7 @@
<x-input.group :for="md5('meetup.link')" :label="__('Action')"> <x-input.group :for="md5('meetup.link')" :label="__('Action')">
<x-button primary wire:click="submit"> <x-button primary wire:click="submit">
<i class="fa fa-thin fa-save"></i> <i class="fa fa-solid fa-save"></i>
{{ __('Save') }} {{ __('Save') }}
</x-button> </x-button>
</x-input.group> </x-input.group>

View File

@@ -23,7 +23,7 @@
<x-button black target="_blank" class="my-6" <x-button black target="_blank" class="my-6"
:href="route('export.meetupEvent', ['meetupEvent' => $meetupEvent])"> :href="route('export.meetupEvent', ['meetupEvent' => $meetupEvent])">
<i class="fa-thin fa-file-excel"></i> <i class="fa-solid fa-file-excel"></i>
{{ __('Download') }} {{ __('Download') }}
</x-button> </x-button>
@@ -88,7 +88,7 @@
target="_blank" target="_blank"
:href="$meetupEvent->link" :href="$meetupEvent->link"
primary lg class="mt-4 whitespace-nowrap"> primary lg class="mt-4 whitespace-nowrap">
<i class="fa fa-thin fa-external-link mr-2"></i> <i class="fa fa-solid fa-external-link mr-2"></i>
{{ __('Event-Link') }} {{ __('Event-Link') }}
</x-button> </x-button>
@endif @endif
@@ -101,7 +101,7 @@
target="_blank" target="_blank"
:href="$meetup->telegram_link" :href="$meetup->telegram_link"
secondary lg class="mt-4 whitespace-nowrap"> secondary lg class="mt-4 whitespace-nowrap">
<i class="fa fa-thin fa-external-link mr-2"></i> <i class="fa fa-solid fa-external-link mr-2"></i>
{{ __('Telegram-Link') }} {{ __('Telegram-Link') }}
</x-button> </x-button>
@endif @endif
@@ -112,7 +112,7 @@
target="_blank" target="_blank"
:href="$meetup->webpage" :href="$meetup->webpage"
secondary lg class="mt-4 whitespace-nowrap"> secondary lg class="mt-4 whitespace-nowrap">
<i class="fa fa-thin fa-external-link mr-2"></i> <i class="fa fa-solid fa-external-link mr-2"></i>
{{ __('Website') }} {{ __('Website') }}
</x-button> </x-button>
@endif @endif
@@ -123,7 +123,7 @@
target="_blank" target="_blank"
:href="$meetup->matrix_group" :href="$meetup->matrix_group"
secondary lg class="mt-4 whitespace-nowrap"> secondary lg class="mt-4 whitespace-nowrap">
<i class="fa fa-thin fa-people-group mr-2"></i> <i class="fa fa-solid fa-people-group mr-2"></i>
{{ __('Matrix-Group') }} {{ __('Matrix-Group') }}
</x-button> </x-button>
@endif @endif
@@ -134,7 +134,7 @@
target="_blank" target="_blank"
:href="'https://twitter.com/'.$meetup->twitter_username" :href="'https://twitter.com/'.$meetup->twitter_username"
secondary lg class="mt-4 whitespace-nowrap"> secondary lg class="mt-4 whitespace-nowrap">
<i class="fa fa-thin fa-external-link mr-2"></i> <i class="fa fa-solid fa-external-link mr-2"></i>
{{ __('Twitter') }} {{ __('Twitter') }}
</x-button> </x-button>
@endif @endif
@@ -181,7 +181,7 @@
execute: () => window.$wireui.notify({'title': '{{ __('You have not confirmed your participation.') }}','icon': 'warning'})} execute: () => window.$wireui.notify({'title': '{{ __('You have not confirmed your participation.') }}','icon': 'warning'})}
})" })"
> >
<i class="fa fa-thin fa-check mr-2"></i> <i class="fa fa-solid fa-check mr-2"></i>
{{ __('I will show up') }} {{ __('I will show up') }}
</x-button> </x-button>
</div> </div>
@@ -196,7 +196,7 @@
reject: {label: '{{ __('No, cancel') }}', reject: {label: '{{ __('No, cancel') }}',
}})" }})"
lg primary> lg primary>
<i class="fa fa-thin fa-face-frown mr-2"></i> <i class="fa fa-solid fa-face-frown mr-2"></i>
{{ __('Unfortunately I cannot come') }} {{ __('Unfortunately I cannot come') }}
</x-button> </x-button>
</div> </div>
@@ -214,7 +214,7 @@
reject: {label: '{{ __('No, cancel') }}', reject: {label: '{{ __('No, cancel') }}',
execute: () => window.$wireui.notify({'title': '{{ __('You have not confirmed your participation.') }}','icon': 'warning'})}})" execute: () => window.$wireui.notify({'title': '{{ __('You have not confirmed your participation.') }}','icon': 'warning'})}})"
lg> lg>
<i class="fa fa-thin fa-question mr-2"></i> <i class="fa fa-solid fa-question mr-2"></i>
{{ __('Might attend') }} {{ __('Might attend') }}
</x-button> </x-button>
</div> </div>
@@ -248,7 +248,7 @@
</ul> </ul>
<div class="w-full flex justify-end"> <div class="w-full flex justify-end">
<x-button xs secondary :href="route('auth.ln')"> <x-button xs secondary :href="route('auth.ln')">
<i class="fa fa-thin fa-sign-in"></i> <i class="fa fa-solid fa-sign-in"></i>
{{ __('Login') }} {{ __('Login') }}
</x-button> </x-button>
</div> </div>
@@ -294,7 +294,7 @@
</ul> </ul>
<div class="w-full flex justify-end"> <div class="w-full flex justify-end">
<x-button xs secondary :href="route('auth.ln')"> <x-button xs secondary :href="route('auth.ln')">
<i class="fa fa-thin fa-sign-in"></i> <i class="fa fa-solid fa-sign-in"></i>
{{ __('Login') }} {{ __('Login') }}
</x-button> </x-button>
</div> </div>

View File

@@ -22,7 +22,7 @@
target="_blank" target="_blank"
:href="$meetup->telegram_link" :href="$meetup->telegram_link"
primary lg class="mt-4 whitespace-nowrap"> primary lg class="mt-4 whitespace-nowrap">
<i class="fa fa-thin fa-external-link mr-2"></i> <i class="fa fa-solid fa-external-link mr-2"></i>
{{ __('Telegram-Link') }} {{ __('Telegram-Link') }}
</x-button> </x-button>
@endif @endif
@@ -31,7 +31,7 @@
target="_blank" target="_blank"
:href="$meetup->webpage" :href="$meetup->webpage"
primary lg class="mt-4 whitespace-nowrap"> primary lg class="mt-4 whitespace-nowrap">
<i class="fa fa-thin fa-external-link mr-2"></i> <i class="fa fa-solid fa-external-link mr-2"></i>
{{ __('Website') }} {{ __('Website') }}
</x-button> </x-button>
@endif @endif
@@ -40,7 +40,7 @@
target="_blank" target="_blank"
:href="$meetup->matrix_group" :href="$meetup->matrix_group"
primary lg class="mt-4 whitespace-nowrap"> primary lg class="mt-4 whitespace-nowrap">
<i class="fa fa-thin fa-people-group mr-2"></i> <i class="fa fa-solid fa-people-group mr-2"></i>
{{ __('Matrix-Group') }} {{ __('Matrix-Group') }}
</x-button> </x-button>
@endif @endif
@@ -49,7 +49,7 @@
target="_blank" target="_blank"
:href="'https://twitter.com/'.$meetup->twitter_username" :href="'https://twitter.com/'.$meetup->twitter_username"
primary lg class="mt-4 whitespace-nowrap"> primary lg class="mt-4 whitespace-nowrap">
<i class="fa fa-thin fa-external-link mr-2"></i> <i class="fa fa-solid fa-external-link mr-2"></i>
{{ __('Twitter') }} {{ __('Twitter') }}
</x-button> </x-button>
@endif @endif
@@ -119,7 +119,7 @@
<div class="-ml-px flex w-0 flex-1"> <div class="-ml-px flex w-0 flex-1">
<a target="_blank" href="{{ route('meetup.event.landing', ['country' => $country, 'meetupEvent' => $meetupEvent]) }}" <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"> 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-thin fa-right-to-bracket"></i> <i class="text-gray-100 text-2xl fa-solid fa-right-to-bracket"></i>
<span class="ml-3 text-gray-100 text-2xl">{{ __('Link to participate') }}</span> <span class="ml-3 text-gray-100 text-2xl">{{ __('Link to participate') }}</span>
</a> </a>
</div> </div>

View File

@@ -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'});" @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> amber>
<i class="fa fa-thin fa-calendar-arrow-down mr-2"></i> <i class="fa fa-solid 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>
@if(auth()->check() && auth()->user()->meetups->count() > 0) @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'});" @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> black>
<i class="fa fa-thin fa-calendar-heart mr-2"></i> <i class="fa fa-solid fa-calendar-heart mr-2"></i>
{{ __('Calendar Stream-Url for my meetups only') }} {{ __('Calendar Stream-Url for my meetups only') }}
</x-button> </x-button>
@endif @endif
@@ -33,7 +33,7 @@
}" }"
@click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Embed code for the map copied!') }}',icon:'success'});" @click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Embed code for the map copied!') }}',icon:'success'});"
amber> amber>
<i class="fa fa-thin fa-code mr-2"></i> <i class="fa fa-solid fa-code mr-2"></i>
{{ __('Copy embed code for the map') }} <img class="h-6 rounded" {{ __('Copy embed code for the map') }} <img class="h-6 rounded"
src="{{ asset('vendor/blade-country-flags/4x3-'. $country->code .'.svg') }}" src="{{ asset('vendor/blade-country-flags/4x3-'. $country->code .'.svg') }}"
alt="{{ $country->code }}"> alt="{{ $country->code }}">

View File

@@ -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'});" @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> amber>
<i class="fa fa-thin fa-calendar-arrow-down mr-2"></i> <i class="fa fa-solid 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>
@if(auth()->check() && auth()->user()->meetups->count() > 0) @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'});" @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> black>
<i class="fa fa-thin fa-calendar-heart mr-2"></i> <i class="fa fa-solid fa-calendar-heart mr-2"></i>
{{ __('Calendar Stream-Url for my meetups only') }} {{ __('Calendar Stream-Url for my meetups only') }}
</x-button> </x-button>
@endif @endif
@@ -32,7 +32,7 @@
}" }"
@click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Embed code for the map copied!') }}',icon:'success'});" @click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Embed code for the map copied!') }}',icon:'success'});"
amber> amber>
<i class="fa fa-thin fa-code mr-2"></i> <i class="fa fa-solid fa-code mr-2"></i>
{{ __('Copy embed code for the map') }} <img class="h-6 rounded" {{ __('Copy embed code for the map') }} <img class="h-6 rounded"
src="{{ asset('vendor/blade-country-flags/4x3-'. $country->code .'.svg') }}" src="{{ asset('vendor/blade-country-flags/4x3-'. $country->code .'.svg') }}"
alt="{{ $country->code }}"> alt="{{ $country->code }}">

View File

@@ -26,7 +26,7 @@
class="whitespace-nowrap" class="whitespace-nowrap"
:href="route('news.form')" :href="route('news.form')"
primary> primary>
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Submit news articles') }} {{ __('Submit news articles') }}
</x-button> </x-button>
@if(auth()->check() && auth()->user()->lnbits['wallet_id'] ?? false) @if(auth()->check() && auth()->user()->lnbits['wallet_id'] ?? false)
@@ -34,18 +34,18 @@
class="whitespace-nowrap" class="whitespace-nowrap"
:href="route('news.form', ['type' => 'paid'])" :href="route('news.form', ['type' => 'paid'])"
primary> primary>
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Submit paid news article') }} {{ __('Submit paid news article') }}
<i class="fa fa-thin fa-coins"></i> <i class="fa fa-solid fa-coins"></i>
</x-button> </x-button>
@elseif(auth()->check()) @elseif(auth()->check())
<x-button <x-button
class="whitespace-nowrap" class="whitespace-nowrap"
:href="route('profile.lnbits')" :href="route('profile.lnbits')"
black> black>
<i class="fa fa-thin fa-gear"></i> <i class="fa fa-solid fa-gear"></i>
{{ __('Setup LNBits for paid articles') }} {{ __('Setup LNBits for paid articles') }}
<i class="fa fa-thin fa-coins"></i> <i class="fa fa-solid fa-coins"></i>
</x-button> </x-button>
@endif @endif
@endauth @endauth
@@ -135,7 +135,7 @@
reject: {label: '{{ __('No, cancel') }}'}, reject: {label: '{{ __('No, cancel') }}'},
})" })"
> >
<i class="fa fa-thin fa-message-plus"></i> <i class="fa fa-solid fa-message-plus"></i>
{{ __('Publish on Nostr') }} {{ __('Publish on Nostr') }}
</x-button> </x-button>
</div> </div>
@@ -143,7 +143,7 @@
@if($libraryItem->approved && $libraryItem->nostr_status) @if($libraryItem->approved && $libraryItem->nostr_status)
<div> <div>
<x-badge purple> <x-badge purple>
<i class="fa fa-thin fa-check"></i> <i class="fa fa-solid fa-check"></i>
{{ __('nostr') }} {{ __('nostr') }}
</x-badge> </x-badge>
</div> </div>
@@ -155,7 +155,7 @@
xs xs
wire:click="approve({{ $libraryItem->id }})" wire:click="approve({{ $libraryItem->id }})"
> >
<i class="fa fa-thin fa-check"></i> <i class="fa fa-solid fa-check"></i>
{{ __('Approve') }} {{ __('Approve') }}
</x-button> </x-button>
@endif @endif
@@ -163,7 +163,7 @@
<div> <div>
<x-button xs <x-button xs
:href="route('news.form', ['libraryItem' => $libraryItem, 'type' => $libraryItem->sats ? 'paid' : null])"> :href="route('news.form', ['libraryItem' => $libraryItem, 'type' => $libraryItem->sats ? 'paid' : null])">
<i class="fa fa-thin fa-edit"></i> <i class="fa fa-solid fa-edit"></i>
{{ __('Edit') }} {{ __('Edit') }}
</x-button> </x-button>
</div> </div>

View File

@@ -22,14 +22,14 @@
reject: {label: '{{ __('No, cancel') }}', reject: {label: '{{ __('No, cancel') }}',
}})" }})"
negative> negative>
<i class="fa fa-thin fa-trash"></i> <i class="fa fa-solid fa-trash"></i>
{{ __('Delete') }} {{ __('Delete') }}
</x-button> </x-button>
@endif @endif
</div> </div>
<div> <div>
<x-button :href="$fromUrl"> <x-button :href="$fromUrl">
<i class="fa fa-thin fa-arrow-left"></i> <i class="fa fa-solid fa-arrow-left"></i>
{{ __('Back') }} {{ __('Back') }}
</x-button> </x-button>
</div> </div>
@@ -55,7 +55,7 @@
{{ __('Author') }} {{ __('Author') }}
</div> </div>
<x-button xs href="{{ route('contentCreator.form', ['country' => 'de']) }}"> <x-button xs href="{{ route('contentCreator.form', ['country' => 'de']) }}">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Create new author') }} {{ __('Create new author') }}
</x-button> </x-button>
</div> </div>
@@ -89,7 +89,7 @@
xs xs
wire:click="$set('addTag', true)" wire:click="$set('addTag', true)"
> >
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Add') }} {{ __('Add') }}
</x-button> </x-button>
@else @else
@@ -97,7 +97,7 @@
<x-button <x-button
xs xs
wire:click="addTag"> wire:click="addTag">
<i class="text-xl fa-thin fa-save"></i> <i class="text-xl fa-solid fa-save"></i>
</x-button> </x-button>
@endif @endif
</div> </div>
@@ -200,7 +200,7 @@
<x-input.group :for="md5('meetupEvent.link')" label=""> <x-input.group :for="md5('meetupEvent.link')" label="">
<x-button primary wire:click="save"> <x-button primary wire:click="save">
<i class="fa fa-thin fa-save"></i> <i class="fa fa-solid fa-save"></i>
{{ __('Save') }} {{ __('Save') }}
</x-button> </x-button>
</x-input.group> </x-input.group>

View File

@@ -99,7 +99,7 @@
</x-button> </x-button>
@elseif($libraryItem->type !== 'markdown_article' && $libraryItem->type !== 'markdown_article_extern') @elseif($libraryItem->type !== 'markdown_article' && $libraryItem->type !== 'markdown_article_extern')
<x-button lg amber :href="$libraryItem->value" target="_blank"> <x-button lg amber :href="$libraryItem->value" target="_blank">
<i class="fa fa-thin fa-book-open mr-2"></i> <i class="fa fa-solid fa-book-open mr-2"></i>
{{ __('Open') }} {{ __('Open') }}
</x-button> </x-button>
@endif @endif
@@ -107,13 +107,13 @@
@if($libraryItem->type === 'downloadable_file') @if($libraryItem->type === 'downloadable_file')
<x-button lg amber :href="$libraryItem->getFirstMediaUrl('single_file')" <x-button lg amber :href="$libraryItem->getFirstMediaUrl('single_file')"
target="_blank"> target="_blank">
<i class="fa fa-thin fa-download mr-2"></i> <i class="fa fa-solid fa-download mr-2"></i>
{{ __('Download') }} {{ __('Download') }}
</x-button> </x-button>
@endif @endif
@if($libraryItem->type === 'podcast_episode') @if($libraryItem->type === 'podcast_episode')
<x-button lg amber :href="$libraryItem->episode->data['link']" target="_blank"> <x-button lg amber :href="$libraryItem->episode->data['link']" target="_blank">
<i class="fa fa-thin fa-headphones mr-2"></i> <i class="fa fa-solid fa-headphones mr-2"></i>
{{ __('Listen') }} {{ __('Listen') }}
</x-button> </x-button>
@endif @endif
@@ -124,7 +124,7 @@
}" }"
@click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Share url copied!') }}',icon:'success'});" @click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Share url copied!') }}',icon:'success'});"
lg black> lg black>
<i class="fa fa-thin fa-copy mr-2"></i> <i class="fa fa-solid fa-copy mr-2"></i>
{{ __('Share link') }} {{ __('Share link') }}
</x-button> </x-button>
@elseif($libraryItem->news) @elseif($libraryItem->news)
@@ -134,7 +134,7 @@
}" }"
@click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Share url copied!') }}',icon:'success'});" @click.prevent="window.navigator.clipboard.writeText(textToCopy);window.$wireui.notify({title:'{{ __('Share url copied!') }}',icon:'success'});"
xs black> xs black>
<i class="fa fa-thin fa-copy mr-2"></i> <i class="fa fa-solid fa-copy mr-2"></i>
{{ __('Share link') }} {{ __('Share link') }}
</x-button> </x-button>
@else @else
@@ -191,7 +191,7 @@
wire.loading.attr="disabled" wire.loading.attr="disabled"
primary primary
wire:click="pay"> wire:click="pay">
<i class="fa-thin fa-bolt"></i> <i class="fa-solid fa-bolt"></i>
Pay with lightning Pay with lightning
</x-button> </x-button>
<div wire:click="$set('alreadyPaid', true)" <div wire:click="$set('alreadyPaid', true)"
@@ -268,7 +268,7 @@
<x-button <x-button
black black
> >
<i class="fa fa-thin fa-clipboard"></i> <i class="fa fa-solid fa-clipboard"></i>
{{ __('Copy payment hash') }} {{ __('Copy payment hash') }}
</x-button> </x-button>
</div> </div>

View File

@@ -39,7 +39,7 @@
<x-input.group :for="md5('save')" label=""> <x-input.group :for="md5('save')" label="">
<x-button primary wire:click="save"> <x-button primary wire:click="save">
<i class="fa fa-thin fa-save"></i> <i class="fa fa-solid fa-save"></i>
{{ __('Save') }} {{ __('Save') }}
</x-button> </x-button>
</x-input.group> </x-input.group>

View File

@@ -46,7 +46,7 @@
flat flat
squared squared
> >
<i class="fa-thin fa-xmark"></i> <i class="fa-solid fa-xmark"></i>
</x-button> </x-button>
</div> </div>
</x-slot> </x-slot>
@@ -80,7 +80,7 @@
primary primary
wire:click="signUpForMeetup({{ $meetup->id }})" wire:click="signUpForMeetup({{ $meetup->id }})"
> >
<i class="fa-thin fa-xmark"></i> <i class="fa-solid fa-xmark"></i>
{{ __('Deselect') }} {{ __('Deselect') }}
</x-button> </x-button>
@else @else
@@ -88,7 +88,7 @@
black black
wire:click="signUpForMeetup({{ $meetup->id }})" wire:click="signUpForMeetup({{ $meetup->id }})"
> >
<i class="fa-thin fa-check"></i> <i class="fa-solid fa-check"></i>
{{ __('Select') }} {{ __('Select') }}
</x-button> </x-button>
@endif @endif

View File

@@ -9,7 +9,7 @@
<div class="flex flex-row space-x-2 items-center"> <div class="flex flex-row space-x-2 items-center">
<div> <div>
<x-button :href="$fromUrl"> <x-button :href="$fromUrl">
<i class="fa fa-thin fa-arrow-left"></i> <i class="fa fa-solid fa-arrow-left"></i>
{{ __('Back') }} {{ __('Back') }}
</x-button> </x-button>
</div> </div>
@@ -62,7 +62,7 @@
<x-input.group :for="md5('save')" label=""> <x-input.group :for="md5('save')" label="">
<x-button primary wire:click="save"> <x-button primary wire:click="save">
<i class="fa fa-thin fa-save"></i> <i class="fa fa-solid fa-save"></i>
{{ __('Save') }} {{ __('Save') }}
</x-button> </x-button>
</x-input.group> </x-input.group>

View File

@@ -11,7 +11,7 @@
<div class="flex flex-row space-x-2 items-center"> <div class="flex flex-row space-x-2 items-center">
<div> <div>
<x-button :href="$fromUrl"> <x-button :href="$fromUrl">
<i class="fa fa-thin fa-arrow-left"></i> <i class="fa fa-solid fa-arrow-left"></i>
{{ __('Back') }} {{ __('Back') }}
</x-button> </x-button>
</div> </div>

View File

@@ -10,7 +10,7 @@
<div> <div>
<x-button :href="$fromUrl"> <x-button :href="$fromUrl">
<i class="fa fa-thin fa-arrow-left"></i> <i class="fa fa-solid fa-arrow-left"></i>
{{ __('Back') }} {{ __('Back') }}
</x-button> </x-button>
</div> </div>
@@ -28,7 +28,7 @@
{{ __('Course') }} {{ __('Course') }}
</div> </div>
<x-button xs href="{{ route('course.form.course') }}"> <x-button xs href="{{ route('course.form.course') }}">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Register course') }} {{ __('Register course') }}
</x-button> </x-button>
</div> </div>
@@ -59,7 +59,7 @@
{{ __('Venue') }} {{ __('Venue') }}
</div> </div>
<x-button xs href="{{ route('venue.form') }}"> <x-button xs href="{{ route('venue.form') }}">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Create venue') }} {{ __('Create venue') }}
</x-button> </x-button>
</div> </div>
@@ -114,7 +114,7 @@
<x-input.group :for="md5('save')" label=""> <x-input.group :for="md5('save')" label="">
<x-button primary wire:click="submit"> <x-button primary wire:click="submit">
<i class="fa fa-thin fa-save"></i> <i class="fa fa-solid fa-save"></i>
{{ __('Save') }} {{ __('Save') }}
</x-button> </x-button>
</x-input.group> </x-input.group>

View File

@@ -10,7 +10,7 @@
<div> <div>
<x-button :href="$fromUrl"> <x-button :href="$fromUrl">
<i class="fa fa-thin fa-arrow-left"></i> <i class="fa fa-solid fa-arrow-left"></i>
{{ __('Back') }} {{ __('Back') }}
</x-button> </x-button>
</div> </div>
@@ -93,7 +93,7 @@
<x-input.group :for="md5('save')" label=""> <x-input.group :for="md5('save')" label="">
<x-button primary wire:click="submit"> <x-button primary wire:click="submit">
<i class="fa fa-thin fa-save"></i> <i class="fa fa-solid fa-save"></i>
{{ __('Save') }} {{ __('Save') }}
</x-button> </x-button>
</x-input.group> </x-input.group>

View File

@@ -92,7 +92,7 @@
<div class="-ml-px flex w-0 flex-1"> <div class="-ml-px flex w-0 flex-1">
<a target="_blank" href="{{ $courseEvent->link }}" <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"> 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-thin fa-right-to-bracket"></i> <i class="text-gray-100 text-2xl fa-solid fa-right-to-bracket"></i>
<span class="ml-3 text-gray-100 text-2xl">{{ __('Register') }}</span> <span class="ml-3 text-gray-100 text-2xl">{{ __('Register') }}</span>
</a> </a>
</div> </div>
@@ -180,7 +180,7 @@
<div class="p-4 w-full flex justify-end"> <div class="p-4 w-full flex justify-end">
<x-button :href="route('welcome')" primary lg class="whitespace-nowrap"> <x-button :href="route('welcome')" primary lg class="whitespace-nowrap">
<i class="fa fa-thin fa-arrow-left mr-2"></i> <i class="fa fa-solid fa-arrow-left mr-2"></i>
{{ __('Back') }} {{ __('Back') }}
</x-button> </x-button>
</div> </div>

View File

@@ -21,7 +21,7 @@
<div <div
class="flex flex-shrink-0 justify-center p-0 my-0 mr-4 ml-0 align-baseline border-0 border-solid" 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-thin fa-{{ $tag->icon }} text-4xl"></i> <i class="fa fa-solid fa-{{ $tag->icon }} text-4xl"></i>
</div> </div>
<div <div
class="flex justify-between p-0 m-0 w-full align-baseline border-0 border-solid md:block lg:w-auto" class="flex justify-between p-0 m-0 w-full align-baseline border-0 border-solid md:block lg:w-auto"

View File

@@ -21,14 +21,14 @@
<p class="mt-6 text-base leading-7 text-gray-600"> <p class="mt-6 text-base leading-7 text-gray-600">
<x-button primary lg href="https://t.me/rallyejukebox" <x-button primary lg href="https://t.me/rallyejukebox"
target="_blank"> target="_blank">
<i class="fa-thin fa-music"></i> <i class="fa-solid fa-music"></i>
Musik Jukebox Musik Jukebox
</x-button> </x-button>
</p> </p>
<p class="mt-6 text-base leading-7 text-gray-600"> <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" <x-button primary lg href="https://findpenguins.com/superlative-adventure-club/live?rallye=2023-bsc"
target="_blank"> target="_blank">
<i class="fa-thin fa-map"></i> <i class="fa-solid fa-map"></i>
Tracking Tracking
</x-button> </x-button>
</p> </p>

View File

@@ -9,14 +9,14 @@
{{--<div> {{--<div>
@if($venue->id) @if($venue->id)
<x-button negative wire:click="deleteMe"> <x-button negative wire:click="deleteMe">
<i class="fa fa-thin fa-trash"></i> <i class="fa fa-solid fa-trash"></i>
{{ __('Delete') }} {{ __('Delete') }}
</x-button> </x-button>
@endif @endif
</div>--}} </div>--}}
<div> <div>
<x-button :href="$fromUrl"> <x-button :href="$fromUrl">
<i class="fa fa-thin fa-arrow-left"></i> <i class="fa fa-solid fa-arrow-left"></i>
{{ __('Back') }} {{ __('Back') }}
</x-button> </x-button>
</div> </div>
@@ -52,7 +52,7 @@
</div> </div>
<div class="flex justify-center"> <div class="flex justify-center">
<x-button xs> <x-button xs>
<i class="fa-thin fa-trash"></i> <i class="fa-solid fa-trash"></i>
{{ __('Delete') }} {{ __('Delete') }}
</x-button> </x-button>
</div> </div>
@@ -71,7 +71,7 @@
{{ __('City') }} {{ __('City') }}
</div> </div>
<x-button xs href="{{ route('city.form') }}"> <x-button xs href="{{ route('city.form') }}">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('New City') }} {{ __('New City') }}
</x-button> </x-button>
</div> </div>
@@ -103,7 +103,7 @@
<x-input.group :for="md5('action')" :label="__('Action')"> <x-input.group :for="md5('action')" :label="__('Action')">
<x-button primary wire:click="submit"> <x-button primary wire:click="submit">
<i class="fa fa-thin fa-save"></i> <i class="fa fa-solid fa-save"></i>
{{ __('Save') }} {{ __('Save') }}
</x-button> </x-button>
</x-input.group> </x-input.group>

View File

@@ -35,11 +35,11 @@
@if(!$confirmed) @if(!$confirmed)
<div> <div>
<x-button primary wire:click="confirm"> <x-button primary wire:click="confirm">
<i class="fa-thin fa-check"></i> <i class="fa-solid fa-check"></i>
{{ __('Confirm') }} {{ __('Confirm') }}
</x-button> </x-button>
<x-button secondary href="/"> <x-button secondary href="/">
<i class="fa-thin fa-times"></i> <i class="fa-solid fa-times"></i>
{{ __('Cancel') }} {{ __('Cancel') }}
</x-button> </x-button>
</div> </div>
@@ -65,7 +65,7 @@
<x-button <x-button
black black
> >
<i class="fa fa-thin fa-clipboard"></i> <i class="fa fa-solid fa-clipboard"></i>
{{ __('Copy') }} {{ __('Copy') }}
</x-button> </x-button>
</div> </div>

View File

@@ -16,13 +16,13 @@
@if(str(request()->route()->getName())->contains('school.')) @if(str(request()->route()->getName())->contains('school.'))
<div> <div>
<x-button xs amber href="/nova/resources/courses" target="_blank"> <x-button xs amber href="/nova/resources/courses" target="_blank">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Register course') }} {{ __('Register course') }}
</x-button> </x-button>
</div> </div>
<div> <div>
<x-button xs amber href="/nova/resources/course-events" target="_blank"> <x-button xs amber href="/nova/resources/course-events" target="_blank">
<i class="fa fa-thin fa-plus"></i> <i class="fa fa-solid fa-plus"></i>
{{ __('Register course date') }} {{ __('Register course date') }}
</x-button> </x-button>
</div> </div>
@@ -31,7 +31,7 @@
<div> <div>
<x-button xs amber href="{{ route('profile.show') }}" <x-button xs amber href="{{ route('profile.show') }}"
:active="request()->routeIs('profile.show')"> :active="request()->routeIs('profile.show')">
<i class="fa fa-thin fa-user"></i> <i class="fa fa-solid fa-user"></i>
{{ __('My profile') }} {{ __('My profile') }}
</x-button> </x-button>
</div> </div>
@@ -39,7 +39,7 @@
<div> <div>
<x-button xs amber href="{{ route('profile.wallet') }}" <x-button xs amber href="{{ route('profile.wallet') }}"
:active="request()->routeIs('profile.wallet')"> :active="request()->routeIs('profile.wallet')">
<i class="fa fa-thin fa-qrcode"></i> <i class="fa fa-solid fa-qrcode"></i>
{{ __('Change lightning wallet/pubkey') }} {{ __('Change lightning wallet/pubkey') }}
</x-button> </x-button>
</div> </div>