EthanHair / Games

A side project I'm working on that is just a website where you can play card games.
0 stars 0 forks source link

Refactor stuff to move the Snackbar stuff #7

Closed EthanHair closed 2 years ago

EthanHair commented 2 years ago

The Snackbar alerts for an InvalidDrawException is currently in each page that is set up to use it. It probably needs to be in the Deck class itself. Things need to be refactored to make this happen.