PuzzleServer / mainpuzzleserver

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

Blazor puzzle list to have puzzle list presence #1041

Open morganbr opened 6 days ago

morganbr commented 6 days ago

The razor pages puzzle list can't host a presence component in every line because it refuses to render more than ~27 of them. Fix that by making the whole table a blazor component.