77 Commits over 30 Days - 0.11cph!
Allow customizing the submit button's text
Update to new models
Refactoring components
Replace react-canvas-draw with react-sketch-canvas
Implement drawing form control
Switch to yarn
Pass ProjectId when joining session
Fix round timer not resetting when round number changes
Implement button actions
Automatically uppercase the room code input
Remove redundant stuff from RoundInfo
Round timer counts down now
Remove default question text
Disable the submit button too
Send response to the server
Disable the answer form after submitting a response
Able to capture values from all form fields now
clear up some typescript warnings
WIP rendering the question and its answering form
is-active styling and error styling
Header and button visual tweaks
Handle display messages in game model
Hide round header when not playing or no info is set for it
Change to the login page if we're on the play page but not logged in
Navigate to play page when successfully logging in
Change login page to be the start
Question text styling
RoundInfo and Header re-design
QuestionArea and Roundinfo fixes
remove unused props on radio
Drawing has color support
Add drawing functionality
Fix form styles for Radio and style question page
Login with validation checks
AnswerArea custom header, Radio button element
Hook up room code entry so the length check stuff works
Cleanup input length stuff
Rough input length checker rohan fix pls