Commit Graph

180 Commits

Author SHA1 Message Date
Aaron William Po
30f2147566 Format: update prettier configuration to use tailwind plugin 2023-12-01 18:18:43 -05:00
Aaron William Po
f5941a9ae5 Add NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME to mandatory env vars 2023-12-01 14:55:56 -05:00
Aaron William Po
49d5b782a9 Add proper toast notifications to edit/create beer post. fix delete 2023-12-01 14:40:33 -05:00
Aaron William Po
293200fbe2 Refactor: replace all next/image components with Cloudinary wrapper 2023-12-01 14:33:06 -05:00
Aaron William Po
208fdc3177 Refactor: remove multer-storage-cloudinary 2023-12-01 02:11:46 -05:00
Aaron William Po
ab252c41b9 Refactor
Extract upload middleware to separate file and implement edit profile functionality.
2023-12-01 00:23:30 -05:00
Aaron William Po
0c09db24a7 Styles: update styling for user page header 2023-11-27 23:06:31 -05:00
Aaron William Po
7c87be09cf Feat: implement client side functionality for user follow feature 2023-11-27 22:28:44 -05:00
Aaron William Po
a435e011f8 Security fix: update password system for database seeding 2023-11-27 14:41:09 -05:00
Aaron William Po
e27a24bdb9 Dev: add placeholder avatar, change image urls 2023-11-27 11:50:42 -05:00
Aaron William Po
de9b3e300f style fix 2023-11-26 21:51:10 -05:00
Aaron William Po
00e980d71e Feat: add user posts functionality for account page 2023-11-26 21:45:03 -05:00
Aaron William Po
c0d90a84d8 Fix: additional style updates 2023-11-26 21:43:21 -05:00
Aaron William Po
7605e59d10 Fix: update styles for beer card and brewery card 2023-11-26 21:42:34 -05:00
Aaron William Po
468c220eaa Update next.js to recent version, style updates 2023-11-25 22:06:53 -05:00
Aaron William Po
cd621fdf21 fix and upgrade: bump next js to v14, remove public mapbox token 2023-11-24 00:07:00 -05:00
Aaron William Po
c3a991f938 feat: add reset password functionality 2023-11-23 21:06:50 -05:00
Aaron William Po
dddc48b403 style: fix beer card image and update user page 2023-11-20 14:55:33 -05:00
Aaron William Po
f7227519b6 feat: extract user header 2023-11-20 14:44:03 -05:00
Aaron William Po
6641a45705 fix: use term 'count' for X-Total-Count header 2023-11-13 14:57:15 -05:00
Aaron William Po
f55570fc1c fix: add await to beer style api route to fix api response parse error 2023-11-12 23:37:32 -05:00
Aaron William Po
fd1f2b101f Feat: add user header with follow info 2023-11-12 23:24:33 -05:00
Aaron William Po
b939219c67 Fix: update dependencies, remove sparkpost-node
This commit removes the sparkpost-node and switches to using a raw api call using fetch. This commit also updates the dependency react-email.
2023-11-12 18:28:26 -05:00
Aaron William Po
24e245fc6f feat: implement user follow system 2023-11-12 17:32:43 -05:00
Aaron William Po
d48d9a8886 Update: all queries involving image now use ImageQueryValidationSchema 2023-11-11 20:30:07 -05:00
Aaron William Po
3ea9f67f16 Fix: remove console.log to appease linter 2023-11-07 21:26:51 -05:00
Aaron William Po
3b973252fc Feat: fix profile avatars in comments
This reverts the change to the comment content body component in the previous commit.
2023-11-07 21:25:33 -05:00
Aaron William Po
7f9ddb40a1 Feat: create user page, add user bio and avatar 2023-11-05 22:04:55 -05:00
Aaron William Po
fcc43c305c Feat: begin user page 2023-11-05 18:00:40 -05:00
Aaron Po
baa5c24e65 Merge branch 'main' into dev-beer-styles 2023-10-30 12:53:03 -04:00
Aaron William Po
f3f4fd4a26 Merge branch 'beer-style-fix' into dev-beer-styles 2023-10-30 12:50:08 -04:00
Aaron William Po
e057d31f13 Merge branch 'beer-style-fix' into dev-beer-styles 2023-10-30 12:43:36 -04:00
Aaron William Po
51c29702d3 Refactor: extract logic out of api route 2023-10-30 12:37:29 -04:00
Aaron William Po
8093817ccc Fix: Update page count calc 2023-10-30 12:21:51 -04:00
Aaron Po
546204e6ce Merge pull request #55 from aaronpo97/dev
dev: add beers by beer style
2023-10-30 00:52:45 -04:00
Aaron William Po
843497323a dev: add beers by beer style 2023-10-30 00:49:35 -04:00
Aaron William Po
67debcef81 Fix: Update beer style page to send error 404 2023-10-30 00:46:17 -04:00
Aaron William Po
375be5ed69 updates 2023-10-27 21:24:52 -04:00
Aaron William Po
aef588c993 style: Update dark theming and fonts 2023-10-23 23:16:31 -04:00
Aaron William Po
6bd2d4713e feat: add beer style likes 2023-10-23 22:50:43 -04:00
Aaron William Po
c8e8207e30 feat: add beer style comments 2023-10-15 20:24:40 -04:00
Aaron William Po
27af922a91 Update pages to include links to beer styles 2023-10-08 12:27:20 -04:00
Aaron William Po
3b626e2f95 Refactor: update types for brewery comments 2023-10-07 15:21:57 -04:00
Aaron William Po
2ee12d351f cleanup 2023-10-07 13:27:01 -04:00
Aaron William Po
5b287ed2ac Merge branch 'main' into beer-styles-dev 2023-10-01 18:21:19 -04:00
Aaron William Po
eb6dbb2115 Refactor and formatting 2023-09-29 21:18:56 -04:00
Aaron William Po
39980eb8c3 chore: begin work on documenting client side requests code 2023-09-24 01:40:18 -04:00
Aaron William Po
17ec5ab459 feat: begin work on delete beer style 2023-09-24 00:57:30 -04:00
Aaron William Po
cb26df286a Add dbml, minor tweaks to beer style page 2023-09-23 22:32:15 -04:00
Aaron William Po
942f1390f7 Feat: Add role enum for user table 2023-09-23 10:05:01 -04:00