Commit Graph

31 Commits

Author SHA1 Message Date
Steffen ff217761ff
revert role modal tab when closing (fixes #194) 2021-07-14 14:00:10 +02:00
eddgabriel 1e9363826d Mephit! 2021-03-04 21:32:30 +00:00
Dave c034647e9d removing other travelers button group for spectators/live session players as they cannot assign travelers anyway 2021-01-25 17:20:18 +00:00
Dave bddd1f94bd fixing bug where a script that includes all travellers leaves the other travellers tab empty, the tabs now check if there is any other travelers before displaying the tabs. 2021-01-25 16:09:53 +00:00
Dave df12930762 moving the isBluffs() logic to be inline in the template, as it is simple enough and has not needed repeating. 2021-01-25 15:51:24 +00:00
Dave bee0eba732 moving otherTravelers in the role modal from a computed function to spreading in mapstate for clarity and code style matching 2021-01-25 15:48:46 +00:00
Dave a95b3065bd renaming extraTravelers to otherTravelers for consistancy accross the app 2021-01-25 14:49:37 +00:00
Dave 64f5621d7c renaming travellers to travelers for consistancy with existing code. 2021-01-25 14:46:37 +00:00
Dave 0ef34ca3a1 moving button group to the bototm of the modal, as it is not priority information, swapped out the active CSS for the existing .townsfolt class took the button group out of the UL and surounded in a div. 2021-01-25 14:42:27 +00:00
Dave 8006ecb55c removine unneeded parens for clarity 2021-01-25 14:36:37 +00:00
Dave 59105beb78 Fixing bug stopping player with index 0 from being assigned an out of script traveller. 2021-01-17 20:17:19 +00:00
Dave ce6b66a33e making roles modal reset selected tab on close, stops traveller tab from showing on bluff selection and a better user experience 2021-01-09 21:23:24 +00:00
Dave af0d944d45 linting fix 2021-01-09 13:42:25 +00:00
Dave 7ab4bcbc4d Hiding additional traveller roles when selecting bluffs as travellers will not be used as bluffs anyway. 2021-01-09 13:34:01 +00:00
Dave 016d7feb39 adding tabs to role modal and moving non edition travellers in to second tab 2021-01-09 13:23:59 +00:00
Dave ea574fcc58 cleaning up code pulling non edition travellers in to the role modal and fixing spelling of travellers 2021-01-09 00:21:45 +00:00
Dave 0df7d8386d making non edition travelers appear in roleModal 2021-01-08 18:35:22 +00:00
Steffen 53d608288d only empty seats can be claimed by players and ST can clear seats now 2020-12-15 15:59:43 +01:00
Steffen e0958ac129 first draft of gamestate modal
improved general modal performance
2020-12-12 22:03:36 +01:00
Steffen 02d7002e34 moved fabled to player store
cleaned up some things around fabled night reminders
added fabled to night sheet
2020-11-29 22:17:02 +01:00
Steffen 6b0de4971c
tons of responsive changes 2020-06-11 00:37:17 +02:00
Steffen 505593d1c6
prevent assigning players a traveler role in a live session (fixes #13) 2020-05-24 22:18:43 +02:00
Steffen ddb4105c89
added swapping, fixed some bugs 2020-05-12 22:22:36 +02:00
Steffen 791c4b322f
linting 2020-05-09 21:48:16 +02:00
Steffen bcd57ca3d2
Merge remote-tracking branch 'origin/master' into voting 2020-05-09 21:47:10 +02:00
Steffen da3cd96723
added live sessions for townsquare sync 2020-05-09 21:47:00 +02:00
Steffen 5f2ea234a1
Update RoleModal.vue 2020-05-08 20:28:57 +02:00
Steffen 36f7d0cfa0
fix bug with demon bluffs 2020-05-08 20:16:59 +02:00
Steffen bba16a60d3
role popup fix, new background (closes #8) 2020-05-08 17:37:10 +02:00
Steffen 33c9edf339
finished moving stuff to store 2020-05-04 23:05:36 +02:00
Steffen ca91112b26
further adjustments to store 2020-05-03 23:05:17 +02:00