Skip to content

Commit

Permalink
FEATURE ✨ Enable flux possibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeblauw authored Nov 17, 2024
1 parent ce124bf commit f8f5489
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions resources/views/components/adminlayout/admin-layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
@livewireStyles
@endif

@if(config('blue-admin.flux', false))
@fluxStyles
@endif


<style>
[x-cloak] {
display: none; /* remove flicker on page load */
Expand Down Expand Up @@ -86,6 +91,12 @@
@else
@livewireScripts
@endif

@if(config('blue-admin.flux', false))
@fluxScripts
<flux:toast />
@endif


@stack('blueadmin_scripts')
</body>
Expand Down

0 comments on commit f8f5489

Please sign in to comment.