feat: add public player profile page

This commit is contained in:
2026-03-06 13:49:14 -08:00
committed by Naomi Carrigan
parent f734176965
commit 32c13f73c4
5 changed files with 313 additions and 1 deletions
@@ -47,11 +47,14 @@ export const GameLayout = (): React.JSX.Element => {
if (!state) return <div className="loading-screen"><p>Loading...</p></div>;
const profileUrl = `/profile/${state.player.discordId}`;
return (
<div className="game-layout">
<ResourceBar
resources={state.resources}
prestigeCount={state.prestige.count}
profileUrl={profileUrl}
/>
<OfflineModal />
<AchievementToast />