summaryrefslogtreecommitdiff
path: root/views/create.pug
AgeCommit message (Collapse)Author
2023-09-20Add pace property to games.Tor Andersson
Currently unenforced and only visual effect in game listings.- Future time control and user penalty features may make use of it.
2023-09-18Tweak title globals.Tor Andersson
2023-09-18Enforce limits on how many games you can create and join.Tor Andersson
Also limit joining more games if you have too many games waiting. Generous default limits: 7 open, 29 active, and 3 waiting.
2023-04-28Rename game "description" to "notice".Tor Andersson
2022-07-31Autocomplete "description" with pre-defined "speeds".Tor Andersson
2022-05-16Clean up common play.css file.Tor Andersson
Remove over-specific log, role info, card, and hand rules.
2021-12-23Tweak 'create new game' page margins.Tor Andersson
2021-12-04Use img srcset for cover images of differing resolutions.Tor Andersson
2021-12-04Remove flash and redirect session data.Tor Andersson
2021-12-01Reformat SQL schema for readability.Tor Andersson
2021-11-21Rewrite view templates to use Pug engine.Tor Andersson