CodebreakerApp / Codebreaker.Blazor

MIT License
1 stars 0 forks source link

allow to clear a selection before a move is done #82

Closed christiannagel closed 2 months ago

christiannagel commented 2 months ago

click on a select that's not empty, clear the selection again

christiannagel commented 2 months ago

The layout doesn't match anymore after the reset button was added:

image image

The reset button also doesn't fulfill the feature to reset just a single selection (which is extremely helpful in more advanced game modes). Instead of adding a reset button, this is a way that can be done:

szv commented 2 months ago

Layout issue solved in #105