Commit Graph

37 Commits

Author SHA1 Message Date
Nathaniel Tampus
b6d379d21b add metadata base url 2023-04-10 16:23:37 +08:00
Nathaniel Tampus
835a90286f add opengraph image 2023-04-10 16:12:51 +08:00
Nathaniel Tampus
545604b165 update robots.txt 2023-04-10 16:02:34 +08:00
Nathaniel Tampus
6d2263432a save theme preference to localStorage 2023-04-09 14:03:04 +08:00
Nathaniel Tampus
24861fec36 remove game from activeGames immediately on end 2023-04-09 02:41:46 +08:00
Nathaniel Tampus
fbeefbc3c4 add user profile page 2023-04-07 14:20:13 +08:00
Nathaniel Tampus
a2bae7201d rename "get" util functions to "fetch" 2023-04-07 12:09:10 +08:00
Nathaniel Tampus
44af7ed0ae move global 404 page to app router 2023-04-07 12:02:17 +08:00
Nathaniel Tampus
d01bb43004 update archive notfound message 2023-04-05 22:34:53 +08:00
Nathaniel Tampus
d0f316c59b move update user form to settings page 2023-04-05 21:04:14 +08:00
Nathaniel Tampus
d98efb39dc rename Navbar to Header 2023-04-05 20:10:26 +08:00
Nathaniel Tampus
b20dd02854 rename archive page component 2023-04-05 20:06:21 +08:00
Nathaniel Tampus
1636e1131e viewable archived games 2023-04-02 15:22:01 +08:00
Nathaniel Tampus
c7f3abf29c util functions for fetching archived games 2023-04-02 12:36:48 +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
72a80fe8bf remove home route background 2023-03-06 10:42:29 +08:00
Nathaniel Tampus
a9accad679 add metadata and opengraph tags 2023-03-06 10:30:22 +08:00
Nathaniel Tampus
a30331ccb1 public games list functionality 2023-03-05 22:06:59 +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
9ca2d7b5ad wrap game page in server component
for initial data fetch
2023-03-05 00:36:49 +08:00
Nathaniel Tampus
dd0a097a48 initial find & create game functionality
and restructure homepage components
2023-03-04 18:43:32 +08:00
Nathaniel Tampus
e6436fedb0 initial guest auth functionality 2023-03-04 18:40:21 +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
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
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
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