0
0
Fork 0
Commit graph

115 commits

Author SHA1 Message Date
Oliver-Akins
211fe2e3ac Add config option for the eye icon. 2020-12-10 15:19:55 -07:00
Oliver-Akins
40fcf179d7 Add getters for the team names. 2020-12-10 15:19:33 -07:00
Oliver-Akins
299cc99c88 Begin work on the InGame view 2020-12-10 15:19:11 -07:00
Oliver-Akins
238c112859 Add the InGame view to the app 2020-12-10 15:18:54 -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
287af267d6 Add comment about changing the SVG image 2020-12-10 15:03:45 -07:00
Oliver-Akins
5590f22e0d Add icons and remove Vue logo 2020-12-10 15:03:28 -07:00
Oliver-Akins
64171c1658 Add documentation to keep track of z-indexes. 2020-12-10 15:02:50 -07:00
Oliver-Akins
e63c8edb77 Disable an eslint rule that I don't like. 2020-12-10 11:53:28 -07:00
Oliver-Akins
7b99f9ba0a Correct "moons" to "eyes" 2020-12-10 11:52:57 -07:00
Oliver-Akins
e7d50281fe Add component names and fix CSS imports 2020-12-10 11:09:01 -07:00
Oliver-Akins
b71a9e7d7f Update the colour variables for the cards 2020-12-10 11:03:03 -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
b668f0c211 Add player list component to the lobby view and stretch the flex items. 2020-12-10 10:55:18 -07:00
Oliver-Akins
bbdfb7d1a9 Add player list to state 2020-12-10 10:54:47 -07:00
Oliver-Akins
8f27b6b932 Adjust ordering of attributes and include a do not edit below comment. 2020-12-10 10:37:50 -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
3257034b82 Add the moon counts to the data store 2020-12-08 18:09:00 -07:00
Oliver-Akins
5ca11ec484 Add data to the store. 2020-12-08 17:56: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
9c0a9b5917 Populate Lobby with styles and team choice layouts 2020-12-08 17:56:26 -07:00
Oliver-Akins
d848df35d5 Add clickable class to the buttons 2020-12-08 17:50:07 -07:00
Oliver-Akins
42ed01c783 Add player name attribute to VueX store. 2020-12-08 17:44:17 -07:00
Oliver-Akins
938481f8a7 Fix button styling in Role Selecting 2020-12-08 17:44:04 -07:00
Oliver-Akins
b85a2f5635 Scope the CSS in the Create Join component so it doesn't affect other components. 2020-12-08 17:43:44 -07:00
Oliver-Akins
1bea894083 Correct the lighten/darken of background3 2020-12-08 17:19:38 -07:00
Oliver-Akins
17913414ae Add styling and team suffix to name 2020-12-08 17:19:03 -07:00
Oliver-Akins
500c3949c8 Add unclickable class to stylesheet 2020-12-08 16:51:33 -07:00
Oliver-Akins
5f8fbbd864 Make modal background change pointer type 2020-12-08 16:51:19 -07:00
Oliver-Akins
c7dedd9f61 Change webpack name to be constant text. 2020-12-08 16:46:27 -07:00
Oliver-Akins
1cdaa4b868 Remove poorly formatted how to configure section 2020-12-08 16:46:12 -07:00
Oliver-Akins
549397e753 change default view to lobby while working on the lobby code 2020-12-08 15:54:03 -07:00
Oliver-Akins
36db1b68a7 Begin work on the role selector for the teams. 2020-12-08 15:53:38 -07:00
Oliver-Akins
cbda79b46b Add the GameLobby as a view in the main app 2020-12-08 15:52:50 -07:00
Oliver-Akins
43304617d7 Start work on the GameLobby view 2020-12-08 15:52:35 -07:00
Oliver-Akins
4b0803c9a1 Add a how-to-configure section in the README 2020-12-08 15:48:49 -07:00
Oliver-Akins
0adc01b040 Fix CSS imports 2020-12-08 15:40:58 -07:00
Oliver-Akins
dcc21997ca Add the HTML/CSS for the CreateJoin view 2020-12-08 15:39:57 -07:00
Oliver-Akins
24f350edd3 Add eslint warnings 2020-12-08 15:32:21 -07:00
Oliver-Akins
1f04007efa Add Vue config 2020-12-08 15:25:46 -07:00
Oliver-Akins
f9cbf0bc8b Add stop modifier to div@click 2020-12-08 15:06:35 -07:00
Oliver-Akins
cdb8f90339 Add some initial data to the state 2020-12-08 15:03:01 -07:00
Oliver-Akins
f7e71e7cc3 Add the first view and the attributions bar. 2020-12-08 15:02:48 -07:00
Oliver-Akins
5ce13609f7 Add darken and lighten variants of the background colours. 2020-12-08 15:01:48 -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
Oliver-Akins
c096229710 Add centre and clickable classes 2020-12-08 14:31:28 -07:00
Oliver-Akins
c543f4f717 Get the Modal animation component functioning properly 2020-12-08 14:30:56 -07:00