0
0
Fork 0
Commit graph

55 commits

Author SHA1 Message Date
Oliver-Akins
6309419635 Add VueX-persist to the web interface 2020-12-19 17:59:35 -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
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
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
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
e115384f21 Add anchor tag styling to the attributions modal 2020-12-15 20:33:25 -07:00
Oliver-Akins
7e30bdba31 Remove teleport because we're running V2 not V3. Whoops... 2020-12-13 17:21:38 -07:00
Oliver-Akins
42d0fe483e Add teleport to Modals. 2020-12-13 17:17:32 -07:00
Oliver-Akins
f823e599b4 Add Hand markup, styling, and some functionality. 2020-12-13 16:55:31 -07:00
Oliver-Akins
2eec1880c6 Add a closable property to the modal animation 2020-12-13 16:52:33 -07:00
Oliver-Akins
e5328dd1fb Add some bits to the Hand template 2020-12-13 15:02:02 -07:00
Oliver-Akins
ecc580e8d7 Add corner rounding to the question boxes. 2020-12-13 14:58:42 -07:00
Oliver-Akins
d238c72ac4 Add some documentation comments to the code. 2020-12-13 14:57:35 -07:00
Oliver-Akins
e1bc7acd0d Add markup and styling for the past questions 2020-12-12 18:03:43 -07:00
Oliver-Akins
6735a5e860 Move past-questions from the InGame to the GameBoard 2020-12-12 18:03:04 -07:00
Oliver-Akins
492b5707c4 Adjust styling to look better 2020-12-12 16:56:37 -07:00
Oliver-Akins
dc013c7c6e Change back to per-instance data object because Vue was yelling at me about it. 2020-12-12 16:48:57 -07:00
Oliver-Akins
4b5302d24c Adjust styling and markup to account for the past questions 2020-12-12 16:32:43 -07:00
Oliver-Akins
ede4e64714 Change to static data 2020-12-12 16:31:45 -07:00
Oliver-Akins
0c0ae86fa6 Add code to help the implemention of the socket server. 2020-12-12 16:16:14 -07:00
Oliver-Akins
cd13bae07f Update styling of text inputs to not overlap the text 2020-12-12 16:08:14 -07:00
Oliver-Akins
fc441fdf03 Add infrastructure for text input syncing. 2020-12-12 16:07:56 -07:00
Oliver-Akins
1bcaeccbe0 Right align the eyes for the other team. 2020-12-12 14:39:01 -07:00
Oliver-Akins
6b77c0ff26 Remove all the repeated text inputs and instead use a for loop. 2020-12-12 14:38:25 -07:00
Oliver-Akins
d9e7cd6c1b Adds all the text entry slots and CSS to the game board area 2020-12-10 15:18:37 -07:00
Oliver-Akins
e7d50281fe Add component names and fix CSS imports 2020-12-10 11:09:01 -07:00
Oliver-Akins
4d156a1e68 Remove placeholder data 2020-12-10 11:00:08 -07:00
Oliver-Akins
7273db2ede Add a primitive player list, this will show the player name and their role 2020-12-10 10:59:48 -07:00
Oliver-Akins
f840944691 Add component name 2020-12-10 10:33:24 -07:00
Oliver-Akins
0d27236e0e Generalize library section 2020-12-10 10:31:56 -07:00
Oliver-Akins
2c26fc8e0a Change to using the VueX store, rather than the data object. 2020-12-08 17:56:46 -07:00
Oliver-Akins
d848df35d5 Add clickable class to the buttons 2020-12-08 17:50:07 -07:00
Oliver-Akins
938481f8a7 Fix button styling in Role Selecting 2020-12-08 17:44:04 -07:00
Oliver-Akins
17913414ae Add styling and team suffix to name 2020-12-08 17:19:03 -07:00
Oliver-Akins
5f8fbbd864 Make modal background change pointer type 2020-12-08 16:51:19 -07:00
Oliver-Akins
36db1b68a7 Begin work on the role selector for the teams. 2020-12-08 15:53:38 -07:00
Oliver-Akins
f9cbf0bc8b Add stop modifier to div@click 2020-12-08 15:06:35 -07:00
Oliver-Akins
b8cfa8305f Adjust the wordings and attribution links. 2020-12-08 14:39:35 -07:00
Oliver-Akins
fcf8b0eb8c Get the attributions component working. 2020-12-08 14:32:28 -07:00