0
0
Fork 0
Commit graph

161 commits

Author SHA1 Message Date
Oliver-Akins
878ccd1ed8 Init file for the webserver 2020-12-23 12:39:51 -07:00
Oliver-Akins
bd924c1816 Add modules we need. 2020-12-23 12:39:39 -07:00
Oliver-Akins
e542f3305d Init executable files for the events 2020-12-23 12:39:03 -07:00
Oliver-Akins
8e95c14b6a Intial websocket server creation 2020-12-23 12:38:39 -07:00
Oliver-Akins
5b487b2530 Update docs for SendCard's response 2020-12-23 12:37:53 -07:00
Oliver-Akins
0971ffd150 Combine the JoinTeam event to the UpdatePlayer event 2020-12-23 12:37:31 -07:00
Oliver-Akins
b1c161dcb3 Add data types for data payloads for the events 2020-12-23 12:36:56 -07:00
Oliver-Akins
7b2a5eeda4 Add initial config type 2020-12-23 12:36:33 -07:00
Oliver-Akins
28065831c4 Add object reminder for spirits 2020-12-20 20:05:43 -07:00
Oliver-Akins
db027cde77 Make discard hand component have proper UI. 2020-12-20 17:36:01 -07:00
Oliver-Akins
2c1b41565a Remove unused CSS 2020-12-20 17:33:35 -07:00
Oliver-Akins
6671b873b4 Listen for changes in the show property so we can reset the content data value. 2020-12-20 17:33:22 -07:00
Oliver-Akins
6b6af7b50b Instead of unset class, use unclickable if the modal isn't closable 2020-12-20 17:32:57 -07:00
Oliver-Akins
0c1d5892e7 Make the attribution bar not make the bottom corner buttons not clickable 2020-12-20 16:23:13 -07:00
Oliver-Akins
cd675f6597 Add trash icon to the configuration file. 2020-12-20 16:22:31 -07:00
Oliver-Akins
fb652567ec Add trash icon 2020-12-20 16:22:09 -07:00
Oliver-Akins
e3b8a57196 Add template config file. 2020-12-20 15:47:04 -07:00
Oliver-Akins
82c89a7821 Update the gitignore to the server config file. 2020-12-20 15:45:31 -07:00
Oliver-Akins
a6d87a0cc3 Add socket.io to the package 2020-12-20 15:43:26 -07:00
Oliver-Akins
10e9dea3ef Add socket.io and TOML to the attributions modal 2020-12-20 15:37:15 -07:00
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