Studio: make grid checkbox rectangular and commit table changes

This commit is contained in:
2026-03-01 08:43:48 +01:00
parent 211dc58884
commit e3ca845a6d
89 changed files with 7323 additions and 475 deletions

View File

@@ -58,7 +58,7 @@ class LegacyController extends Controller
(object) [
'id' => 0,
'name' => 'Sample Artwork',
'picture' => 'gfx/sb_join.jpg',
'picture' => 'https://files.skinbase.org/default/missing_md.webp',
'category' => null,
'datum' => now(),
'category_name' => 'Photography',
@@ -289,7 +289,7 @@ class LegacyController extends Controller
$featured = (object) [
'id' => 0,
'name' => 'Featured Artwork',
'picture' => '/gfx/sb_join.jpg',
'picture' => 'https://files.skinbase.org/default/missing_md.webp',
'uname' => 'Skinbase',
];
}
@@ -298,7 +298,7 @@ class LegacyController extends Controller
$memberFeatured = (object) [
'id' => 0,
'name' => 'Members Pick',
'picture' => '/gfx/sb_join.jpg',
'picture' => 'https://files.skinbase.org/default/missing_md.webp',
'uname' => 'Skinbase',
'votes' => 0,
];
@@ -430,7 +430,7 @@ class LegacyController extends Controller
[
'id' => 1,
'name' => 'Sample Artwork',
'picture' => 'gfx/sb_join.jpg',
'picture' => 'https://files.skinbase.org/default/missing_md.webp',
'uname' => 'Skinbase',
'category_name' => 'Photography',
],