We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b765f0 commit c97ef9aCopy full SHA for c97ef9a
composer.json
@@ -27,7 +27,7 @@
27
"lcobucci/clock": "^2.0|^3.2",
28
"lcobucci/jwt": "^4.0|^5.3",
29
"mailerlite/laravel-elasticsearch": "^11.1",
30
- "rapidez/blade-components": "^1.5",
+ "rapidez/blade-components": "^1.6.1",
31
"rapidez/blade-directives": "^1.0",
32
"tormjens/eventy": "^0.8"
33
},
resources/views/listing/filters.blade.php
@@ -1,5 +1,5 @@
1
@php($id = uniqid('filters-'))
2
-<x-rapidez::slideover.mobile :$id :title="__('Filters')" position="right">
+<x-rapidez::slideover.mobile :$id :title="__('Filters')">
3
<div class="w-full p-2 max-lg:bg-white max-lg:p-5">
4
{{-- On mobile the filters aren't immedately visible so we should defer loading --}}
5
<lazy>
0 commit comments