mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
[feature] info pages redesign (#306)
* feat(skin-info): initial page redesign * feat(skin-info): improve page header & colors * feat(skin-info): optimize splash loading * feat(skin-info): add product schema * feat(skin-info): add faq section * feat(champ-info): full page redesign * fix: remove unused splash_color * feat(icon-info): full page redesign * feat(skin-info): convert RP to EUR in skin schema * fix: prevent error on missing element
This commit is contained in:
@@ -11,7 +11,7 @@ class SummonerIconController extends Controller
|
||||
public function index()
|
||||
{
|
||||
$icons = QueryBuilder::for(SummonerIcon::class)
|
||||
->allowedFilters('title')
|
||||
->allowedFilters(['title', 'esports_team', 'release_year'])
|
||||
->defaultSort('-icon_id')
|
||||
->paginate(72)
|
||||
->appends(request()->query());
|
||||
|
||||
Reference in New Issue
Block a user