0
0
Fork 0
Commit graph

291 commits

Author SHA1 Message Date
Oliver-Akins
3c7f5e5376 Change default view back to login. 2020-12-20 15:36:32 -07:00
Oliver-Akins
ea48b8f82d Add package.json, pnpm lock, and tsconfig 2020-12-20 15:30:35 -07:00
Oliver-Akins
2ca4eef0a6 Move event and type docs into their own files. 2020-12-19 18:01:36 -07:00
Oliver-Akins
ce7e35cd53 remove unneeded event 2020-12-19 18:01:12 -07:00
Oliver-Akins
7e9884a273 Update event name 2020-12-19 18:00:57 -07:00
Oliver-Akins
fcc6712e23 Move the questions storage from the hand data object to the VueX store 2020-12-19 18:00:44 -07:00
Oliver-Akins
95a1bfe8a3 Implement VueX Persist with VueX 2020-12-19 18:00:11 -07:00
Oliver-Akins
6309419635 Add VueX-persist to the web interface 2020-12-19 17:59:35 -07:00
Oliver-Akins
171467803b Add data point for the chosen object. 2020-12-19 16:59:42 -07:00
Oliver-Akins
421c7d75f4 Add new config options for some button labels. 2020-12-19 16:59:19 -07:00
Oliver-Akins
dccb0f835f Detect if an object has been chosen and change the display if it hasn't. 2020-12-19 16:57:40 -07:00
Oliver-Akins
e4be57e957 Add a variant of the GameBoard so the spirits can choose the object 2020-12-19 16:57:00 -07:00
Oliver-Akins
02cecebbae Use the button labels from the store rather than hard-coded values. 2020-12-19 16:56:34 -07:00
Oliver-Akins
bf63077f67 Change card width. 2020-12-19 16:56:11 -07:00
Oliver-Akins
20a9c39bb3 Change to using the UpdateHand event rather than the mess of events that it was before. 2020-12-19 15:54:01 -07:00
Oliver-Akins
1879ef2d69 Adjust object types. 2020-12-19 15:53:35 -07:00
Oliver-Akins
c08e61117e Begin on the discard hand button 2020-12-18 18:41:15 -07:00
Oliver-Akins
82e6070976 Increase height of the bottom bar by a small amount 2020-12-18 18:40:55 -07:00
Oliver-Akins
0ddbaf064b Change width to min-width for the cards and allow x-scroll on the hand component. 2020-12-18 18:40:04 -07:00
Oliver-Akins
17e43beb1e Update InGame to use a CSS grid. 2020-12-18 18:26:14 -07:00
Oliver-Akins
0e35644af9 Add some additional information to the device error screen. 2020-12-18 18:25:42 -07:00
Oliver-Akins
8b28489cae Fix the index so that the questions appear above the eyes. 2020-12-18 18:13:23 -07:00
Oliver-Akins
1941a8ba41 Adjust styling to work with the grid to keep everything on screen. 2020-12-18 18:12:58 -07:00
Oliver-Akins
617ba7307c Allow guessers to type in their own team's text inputs.
This makes it so that I don't need to add a guess button in the UI.
2020-12-18 18:12:18 -07:00
Oliver-Akins
dc93c7dbb0 Fix indices docs 2020-12-18 18:11:34 -07:00
Oliver-Akins
56c44133d5 Add error for mobile devices. 2020-12-18 18:11:19 -07:00
Oliver-Akins
351318ece4 Update the types for the objects. 2020-12-16 18:53:10 -07:00
Oliver-Akins
00d5b7f4f4 Add docs for the RemoveCard event 2020-12-16 18:23:31 -07:00
Oliver-Akins
ebfc1f5855 Update the response event for SendCard 2020-12-16 18:23:05 -07:00
Oliver-Akins
d5235942db Only show discard hand button to mediums 2020-12-16 18:12:43 -07:00
Oliver-Akins
63037a78c3 Add docs for NewHand 2020-12-16 18:05:00 -07:00
Oliver-Akins
f8e5ea915f Create team reminder component 2020-12-16 17:50:30 -07:00
Oliver-Akins
2cf3ce4bae Add alias to bottom bar. 2020-12-16 17:49:57 -07:00
Oliver-Akins
8581929235 Remove extra newline 2020-12-16 17:25:17 -07:00
Oliver-Akins
75ec0f5c82 Add NewPlayer event documentation 2020-12-16 17:24:52 -07:00
Oliver-Akins
1fc2cf5405 Add Game type. 2020-12-16 16:18:05 -07:00
Oliver-Akins
e32fa47836 Add docs for the SelectObject event. 2020-12-16 16:17:52 -07:00
Oliver-Akins
988aa33589 Add docs for the GetPastQuestions event 2020-12-16 16:17:32 -07:00
Oliver-Akins
170e222573 Add docs for the SendCard event 2020-12-16 16:17:11 -07:00
Oliver-Akins
238b99b063 Add docs for UpdateAnswer event 2020-12-16 16:16:51 -07:00
Oliver-Akins
ee1f6f857b Add an additional datapoint in the error response 2020-12-16 16:16:31 -07:00
Oliver-Akins
3295747386 Update success from a boolean to an integer status 2020-12-16 12:25:10 -07:00
Oliver-Akins
06930d4fe5 Make PastQuestions fetch the questions itself using the mounted method + an interval 2020-12-15 21:50:01 -07:00
Oliver-Akins
495533216b Adjust how the PastQuestions is being toggled. 2020-12-15 21:49:11 -07:00
Oliver-Akins
83934e9c19 Begin on planning all of the Websocket events and their data payloads. 2020-12-15 21:48:51 -07:00
Oliver-Akins
b45b0658e3 Add focus styles for the text inputs. 2020-12-15 20:47:50 -07:00
Oliver-Akins
393781181d Add some attributions for tooling. 2020-12-15 20:41:34 -07:00
Oliver-Akins
d9a1b68035 Update the Hand component to be generalized better for all players and have a button for each card instead of clicking the card itself. 2020-12-15 20:36:00 -07:00
Oliver-Akins
d02e6100db Add animation for the expand-from-left animation 2020-12-15 20:35:23 -07:00
Oliver-Akins
aaca95f4a2 Add styles for the card button 2020-12-15 20:33:49 -07:00