Update nav live search design

This commit is contained in:
2026-07-25 12:38:00 +02:00
parent ee1c17b903
commit 2b1a967065
2 changed files with 97 additions and 36 deletions
+1
View File
@@ -20,6 +20,7 @@ class NavLiveSearch extends Component
if ($this->navSearch != '') {
$episodes = Episode::search($this->navSearch)
->when(Auth::guest(), fn ($query) => $query->whereNotIn('tags', ['Loli', 'Shota']))
->query(fn ($query) => $query->with(['gallery', 'studio']))
->take(7)
->get();
}