feat(web): update public session detail with showcase fields

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-28 16:13:35 +03:00
parent 71ffcce06b
commit 6d59737d07
3 changed files with 83 additions and 9 deletions
@@ -16,4 +16,5 @@ public sealed record ShowcaseSessionDto(
int? MaxPlayers,
int ActivePlayerCount,
int WaitlistedPlayerCount,
bool AllowDirectRegistration);
bool AllowDirectRegistration,
string? Description);