summaryrefslogtreecommitdiff
path: root/views/index.pug
AgeCommit message (Collapse)Author
2024-08-20Use smaller cover images for front page.Tor Andersson
2024-08-13Improve loading appearance of front page.Tor Andersson
2023-10-20Expand intro text and move it to the About page.Tor Andersson
2023-10-13Clean up stylesheet and improve layout on small and large screens.Tor Andersson
Use variables for color theming.
2023-09-18Tweak title globals.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-06-05Force longer titles to wrap.Tor Andersson
2023-03-05Tweak front page to reduce layout shifts as cover images load.Tor Andersson
2022-11-17Tweak layout to allow for square cover images.Tor Andersson
2022-07-24Add "create game" index page.Tor Andersson
2022-06-21Some more mobile friendly layout tuning.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-12-31Parameterize site name and domain.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-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