Add host and player identification in GamePickerCard

This update introduces visual indicators to identify the host and the current user in the GamePickerCard component. Hosts are marked with a star, and the current user is labeled as "(du)". The design of the member pills has also been enhanced for better clarity and aesthetics.
This commit is contained in:
2026-02-06 14:57:35 +01:00
parent d4e629b211
commit f555526e64
2 changed files with 111 additions and 35 deletions

View File

@@ -515,6 +515,8 @@ export default function App() {
setGameId={setGameId}
onOpenHelp={() => setHelpOpen(true)}
members={members}
me={me}
hostUserId={gameMeta?.host_user_id || ""}
/>
{/* Sieger Badge: zwischen Spiel und Verdächtigte Person */}