TecKnow / muster-tools

A package for assigning players to tables at multi-table, walk-in gaming events.
GNU General Public License v3.0
0 stars 0 forks source link

Investigate alternatives to the Table Card #29

Open TecKnow opened 3 years ago

TecKnow commented 3 years ago

Enhancement #20 was accomplished by making the header for each table a <Card> displaying the table name and an action area with a delete button. Even using the size=small variant of the <IconButton> this looks very awkward, and I'm concerned that users may think they can drag players onto the delete icon.

Investigate alternatives to the current Table Card setup. This may mean simply displaying the button next to the title using plain HMTL and CSS instead of the card component. It may mean making tables draggable to create a drop target for deletion.