Profile: store covers in object storage (WebP); add covers config; remember artworks categories content-type preference

This commit is contained in:
2026-03-29 09:22:36 +02:00
parent cab4fbd83e
commit 1da7d3bf88
27 changed files with 703 additions and 448 deletions

View File

@@ -225,7 +225,7 @@ final class ExploreController extends Controller
private function mainCategories(): Collection
{
$categories = ContentType::orderBy('id')
$categories = ContentType::ordered()
->get(['name', 'slug'])
->map(fn ($ct) => (object) [
'name' => $ct->name,