summaryrefslogtreecommitdiff
path: root/views/info.pug
AgeCommit message (Collapse)Author
7 daysAlways show "Open" category on game pages.Tor Andersson
2024-10-13Tournaments!Tor Andersson
2024-10-13remove some page refresh timersTor Andersson
2024-07-23New join page!Tor Andersson
* Remove explicit (and redundant) role=Observer parameter. * Remove old /play/:id redirects. * Show "private" badge on game boxes. * Forbid leave/kick in public games. * Allow "rewind" by owner in public games.
2023-09-18Tweak title globals.Tor Andersson
2023-09-13Set player_count in database for faster and easier logic.Tor Andersson
Track ready to start and unjoined games in "active" header.
2023-03-01Separate ready and full status for display in game lists.Tor Andersson
2023-02-23Limit number of games shown on public games page.Tor Andersson
2022-06-14Hide /forum from robots.Tor Andersson
2022-06-14Clean up game list logic.Tor Andersson
2022-06-13List playing and recently finished games on user pages.Tor Andersson
2022-06-11Use game boxes instead of tables.Tor Andersson
2022-06-09Allow users to leave and join active games.Tor Andersson
Add "Need replacement" list of games.
2022-04-15Separate profile and active game list pages.Tor Andersson
Also show number of games where it is your turn in the header. Only show finished games from last week on active games page. Add separate finished games page to see all of them. # Conflicts: # views/tournament-games.pug
2022-02-26Don't show title in ready to start games on game's own page.Tor Andersson
2022-01-15Separate open and ready to start game lists.Tor Andersson
2021-12-29Add OpenGraph meta tags to display previews on social media.Tor Andersson
2021-12-04Use img srcset for cover images of differing resolutions.Tor Andersson
2021-12-04Use compression to gzip responses.Tor Andersson
2021-11-21Rewrite view templates to use Pug engine.Tor Andersson