Remove legacy frontend assets and update gallery routes

This commit is contained in:
2026-03-14 15:06:28 +01:00
parent 4f576ceb04
commit 78151aabfe
550 changed files with 826 additions and 108930 deletions

View File

@@ -65,4 +65,4 @@ export default function ForumSection({ category, boards = [] }) {
</section>
</div>
)
}
}

View File

@@ -116,7 +116,7 @@ export default function ProfileShow() {
/>
{/* Tab content area */}
<div className="max-w-6xl mx-auto px-4">
<div className={activeTab === 'artworks' ? 'w-full px-4 md:px-6' : 'max-w-6xl mx-auto px-4'}>
{activeTab === 'artworks' && (
<TabArtworks
artworks={{ data: artworkList, next_cursor: artworkNextCursor }}