Make join codes easy to copy

This commit is contained in:
2026-07-10 19:12:03 -07:00
parent 929941b8ff
commit 3e912b9458
5 changed files with 72 additions and 3 deletions
+8 -1
View File
@@ -6,10 +6,17 @@
// - Add a CHANGELOG entry only when a commit changes something players can
// see. Skip refactors, tests, and tooling. Keep wording player-facing.
export const VERSION = 22;
export const VERSION = 23;
// Newest first. Each entry: { version, date: 'YYYY-MM-DD', changes: [string, ...] }.
export const CHANGELOG = [
{
version: 23,
date: '2026-07-10',
changes: [
'Admins can now click the join code to copy it, and the code is available directly from the lobby.',
],
},
{
version: 21,
date: '2026-07-10',