Skip to content

Tags: alee/port-of-mars

Tags

v2021.08

Toggle v2021.08's commit message
fix: replay test expected durations in a phase

v2021.03

Toggle v2021.03's commit message
fix: hide join lobby button if intro survey needed

- make survey buttons more prominent and w-75 instead of w-100, we
should go through and try to make the look & feel of the onboarding side
of the site more visually consistent eventually

v2020.02.25

Toggle v2020.02.25's commit message
fix: log sentry config

v2021.02

Toggle v2021.02's commit message
refactor: final tutorial text refinements

v2020.11

Toggle v2020.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
doc: added additional examples for data export

v2020.10-1

Toggle v2020.10-1's commit message
fix: stop scheduler when lobby is disposed

resolves virtualcommons#615

v2020.10

Toggle v2020.10's commit message
fix: make mars log messages more coherent again

v2020.10-beta

Toggle v2020.10-beta's commit message
fix: update tournament round creation signature

v2020.09-beta

Toggle v2020.09-beta's commit message
refactor: refine player stats and consent form errors

add error handling for duplicate emails in the consent form registration

start to refactor player stats screen to correctly render which role you
had in the game but more work is needed there to render the list groups
with proper overflow (refs virtualcommons#613)

Co-authored-by: Calvin Pritchard <pritchard.calvin@gmail.com>

v2020.06-alpha

Toggle v2020.06-alpha's commit message
fix: new round phase now lasts 60 seconds

at some point we should be fixing these to be computing the duration
programmatically based on the data and each Phase's duration but that
might depend on virtualcommons#534