summaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Collapse)Author
2022-06-21Some more mobile friendly layout tuning.Tor Andersson
2022-06-14Hide /forum from robots.Tor Andersson
2022-06-14Clean up game list logic.Tor Andersson
2022-06-14Transpose "join" table for better mobile layout.Tor Andersson
2022-06-14Sort your turn games before others in personal ready and active lists.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-09Zap semicolons.Tor Andersson
2022-06-09Show player name instead of role in Turn and Result columns.Tor Andersson
2022-06-09Allow users to leave and join active games.Tor Andersson
Add "Need replacement" list of games.
2022-05-28Don't send people to github to file bug reports.Tor Andersson
2022-05-27Don't go to replay screen of own games in game lists.Tor Andersson
2022-05-16Clean up common play.css file.Tor Andersson
Remove over-specific log, role info, card, and hand rules.
2022-05-10Set type=email on mail fields in various form.Tor Andersson
2022-05-09Clean up meta viewport tag.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-04-03Don't show options in game overview lists.Tor Andersson
2022-02-26Don't show title in ready to start games on game's own page.Tor Andersson
2022-02-20Allow line-breaks on scenario/options column in game lists.Tor Andersson
2022-02-15Drop table roles.Tor Andersson
2022-02-15Show optional rules in scenario column.Tor Andersson
2022-02-15Add explicit thead/tbody/tfoot tags to tables.Tor Andersson
2022-02-01Show "Nobody" in player column on unjoined games.Tor Andersson
2022-01-27Show user stats per-role.Tor Andersson
2022-01-15Separate open and ready to start game lists.Tor Andersson
2022-01-12Fix user page link in forum view.Tor Andersson
2022-01-07Add message about token in the mail to reset password page.Tor Andersson
2022-01-06Add game replay functionality.Tor Andersson
Handle missing replay data. Add replay/rematch/exit buttons on game-over. Set 'player' to active player during replays. Replace space with underscore in role class names. Fix critical undo bug! Set game_over state during replays. Fix jumpy view in battle replays. Nuke undo states from all actions, not just 'undo'. Log play and replay page requests. Clean up client.js and allow selecting replay viewpoint. Add debug mode to replay prompt showing active, state, and next action. Init client roles from HTML structure. Remove unused rematch functions. Drop /info/ prefix on game pages. Update body role classList when replay viewpoint changes.
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-23Tweak 'create new game' page margins.Tor Andersson
2021-12-12Convert rule books to a searchable HTML format.Tor Andersson
2021-12-09Fix bug with finding a senior heir when all the non-minor heirs are dead.Tor Andersson
Allow a minor heir to be the pretender before he has entered the map.
2021-12-07Small cleanups.Tor Andersson
2021-12-04Remove useless preload links.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-03Don't preload dingbats and emoji font.Tor Andersson
2021-12-01Reformat SQL schema for readability.Tor Andersson
2021-11-27Kebab-case!Tor Andersson
2021-11-25Update stat views.Tor Andersson
2021-11-24Fix URL for preloaded fonts.Tor Andersson
2021-11-24Preload web fonts to minimize flash of invisible text.Tor Andersson
2021-11-22More Pug cleanups.Tor Andersson
2021-11-21Use grid-layout instead of table for forum posts.Tor Andersson
2021-11-21Rewrite view templates to use Pug engine.Tor Andersson
2021-11-20Add 'hidden' column to titles for beta-testing games.Tor Andersson
2021-11-20Fix stats.Tor Andersson