PuzzleServer / mainpuzzleserver

The main repo for the Puzzle Hunt and Puzzleday servers.
MIT License
9 stars 32 forks source link

Add full team presence component #1044

Closed morganbr closed 5 days ago

morganbr commented 5 days ago

Adds a Blazor component for sending full-team presence information to JavaScript and using that to fill in presence information on the puzzle list to work around the 27-ish Blazor component limit on a page. Also includes factoring shared code out of the presence component and centralizing more of it in the PresenceStore.