summaryrefslogtreecommitdiff
path: root/views/profile.pug
AgeCommit message (Collapse)Author
2023-09-18Show warning badge for unverified mail on profile page.Tor Andersson
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.
2023-04-18Remove chat log pages.Tor Andersson
The unread chat badge in the game lists should be enough.
2023-02-01Add Webhook notifications.Tor Andersson
2022-10-05Add "delete account" screen.Tor Andersson
2022-08-06Zap gravatars!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
2022-01-15Separate open and ready to start game lists.Tor Andersson
2021-12-31Parameterize site name and domain.Tor Andersson
2021-11-27Kebab-case!Tor Andersson
2021-11-21Rewrite view templates to use Pug engine.Tor Andersson