Commit Graph

175 Commits

Author SHA1 Message Date
Nathaniel Tampus
eb40d73f74 add optional deps to suppress socketio error msgs 2023-03-05 01:01:13 +08:00
Nathaniel Tampus
9ca2d7b5ad wrap game page in server component
for initial data fetch
2023-03-05 00:36:49 +08:00
Nathaniel Tampus
b7ee6f4371 rename to getGame & improve error handling 2023-03-05 00:33:44 +08:00
Nathaniel Tampus
997cbacc66 update readme 2023-03-04 23:06:32 +08:00
Nathaniel Tampus
f3eaf23a8f use req.params directly 2023-03-04 18:44:20 +08:00
Nathaniel Tampus
dd0a097a48 initial find & create game functionality
and restructure homepage components
2023-03-04 18:43:32 +08:00
Nathaniel Tampus
6de9943dca game util functions 2023-03-04 18:41:09 +08:00
Nathaniel Tampus
e6436fedb0 initial guest auth functionality 2023-03-04 18:40:21 +08:00
Nathaniel Tampus
7c4ef8472e add config file for api url 2023-03-04 18:39:43 +08:00
Nathaniel Tampus
6f7a9fac14 session context & auth util functions 2023-03-04 18:38:07 +08:00
Nathaniel Tampus
6dc9f1a18a update game endpoints
for getting all public games and finding specific games with code
2023-03-04 18:36:43 +08:00
Nathaniel Tampus
572eb22fc6 Merge branch 'main' into dev 2023-03-02 19:42:35 +08:00
Nathaniel Tampus
77a632520e update deps 2023-03-02 19:38:24 +08:00
Nathaniel Tampus
181738ae3f general layout improvements 2023-03-02 17:53:35 +08:00
Nathaniel Tampus
e562d53e06 use modal for auth nav button 2023-03-02 17:53:13 +08:00
Nathaniel Tampus
3d3e7651e7 update public games layout 2023-03-02 17:51:05 +08:00
Nathaniel Tampus
44d460bbec remove winner field from db 2023-03-01 22:45:17 +08:00
Nathaniel Tampus
19fb1a9740 move css to styles folder 2023-02-25 21:33:53 +08:00
Nathaniel Tampus
a61b0128e6 use new metadata api 2023-02-25 21:16:14 +08:00
Nathaniel Tampus
ebc8c66064 update deps 2023-02-25 21:16:02 +08:00
Nathaniel Tampus
d9e5c8150a move components to separate folder 2023-02-25 21:14:55 +08:00
Nathaniel Tampus
3ccbd57e8f layout adjustments to fit screen height 2023-02-24 11:45:16 +08:00
Nathaniel Tampus
44d95f526e rename api url env variable 2023-02-20 21:58:30 +08:00
Nathaniel Tampus
e7fec4fe78 update readme 2023-02-20 17:45:32 +08:00
Nathaniel Tampus
8ee8ba885e initial game page design 2023-02-20 17:37:13 +08:00
Nathaniel Tampus
c6be8f0776 separate into more components 2023-02-20 17:36:30 +08:00
Nathaniel Tampus
13c7515a26 update readme 2023-02-20 17:35:00 +08:00
Nathaniel Tampus
374dda25bb homepage design 2023-02-19 19:42:14 +08:00
Nathaniel Tampus
8c5c3a0501 navbar and footer design 2023-02-19 19:40:40 +08:00
Nathaniel Tampus
a39d68d032 temp avatar image 2023-02-19 19:39:55 +08:00
Nathaniel Tampus
0f7cc7ac2f add custom daisyUI themes 2023-02-19 19:39:44 +08:00
Nathaniel Tampus
393353afad update deps, add tabler icons 2023-02-19 19:38:38 +08:00
Nathaniel Tampus
5d731c52bb lowercase c for page title 2023-02-18 21:59:49 +08:00
Nathaniel Tampus
903cfc10ee add refactoring note on top of page 2023-02-16 22:00:19 +08:00
Nathaniel Tampus
aae76e83c4 update client dev port 2023-02-16 21:36:04 +08:00
Nathaniel Tampus
96280b6d71 env variables for easier dev setup 2023-02-16 21:33:17 +08:00
Nathaniel Tampus
279f1b0f63 increase socket ping interval & timeout 2023-02-16 21:28:54 +08:00
Nathaniel Tampus
2e1b981973 update deps 2023-02-16 21:26:14 +08:00
Nathaniel Tampus
2ef5e33b0e use next.js 13 appdir, add initial navbar drawer 2023-02-15 14:09:33 +08:00
Nathaniel Tampus
4324ee6c33 update client deps 2023-02-15 14:09:24 +08:00
Nathaniel Tampus
31d7a7a411 ignore .vscode folder 2023-02-15 14:08:11 +08:00
Nathaniel Tampus
862cada547 switch to next.js
- init next app
- add daisyUI
2023-02-13 23:12:16 +08:00
Nathaniel Tampus
209ebbfd9d update server deps 2023-02-13 22:49:01 +08:00
Nathaniel Tampus
22f13144c1 update main field in server package.json 2023-02-06 15:49:53 +08:00
Nathaniel Tampus
09cfd71a7d Merge branch 'main' into dev 2023-02-06 15:46:48 +08:00
Nathaniel Tampus
20bcb98335 lock chess.js to beta 2 to avoid esm issues 2023-02-06 15:37:58 +08:00
Nathaniel Tampus
9bfad4d8fd update readme 2023-02-06 15:37:31 +08:00
Nathaniel Tampus
c03cf47bc3 init remix app 2023-02-06 15:17:49 +08:00
Nathaniel Tampus
015977aa82 update server deps 2023-02-06 15:17:08 +08:00
Nathaniel Tampus
4676a99714 env variables for easier dev setup 2023-02-06 14:48:31 +08:00