Commit workspace changes

This commit is contained in:
2026-04-05 19:42:33 +02:00
parent 148a3bbe43
commit 08ad757bcb
312 changed files with 35149 additions and 399 deletions

View File

@@ -11,6 +11,7 @@ import TabCollections from '../../components/profile/tabs/TabCollections'
import TabActivity from '../../components/profile/tabs/TabActivity'
import TabPosts from '../../components/profile/tabs/TabPosts'
import TabStories from '../../components/profile/tabs/TabStories'
import GroupProfileSummary from '../../components/groups/GroupProfileSummary'
const VALID_TABS = ['posts', 'artworks', 'stories', 'achievements', 'collections', 'about', 'stats', 'favourites', 'activity']
@@ -62,6 +63,7 @@ export default function ProfileShow() {
collections,
achievements,
leaderboardRank,
groupContributionHistory,
countryName,
isOwner,
auth,
@@ -168,6 +170,8 @@ export default function ProfileShow() {
/>
</div>
<GroupProfileSummary contributions={groupContributionHistory} href={profileTabUrls?.about} />
<div className={`${contentShellClassName} pt-6`}>
{activeTab === 'artworks' && (
<TabArtworks
@@ -228,6 +232,7 @@ export default function ProfileShow() {
followerCount={followerCount}
recentFollowers={recentFollowers}
leaderboardRank={leaderboardRank}
groupContributionHistory={groupContributionHistory}
/>
)}
{activeTab === 'stats' && (