feat: add fulscreen mode, dark mode

This commit is contained in:
Nikita Kiselev
2025-07-12 10:06:07 +03:00
parent 1e454b8f23
commit 252854e67e
9 changed files with 82 additions and 22 deletions

View File

@@ -55,6 +55,7 @@ class ProductsHandler
}
)
->forPage($page, $perPage)
->orderBy('date_added', 'DESC')
->get();
$productIds = Arr::pluck($products, 'product_id');