ggascoigne / amber

https://amberconnw.org
MIT License
3 stars 0 forks source link

In GM Preview, only show the GM's games, not their entire schedule #93

Open evoskamp opened 1 year ago

ggascoigne commented 1 year ago

That's a neat idea.

evoskamp commented 7 months 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.

evoskamp commented 7 months ago

Huh, that button doesn't show for regular GMs.

evoskamp commented 7 months ago

Functionality is there, but the button is hidden behind an IsAdmin

packages/amber/views/Schedule/SchedulePage.tsx#221

evoskamp commented 7 months ago

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.