summaryrefslogtreecommitdiff
path: root/views/user.pug
AgeCommit message (Collapse)Author
2024-10-13Format human dates in view templates rather than in server queries.Tor Andersson
2024-10-13Tournaments!Tor Andersson
2024-10-13Improve sorting of games on active/user game pages.Tor Andersson
Separate sections for "your move" and "solo" games. Stable sorting order for other games. # Conflicts: # server.js # views/games_active.pug # views/user.pug
2023-10-13Clean up stylesheet and improve layout on small and large screens.Tor Andersson
Use variables for color theming.
2023-10-05Change some URLs to be more consistent.Tor Andersson
2023-04-18Some cleanups.Tor Andersson
Clean up stats page. Remove user list page. Remove duplicate remove contact page. Fix silly bug. oops!
2022-10-05Add contact list with friends and blacklisted users.Tor Andersson
2022-08-06Zap gravatars!Tor Andersson
2022-08-02Moderation tools for admin user.Tor Andersson
Ban and unban users. Delete forum posts and threads.
2022-06-14Clean up game list logic.Tor Andersson
2022-06-13List playing and recently finished games on user pages.Tor Andersson
2021-11-21Rewrite view templates to use Pug engine.Tor Andersson