geerlingguy / beast-challenge

A control system for MrBeast's 1-100 challenge
GNU General Public License v3.0
26 stars 1 forks source link

Hide rooms that are 'out' on room-grids #31

Closed geerlingguy closed 1 year ago

geerlingguy commented 1 year ago

On both room grids, it would be good to make it so rooms that are marked as out (live == 0 in the rooms table) appear extremely dim, with like CSS opacity: .1, or they are just completely hidden.

geerlingguy commented 1 year ago

I have this working:

Screen Shot 2023-03-21 at 11 43 00 AM