summaryrefslogtreecommitdiff
path: root/views/header.pug
AgeCommit message (Collapse)Author
2024-10-21Use env to control presence of tournaments.Tor Andersson
2024-10-13Tournaments!Tor Andersson
2024-10-10Put inbox and outbox under /message URL namespace.Tor Andersson
2023-10-21Add color themes.Tor Andersson
2023-10-05Revert "Add match making."Tor Andersson
This reverts commit b5a31813aa284b8b64bfd2660ea3a048275cee89.
2023-10-05Add match making.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-09-12Notification system improvements.Tor Andersson
Enable webhook notification support with .env WEBHOOKS=1 Send notifications when invited to a game. Use notification "too soon" logic for webhooks as well. Try sending webhooks 3 times before giving up. Check if player is on the join page instead of the funky "offline" check when sending "your game is ready" notification. Only show mail/webhook notification settings if they are enabled.
2022-10-05Add contact list with friends and blacklisted users.Tor Andersson
2022-06-14Hide /forum from robots.Tor Andersson
2022-04-15Add link to public games in header.Tor Andersson
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
2021-11-21Rewrite view templates to use Pug engine.Tor Andersson