Commit Graph

37 Commits

Author SHA1 Message Date
Aaron William Po
34e960f0c6 Update theme colors and layout styles, upgrade daisyui/tailwind 2024-02-19 16:28:58 -05:00
Aaron William Po
70a168df92 Refactor: update beer style, brewery post services 2023-12-14 22:23:34 -05:00
Aaron William Po
f7d09ce61e Refactor: update beer post services, comment services 2023-12-11 21:45:52 -05:00
Aaron William Po
8b0d182cb3 Update casing for services and controllers directories. 2023-12-10 18:39:10 -05:00
Aaron William Po
fd641c36ab Refactor: begin reorganizing services dir.
- Renamed files and directories to reflect the new structure
- Moved comment-related services to the 'comments' directory
- Moved image-related services to the 'images' directory
- Moved like-related services to the 'likes' directory
- Moved post-related services to the 'posts' directory
- Moved user-related services to the 'users' directory
2023-12-10 14:15:31 -05:00
Aaron William Po
30f2147566 Format: update prettier configuration to use tailwind plugin 2023-12-01 18:18:43 -05:00
Aaron William Po
293200fbe2 Refactor: replace all next/image components with Cloudinary wrapper 2023-12-01 14:33:06 -05: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
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
cb26df286a Add dbml, minor tweaks to beer style page 2023-09-23 22:32:15 -04:00
Aaron William Po
a604a24fd1 Update: more work on beer styles, add erd to readme 2023-09-22 22:52:51 -04:00
Aaron William Po
af09928c3c misc: Rename beer type to beer style 2023-09-18 20:34:09 -04:00
Aaron William Po
6b8682e686 feat: begin work on beer type page and associated api routes 2023-09-17 20:27:33 -04:00
Aaron William Po
5292c47a2a chore: Update api service type directories to maintain consistency 2023-07-07 23:23:04 -04:00
Aaron William Po
ee47f99f8a Update: add update brewery post 2023-07-04 23:27:01 -04:00
Aaron William Po
5005c1c1d4 Refactor: Implement lazy loading for BreweryPost and BeerPost pages 2023-05-20 20:56:29 -04:00
Aaron William Po
50c3e1a82b Feat: Update beer recs to be loaded on the client side 2023-05-14 14:56:34 -04:00
Aaron William Po
f68af84afe Refactor: remove unused imports in /pages/beers/index.tsx 2023-05-12 20:24:16 -04:00
Aaron William Po
99c57d88c7 Update: beer post form now connected to a specific brewery.
This commit eliminates the brewery selector in the create beer post form, and reroutes the form page to /breweries/[id]/beers/create.

This commit also introduces the use of turbopack for `next dev`.
2023-05-12 20:21:52 -04:00
Aaron William Po
79e6ab8ba7 Update: Refactor comments section to prop drill edit and delete handlers 2023-05-06 00:09:02 -04:00
Aaron William Po
283b944c6b Refactor: change directory structure of hooks to organize by task 2023-05-02 21:54:49 -04:00
Aaron William Po
adf1b55d10 Feat: Add create brewery comments and brewery cluster map 2023-04-30 23:09:03 -04:00
Aaron William Po
4aeafc0de8 Feat: Implement mapbox for geocoding and location data for brewery posts 2023-04-24 21:45:25 -04:00
Aaron William Po
eec082e73a Add date established to brewery page 2023-04-23 20:31:09 -04:00
Aaron William Po
58d30b605f Continue work on brewery page, implement like system 2023-04-23 17:26:21 -04:00
Aaron William Po
53c147eecc Remove Layout in page components, used in _app
This fixes a glitch where the theme change button would stop working on client route change.
2023-04-22 22:16:46 -04:00
Aaron William Po
6a00532f75 Style updates 2023-04-21 23:32:18 -04:00
Aaron William Po
dffbc5cdfb Update styles to be more mobile friendly, add favicon 2023-04-18 21:40:34 -04:00
Aaron William Po
ac90f89dc9 Remove height for comment form card, update page size for index page 2023-04-17 21:57:06 -04:00
Aaron William Po
ed4a60c6b8 Updated styles to better fit mobile layout 2023-04-17 21:46:11 -04:00
Aaron William Po
788d77e745 Add page count to api route header, update docs 2023-04-16 23:20:05 -04:00
Aaron William Po
60fe48b7c1 Begin work on infinite beer scroll 2023-04-16 20:32:42 -04:00
Aaron William Po
07330beb9c Update navbar, implement useNavbar hook, style updates
- Created a custom hook that returns an object with pages depending on user auth. This is a refactor of the logic found in the navbar component.
- Updated styles for card components
- Fix font size issues for mobile.
- Update theming to include a new pastel theme.
2023-04-13 23:04:25 -04:00
Aaron William Po
08422fe24e Restructure codebase to use src directory 2023-04-11 23:32:06 -04:00