Open evoskamp opened 1 year ago
Already the case: there's a toggle button. Perhaps clean up the text on it as it's still there in regular GM view, and make certain it's not there if you're not a GM.
Huh, that button doesn't show for regular GMs.
Functionality is there, but the button is hidden behind an IsAdmin
packages/amber/views/Schedule/SchedulePage.tsx#221
Mmmm, using isAdmin or useIsGm from utils and default the showGmPreviewOverride to false when GM on first load should do.
Can not have the button and just show preview only instead.
That's a neat idea.