Chore: Upgrade to Laravel 12 + remove Mary and Jetstream dependencies (#141)
* docs: remove requirement for setting APP_KEY manually * optimize date picker * clean up modals * spot light working * reorganization * add lazy load * wip * remove filament * styling
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<div>
|
||||
@if(!empty(config('services.enabled_login_providers')))
|
||||
@foreach(explode(',', config('services.enabled_login_providers')) as $provider)
|
||||
<x-ui.button
|
||||
link="{{ route('oauth.redirect', ['provider' => $provider]) }}"
|
||||
class="btn-sm btn-block my-1 text-white"
|
||||
style='background-color: {{ config("services.$provider.color") }}'
|
||||
no-wire-navigate
|
||||
>
|
||||
@include("components.social.$provider-icon")
|
||||
|
||||
{{ __('Login with') }} {{ config("services.$provider.name") }}
|
||||
</x-ui.button>
|
||||
@endforeach
|
||||
@endif
|
||||
</div>
|
||||
@@ -0,0 +1,6 @@
|
||||
|
||||
<svg viewBox="0 0 90 90" aria-hidden="true" class="size-6 fill-current">
|
||||
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M72,12L18,12C14.685,12 12,14.685 12,18L12,72C12,75.315 14.685,78 18,78L48,78L48,51L39,51L39,42L48,42L48,37.167C48,28.017 52.458,24 60.063,24C63.705,24 65.631,24.27 66.543,24.393L66.543,33L61.356,33C58.128,33 57,34.704 57,38.154L57,42L66.462,42L65.178,51L57,51L57,78L72,78C75.315,78 78,75.315 78,72L78,18C78,14.685 75.312,12 72,12Z" />
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 472 B |
@@ -0,0 +1,3 @@
|
||||
<svg viewBox="0 0 24 24" aria-hidden="true" class="size-6 fill-current">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C6.477 2 2 6.463 2 11.97c0 4.404 2.865 8.14 6.839 9.458.5.092.682-.216.682-.48 0-.236-.008-.864-.013-1.695-2.782.602-3.369-1.337-3.369-1.337-.454-1.151-1.11-1.458-1.11-1.458-.908-.618.069-.606.069-.606 1.003.07 1.531 1.027 1.531 1.027.892 1.524 2.341 1.084 2.91.828.092-.643.35-1.083.636-1.332-2.22-.251-4.555-1.107-4.555-4.927 0-1.088.39-1.979 1.029-2.675-.103-.252-.446-1.266.098-2.638 0 0 .84-.268 2.75 1.022A9.607 9.607 0 0 1 12 6.82c.85.004 1.705.114 2.504.336 1.909-1.29 2.747-1.022 2.747-1.022.546 1.372.202 2.386.1 2.638.64.696 1.028 1.587 1.028 2.675 0 3.83-2.339 4.673-4.566 4.92.359.307.678.915.678 1.846 0 1.332-.012 2.407-.012 2.734 0 .267.18.577.688.48 3.97-1.32 6.833-5.054 6.833-9.458C22 6.463 17.522 2 12 2Z"></path>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 871 B |
@@ -0,0 +1,6 @@
|
||||
|
||||
<svg viewBox="0 0 52 52" aria-hidden="true" class="size-6 fill-current">
|
||||
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.996,48C13.313,48 2.992,37.684 2.992,25C2.992,12.316 13.313,2 25.996,2C31.742,2 37.242,4.129 41.488,7.996L42.262,8.703L34.676,16.289L33.973,15.688C31.746,13.781 28.914,12.73 25.996,12.73C19.23,12.73 13.723,18.234 13.723,25C13.723,31.766 19.23,37.27 25.996,37.27C30.875,37.27 34.73,34.777 36.547,30.531L24.996,30.531L24.996,20.176L47.547,20.207L47.715,21C48.891,26.582 47.949,34.793 43.184,40.668C39.238,45.531 33.457,48 25.996,48Z" />
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 582 B |
@@ -0,0 +1,3 @@
|
||||
<svg viewBox="0 0 48 48" aria-hidden="true" class="size-6 fill-current">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M42,37C42,39.762 39.762,42 37,42L11,42C8.239,42 6,39.762 6,37L6,11C6,8.238 8.239,6 11,6L37,6C39.762,6 42,8.238 42,11L42,37ZM36,36L35.999,26.274C35.999,21.25 33.316,19 29.738,19C26.85,19 25.721,20.5 25,21.616L25,19L20,19L20,36L25,36L25,27C25,26.511 24.957,25.543 25.101,25.193C25.495,24.215 26.307,23.203 27.808,23.203C29.775,23.203 31,24.703 31,26.901L31,36L36,36ZM12,19L12,36L17,36L17,19L12,19ZM14.485,17C16.035,17 17,15.887 17,14.499C16.972,13.08 16.035,12 14.514,12C12.995,12 12,13.08 12,14.499C12,15.888 12.965,17 14.457,17L14.485,17Z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 676 B |
Reference in New Issue
Block a user