Commit History

作者 SHA1 備註 提交日期
  Kirk Trombley 46fa4f8d21 Making the store logic a little easier to work with 5 年之前
  Kirk Trombley ed3a0ffa55 FastAPI Server Reimplementation 5 年之前
  Kirk Trombley c8937928a2 change setRoundSeconds into updateRoundSeconds 5 年之前
  Kirk Trombley bcd6d1413e Redoing the store logic so it's a little clearer 5 年之前
  Kirk Trombley 66fb2238fb Rename GameState to gameStates 5 年之前
  Kirk Trombley 3cc6272e11 Whoops, wasn't using it right 5 年之前
  Kirk Trombley 7154084d7c Environment variables and store monitoring in dev 5 年之前
  Kirk Trombley 6ad118087d Implementing new methods and change to submit 5 年之前
  Kirk Trombley 5e88eb1f8b consolidating the load methods b/c they're always called together 5 年之前
  Kirk Trombley 435f276d9b Some clean up to the dispatch logic 5 年之前
  Kirk Trombley 56e3f36c32 Rewriting all of the rejoin logic to be managed by dispatcher, should be much less buggy 5 年之前
  Kirk Trombley fa77e619b8 Fixing order of state changes in some actions 5 年之前
  Kirk Trombley 627a18d92d Moving targetPoint and currentRound into store, managing their updates via dispatch 5 年之前
  Kirk Trombley d62a61581e Moving round timer into the store so it can be easily persisted by it later 5 年之前
  Kirk Trombley 5374f266e8 Moving timer + point clear logic to state transition 5 年之前
  kirkleon 1eeeb82e40 Fixing a bug in the join logic where old timers were not being cleared 5 年之前
  Kirk Trombley f17a25523a Writing logic to store some game information in localStorage 5 年之前
  Kirk Trombley ca07e04a9b Reorganizing the bottom of the summary page, which allows removal of reset game button 5 年之前
  Kirk Trombley cb4c47baac Removing the gameJoined shared state and fixing some more layout issues in the lobby 5 年之前
  Kirk Trombley b287764efb Changing gameStore to actually do a full reset on going to a lobby 5 年之前
  Kirk Trombley d1aabd446b Reorganizing the home page 5 年之前
  Kirk Trombley 461bdb03fb Number of rounds can now be chosen 5 年之前
  Kirk Trombley c5a0a7d09f Updating to the new player ID API 5 年之前
  Kirk Trombley 791d94649b Modifying API to not accept a player name at game creation 5 年之前
  Kirk Trombley 479b4427af Putting scores back in lastRound object, and refactoring the marker placement logic out to a single hook 5 年之前
  Kirk Trombley cf5cf12d76 Removing everything that's not actually needed from the lastRound object 5 年之前
  Kirk Trombley 6a749bdf06 If you try to circumvent react's effect logic, you're gonna have a bad time 5 年之前
  Kirk Trombley 4f4676e6f8 Resetting gameStore to the real defaults 5 年之前
  Kirk Trombley 37223838cd Removing the dead code and cleaning things up a little 5 年之前
  Kirk Trombley 83e14d44c6 WIP but this does work, needs cleanup 5 年之前