Oliver-Akins
|
66518cebaa
|
Add the listeners for websocket events.
|
2021-01-01 16:08:58 -07:00 |
|
Oliver-Akins
|
a1e66da5dc
|
Add vue-clipboard2
|
2021-01-01 16:08:26 -07:00 |
|
Oliver-Akins
|
b6e3bd83d5
|
Adjust what data is in the store by default
|
2021-01-01 12:56:46 -07:00 |
|
Oliver-Akins
|
367fb7b274
|
Only use vuex-persist in production so that we don't have it saving in development
|
2021-01-01 12:56:06 -07:00 |
|
Oliver-Akins
|
3df1218ebb
|
Add mutations that we'll need so vuex-persist actually works
|
2021-01-01 12:55:36 -07:00 |
|
Oliver-Akins
|
8caac8812e
|
Implement all the socket logic for Creating/Joining games
|
2021-01-01 12:55:05 -07:00 |
|
Oliver-Akins
|
87d83c33cf
|
Add an error bar to the site
|
2021-01-01 12:54:33 -07:00 |
|
Oliver-Akins
|
67849abfeb
|
Add top-slide animation
|
2020-12-31 12:57:52 -07:00 |
|
Oliver-Akins
|
31557e5ccf
|
Add Vue-socket.io-extended to the site.
|
2020-12-23 12:41:09 -07:00 |
|
Oliver-Akins
|
4d598201c7
|
Add Error listener
|
2020-12-23 12:40:25 -07:00 |
|
Oliver-Akins
|
8dce2a4284
|
Trigger CreateGame event
|
2020-12-23 12:40:10 -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
|
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
|
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
|
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
|
56c44133d5
|
Add error for mobile devices.
|
2020-12-18 18:11:19 -07:00 |
|
Oliver-Akins
|
d5235942db
|
Only show discard hand button to mediums
|
2020-12-16 18:12:43 -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
|
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
|
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 |
|