Commit Graph

194 Commits

Author SHA1 Message Date
Nathaniel Tampus
09ddb6e21a update optional dep 2023-03-05 19:04:35 +08:00
Nathaniel Tampus
69fb7a7c9d add wrapper component to check auth 2023-03-05 10:00:55 +08:00
Nathaniel Tampus
01ebc4a138 rename game wrapper, add initial socket events 2023-03-05 09:41:34 +08:00
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
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
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
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
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
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
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
c03cf47bc3 init remix app 2023-02-06 15:17:49 +08:00
Nathaniel Tampus
bd39cf8c46 npm workspaces, NodeNext for server 2023-02-05 13:49:40 +08:00
Nathaniel Tampus
e823fb15e9 handle invalid move exceptioin & support promotion 2023-01-16 14:36:55 +08:00
Nathaniel Tampus
f108262622 remove extra log 2023-01-16 14:12:04 +08:00
Nathaniel Tampus
bec3ac1fca update deps 2023-01-16 13:53:03 +08:00
Nathaniel Tampus
081449b12e update type annotations 2023-01-08 21:05:08 +08:00
Nathaniel Tampus
aed8d0ca07 update deps 2023-01-08 21:01:50 +08:00
Nathaniel Tampus
0482f6b4f1 Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/client/react-chessboard-2.0.7' 2023-01-08 21:00:16 +08:00
Nathaniel Tampus
e53a581343 remove extra routes file 2023-01-07 01:04:40 +08:00
dependabot[bot]
203b204c10 Bump react-chessboard from 1.3.1 to 2.0.7 in /client
Bumps [react-chessboard](https://github.com/Clariity/react-chessboard) from 1.3.1 to 2.0.7.
- [Release notes](https://github.com/Clariity/react-chessboard/releases)
- [Commits](https://github.com/Clariity/react-chessboard/compare/v1.3.1...v2.0.7)

---
updated-dependencies:
- dependency-name: react-chessboard
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03 08:58:28 +00:00
Nathaniel Tampus
17ce3cf4c4 move to public repo 2023-01-03 15:47:30 +08:00