ctm / mb2-doc

Mb2, poker software
https://devctm.com
7 stars 2 forks source link

Upper left corner still says "Break" after break is over #1289

Closed ctm closed 6 months ago

ctm commented 6 months ago

Fix the UI so that after we come off a break, the current level is displayed in the upper left.

I introduced this bug when I got rid of the "annoying to me" level announcement that was being sent after we come off a break (#1263). Obviously, I can revert that commit and fix this bug, but then we'd still have the obnoxious announcement. My inclination is to add the OnLevel message back, but to have the UI keep track and not display the alert if we don't actually change levels.

FWIW, I only noticed this as I was adding a one minute break to the beginnings of tournaments.

ctm commented 6 months ago

Fixed. Deploying now.