Commit Graph

354 Commits

Author SHA1 Message Date
Nathaniel Tampus
53dbb4550b update deps 2023-03-19 21:43:22 +08:00
Nathaniel Tampus
59dba43257 remove extra imports 2023-03-19 21:41:19 +08:00
Nathaniel Tampus
fcb0fd26fd update game data on when updating guest names 2023-03-19 21:39:51 +08:00
Nathaniel Tampus
76c1e82b90 update readme 2023-03-19 21:25:18 +08:00
Nathaniel Tampus
dc2f218115 disallow underscores for names 2023-03-19 21:24:41 +08:00
Nathaniel Tampus
9ae628c592 update game data on when updating guest names 2023-03-19 21:23:15 +08:00
Nathaniel Tampus
b6df2c0df1 sync user info in games, adjust game timeout 2023-03-19 21:19:09 +08:00
Nathaniel Tampus
802a03fa11 use .after FEN for move navigation 2023-03-19 21:18:16 +08:00
Nathaniel Tampus
4ee0cd2280 update deps 2023-03-19 21:14:06 +08:00
Nathaniel Tampus
f564298c93 login and register tabs, initial user dashboard 2023-03-19 20:53:59 +08:00
Nathaniel Tampus
20b26448ae add auth api routes 2023-03-19 20:53:43 +08:00
Nathaniel Tampus
1fab992f53 add auth controllers & validation improvements 2023-03-19 20:52:58 +08:00
Nathaniel Tampus
76b0d142cb update user db queries 2023-03-19 20:52:04 +08:00
Nathaniel Tampus
17ef05b31c sync user info in games, adjust game timeout 2023-03-19 20:51:29 +08:00
Nathaniel Tampus
42dc24a9bc init db on server startup 2023-03-19 20:44:01 +08:00
Nathaniel Tampus
a9630a4cf1 update deps, add argon2 2023-03-19 20:43:31 +08:00
Nathaniel Tampus
24d3c7fcbd update readme 2023-03-19 20:43:16 +08:00
Nathaniel Tampus
96a262ec29 minor cleanup 2023-03-19 20:43:00 +08:00
Nathaniel Tampus
21494937c9 update readme 2023-03-17 22:31:31 +08:00
Nathaniel Tampus
e055c1f807 update "copied to clipboard" badge layout 2023-03-15 20:26:54 +08:00
Nathaniel Tampus
faaa43ea5b check session before enabling join/create buttons 2023-03-15 20:05:36 +08:00
Nathaniel Tampus
3821c4b43a update game url to use game code directly 2023-03-15 19:54:15 +08:00
Nathaniel Tampus
b368d7bdf5 fix mobile overflow for real this time 2023-03-15 19:39:40 +08:00
Nathaniel Tampus
fd073821f6 fix mobile overflow 2023-03-15 19:25:28 +08:00
Nathaniel Tampus
bb9a723a11 update deps 2023-03-15 19:25:00 +08:00
Nathaniel Tampus
3c46b485c3 only scroll moves container instead of whole page 2023-03-13 20:21:08 +08:00
Nathaniel Tampus
055cc5781d scroll to active move button only when needed 2023-03-12 21:24:24 +08:00
Nathaniel Tampus
f7aba38d82 add initial message and fix server message style 2023-03-12 20:27:26 +08:00
Nathaniel Tampus
034ba1a206 move history navigation (closes #9) 2023-03-12 19:54:22 +08:00
Nathaniel Tampus
e2a0f361cf small structure changes for less redundancy 2023-03-12 13:29:06 +08:00
Nathaniel Tampus
fb43d2d9c7 update deps 2023-03-12 13:19:49 +08:00
Nathaniel Tampus
a9480ffd3a experimental premove support (closes #7) 2023-03-11 13:09:33 +08:00
Nathaniel Tampus
775a32625c clarify server start log for development 2023-03-11 13:08:45 +08:00
Nathaniel Tampus
e632fc0618 update deps 2023-03-11 13:07:49 +08:00
Nathaniel Tampus
021bbee894 lower game deletion timeout to 10 minutes 2023-03-08 23:14:01 +08:00
Nathaniel Tampus
fd696677c3 remove unused asset 2023-03-08 23:13:12 +08:00
Nathaniel Tampus
feafffe53e remove theme event listener on cleanup 2023-03-06 22:01:39 +08:00
Nathaniel Tampus
483af2c615 autodetect dark theme before useEffect 2023-03-06 22:01:19 +08:00
Nathaniel Tampus
37ebe31097 clarify required env variables 2023-03-06 20:24:36 +08:00
Nathaniel Tampus
d9bb753315 log cleanup 2023-03-06 19:58:38 +08:00
Nathaniel Tampus
e8bbdc5cbd update api url 2023-03-06 19:57:07 +08:00
Nathaniel Tampus
e0cfe8c423 Merge pull request #4 from nizewn/dev
Alpha preparation
2023-03-06 19:31:16 +08:00
Nathaniel Tampus
7d704a94a6 show dropdown when link copied 2023-03-06 19:24:31 +08:00
Nathaniel Tampus
caa12fd5ce check pattern in backend as well 2023-03-06 18:59:35 +08:00
Nathaniel Tampus
6d19501ad4 add required pattern for guest name 2023-03-06 18:53:21 +08:00
Nathaniel Tampus
440e8cd540 exclude ended games from public api 2023-03-06 18:43:50 +08:00
Nathaniel Tampus
19880c0818 chat messages styling 2023-03-06 18:42:47 +08:00
Nathaniel Tampus
4e3e77e014 adjust game inactivity time to 15 minutes 2023-03-06 18:41:54 +08:00
Nathaniel Tampus
99b73fb1c1 scrollbar styling 2023-03-06 18:19:47 +08:00
Nathaniel Tampus
b98e4a23a9 redirect on client for 404 2023-03-06 17:25:15 +08:00