feat: ship creator journey v2 and profile updates

This commit is contained in:
2026-04-12 21:42:07 +02:00
parent a2457f4e49
commit d5cff21ea2
335 changed files with 20147 additions and 1545 deletions

View File

@@ -64,6 +64,7 @@ export default function ProfileShow() {
achievements,
leaderboardRank,
groupContributionHistory,
journey,
countryName,
isOwner,
auth,
@@ -197,6 +198,7 @@ export default function ProfileShow() {
countryName={countryName}
profileUrl={profileUrl}
onTabChange={handleTabChange}
journey={journey}
/>
)}
{activeTab === 'stories' && (
@@ -233,6 +235,7 @@ export default function ProfileShow() {
recentFollowers={recentFollowers}
leaderboardRank={leaderboardRank}
groupContributionHistory={groupContributionHistory}
journey={journey}
/>
)}
{activeTab === 'stats' && (