l2lam / CBC-Board-System

Sports (badminton) club session management system to faciliate efficient, fair play for all club members
Apache License 2.0
1 stars 1 forks source link

Create Player component #54

Closed UserC2 closed 3 months ago

UserC2 commented 3 months ago

A player is shown as a v-list-item with an avatar icon and sometimes a button in CreateGame, Game, SelectMembers, and Waiting.

This creates a Player component and replaces duplicated code with the component.

The component is a v-list-item with an avatar icon that varies if a player is a guest or member, and a button slot that allows a button to be shown alongside the list item when applicable.