]> git.cworth.org Git - lmno.games/history - empathy
Add key to list of PromptOption components
[lmno.games] / empathy /
2020-06-29 Carl WorthAdd key to list of PromptOption components
2020-06-28 Carl Worthempathy: Add the ability to star one favorite item
2020-06-28 Carl Worthempathy: Pre-group words according to common patterns
2020-06-28 Carl WorthAdd a "PERFECT" label for a player with a perfect score
2020-06-28 Carl WorthFix the key for some list items
2020-06-28 Carl WorthDrop extra PromptOption state for not showing a specifi...
2020-06-28 Carl Worthempathy: Add button to hide/(vote against) categories
2020-06-28 Carl WorthShorten the fade-out delay for the activity indicators
2020-06-28 Carl WorthAdd animated, bouncing/fading ellipses to indicate...
2020-06-28 Carl WorthAdd a containing div element to the "still waiting...
2020-06-28 Carl WorthMore avoidance of plurals to describe singular lists
2020-06-28 Carl WorthEliminate lead-in text when there is nothing following
2020-06-28 Carl WorthUse "answer" instead of "answers" when there is only...
2020-06-28 Carl WorthAdd the text of the active prompt to the judging and...
2020-06-28 Carl Worthempathy: Add some missing whitespace
2020-06-28 Carl WorthAdd score for each word in the display of results for...
2020-06-28 Carl WorthStop abusing the JavaScript back-tick syntax within JSX
2020-06-28 Carl WorthTrack server change of grouping players with tied scores
2020-06-27 Carl WorthImplement voting for the "New Game" button
2020-06-27 Carl WorthAdd a ready bit to client state, and render nothing...
2020-06-27 Carl Worthempathy: Track the player-exit event
2020-06-18 Carl WorthPut commas back into players' overall scores list
2020-06-18 Carl WorthSort player list by overall scores
2020-06-18 Carl WorthWait for judging phase to be idle before displaying...
2020-06-14 Carl WorthAllow word groups and votes to wrap during the judging...
2020-06-14 Carl WorthDon't display the answering "Move On" button until...
2020-06-14 Carl WorthFix to use server-sent state for whether player has...
2020-06-14 Carl WorthCopy several game-state members into client state
2020-06-14 Carl WorthFix bug preventing a user from being able to "unselect...
2020-06-14 Carl WorthAdd (rate-limited) posts to the /answering and /judging...
2020-06-14 Carl Worthfixup-add-object-entries-map calls
2020-06-14 Carl WorthDelete some dead (and broken) code.
2020-06-14 Carl WorthTweak the error message when submitting results of...
2020-06-14 Carl WorthFix page title to refer to Empathy, not Empires
2020-06-14 Carl WorthTrack server change renaming "judging" to "judged"
2020-06-13 Carl WorthAdd a "Move On" button to the end of both the answering...
2020-06-12 Carl Worthempathy: Fix judging interface to properly merge two...
2020-06-12 Carl WorthAdd clean support for rejecting categories that are...
2020-06-11 Carl Worthempathy: Add a comman between player names
2020-06-11 Carl Worthempathy: Track change in the server's implementation...
2020-06-11 Carl WorthAdd support for judging of equivalent answers
2020-06-11 Carl WorthUse triple-equals instead of double
2020-06-11 Carl WorthAvoid unnecessary use of fill(null)
2020-06-10 Carl WorthEmpathy: Display player scores at the main screen of...
2020-06-10 Carl WorthEmpathy: When receiving a game-state event overwrite...
2020-06-10 Carl WorthAdd display of scores
2020-06-10 Carl WorthDisplay the number of players who have already submitte...
2020-06-10 Carl WorthEmpathy: Add support for submitting answers to a prompy
2020-06-09 Carl WorthAdd a button to advance from prompt voting to playing...
2020-06-09 Carl WorthDrop an unneeded function
2020-06-09 Carl WorthEmpathy: Let React now I'm a good boy and I won't mutat...
2020-06-08 Carl WorthAdd display of votes on top of each prompt's vote button
2020-06-08 Carl WorthEmpathy: Send prompt suggestions to server and display...
2020-06-07 Carl WorthTake control over the wording of the validation message...
2020-06-07 Carl WorthAdd a submit handler function for our form
2020-06-07 Carl WorthConvert CategoryRequest from a function to a class
2020-06-07 Carl WorthInitial framework for an Empathy game