Commit Graph

768 Commits

Author SHA1 Message Date
Alec
2a52bd0cb5 Merge pull request #182 from AlecM33/fix-startability
Fix logic that determines if a game is startable when first constructed
2023-11-28 18:25:34 -05:00
AlecM33
95d0cee35f fix logic that determines whether games are startable when the game is first constructed 2023-11-28 18:19:21 -05:00
Alec
008116d964 Update README.md 2023-11-20 21:49:49 -05:00
Alec
b6e22b9b3d Merge pull request #181 from AlecM33/close-on-unload
manually close socket when window is unloaded
2023-11-20 21:12:53 -05:00
AlecM33
34c7a44be1 lint 2023-11-20 21:11:30 -05:00
AlecM33
04f37e369a manually close socket when window is unloaded 2023-11-20 21:00:51 -05:00
Alec
3e1a317b47 Merge pull request #180 from AlecM33/dependabot/npm_and_yarn/babel/traverse-7.23.2
Bump @babel/traverse from 7.18.13 to 7.23.2
2023-11-05 18:27:33 -05:00
dependabot[bot]
fab1579740 Bump @babel/traverse from 7.18.13 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.13 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 02:28:02 +00:00
Alec
df56da16c7 Merge pull request #179 from AlecM33/color-consistency
more consistent colors, change global color for evil alignment
2023-09-10 12:16:34 -04:00
AlecM33
43a7205046 more consistent colors, change global color for evil alignment 2023-09-10 12:06:49 -04:00
AlecM33
95f214824a remove inline style 2023-09-05 14:58:17 -04:00
Alec
8f0a719ce1 Merge pull request #178 from AlecM33/loading-toasts
neutral loading toasts
2023-09-05 14:46:13 -04:00
AlecM33
817f6928df neutral loading toasts 2023-09-05 14:20:30 -04:00
AlecM33
b432c65d25 fix navbar 2023-08-22 23:00:48 -04:00
Alec
96c0a730ef Merge pull request #177 from AlecM33/simplify-join-link
remove parameters from join link
2023-08-22 22:28:50 -04:00
AlecM33
bd00c9ba2d make label bigger 2023-08-22 22:25:15 -04:00
AlecM33
35f39ec0e7 lint 2023-08-22 22:20:37 -04:00
AlecM33
39aa9932bf remove parameters from join link 2023-08-22 22:14:04 -04:00
AlecM33
ce121d35a6 update tutorial gifs, add tutorial link to homepage 2023-08-22 11:48:07 -04:00
AlecM33
7c8d4083ca add witch to default roles 2023-08-19 20:51:55 -04:00
AlecM33
618fb868f4 change create button loading text 2023-08-19 13:13:40 -04:00
Alec
682844d241 Merge pull request #176 from AlecM33/more-styling
More subtle UI/styling improvements
2023-08-19 13:04:23 -04:00
AlecM33
c53951803f more styling improvements, move return to lobby button for Ended game status 2023-08-19 12:58:41 -04:00
AlecM33
761de97c50 absolute positioning for creation step buttons 2023-08-18 18:05:11 -04:00
Alec
21dc8c9b77 Merge pull request #175 from AlecM33/styling
Styling, small fixes
2023-08-18 17:48:28 -04:00
AlecM33
87d1560dd4 change leftover color 2023-08-18 17:42:32 -04:00
AlecM33
76bbd847d9 change sitewide color, smoother loading of images on homepage 2023-08-18 17:37:15 -04:00
AlecM33
aa41267514 merge 2023-08-18 16:09:57 -04:00
AlecM33
e6a9d61220 remove unnecessary asynchronous logic in index 2023-08-17 12:39:56 -04:00
Alec
be68f165b3 Merge pull request #174 from AlecM33/edit-timer
Edit timer
v1.1.1
2023-08-16 14:33:56 -04:00
AlecM33
54d16ff565 fix description 2023-08-16 14:14:07 -04:00
AlecM33
a986eb4c62 lint 2023-08-16 14:10:40 -04:00
AlecM33
531c093bbc prevent duplicate HTML id 2023-08-16 14:08:03 -04:00
AlecM33
e015f1baea fix timer validation, make error toasts brighter 2023-08-16 13:57:03 -04:00
AlecM33
1d22aebbb9 built out rest of functionality; add placeholder when there are no custom roles 2023-08-16 13:43:22 -04:00
AlecM33
25fb043292 Merge branch 'master' into edit-timer 2023-08-16 12:19:05 -04:00
Alec
92a48bdcd8 Merge pull request #173 from AlecM33/role-pictures-during-create
display role art during game creation
2023-08-15 22:44:21 -04:00
AlecM33
73d19fa7f6 display role art during game creation 2023-08-15 22:42:22 -04:00
AlecM33
9e70c8fc4a add Doctor to the default roles 2023-08-15 16:53:48 -04:00
AlecM33
cdacb09eff merge 2023-08-15 14:26:20 -04:00
Alec
d55344d219 Merge pull request #172 from AlecM33/connection-corrections
correct connection handling to handle when socket is already connecte…
2023-08-15 14:24:52 -04:00
AlecM33
ef4e15e4b3 lint 2023-08-15 14:23:01 -04:00
AlecM33
67c89afb81 correct connection handling to handle when socket is already connected, patch gap in HTTP code handling 2023-08-15 14:21:19 -04:00
AlecM33
230e657368 start of functionality 2023-08-15 14:17:48 -04:00
Alec
4d59d16902 Merge pull request #170 from AlecM33/name-change
Edit name at any time
2023-08-14 18:59:58 -04:00
AlecM33
267b42d4c5 another magic number 2023-08-14 17:50:01 -04:00
AlecM33
94d87cb39e another magic number 2023-08-14 17:47:26 -04:00
AlecM33
f90668b598 remove remaining magic numbers 2023-08-14 16:55:58 -04:00
AlecM33
0d1effb388 remove magic numbers, update how to use page styling 2023-08-14 16:52:08 -04:00
AlecM33
a2ed634558 edit names 2023-08-14 02:50:46 -04:00