fix(web client): don't highlight all fields when no movement possible

This commit is contained in:
Henri Bourcereau 2026-05-05 16:59:04 +02:00
parent 236c6df826
commit 9755ab1d41

View file

@ -377,7 +377,7 @@ pub fn Board(
cls.push_str(" exit-eligible");
}
if seqs_c.is_empty() {
if seqs_c.is_empty() && !is_move_stage {
// No restriction (dice not rolled or not move stage)
if can_stage && (sel.is_some() || is_mine) {
cls.push_str(" clickable");