Commit Graph

  • 85ecc9f062 Migrate database to Vercel postgres Aaron William Po 2023-05-02 20:01:12 -04:00
  • 150e847df7 Merge pull request #31 from aaronpo97/comments-bug-fix Aaron Po 2023-05-02 19:52:48 -04:00
  • 23baa68a25 Fix bug where comments would not update when edited Aaron William Po 2023-05-02 19:50:36 -04:00
  • e505db94b0 Merge pull request #30 from aaronpo97/brewery-page Aaron Po 2023-05-01 23:15:43 -04:00
  • d20ab0fd1f Add user location marker to brewery map, Add beer sec. for brewery posts Aaron William Po 2023-05-01 23:09:50 -04:00
  • f3d471be4c Update: Add html head to brewery map page Aaron William Po 2023-04-30 23:44:28 -04:00
  • 1a806e7aff Update tooltip location Aaron William Po 2023-04-30 23:17:56 -04:00
  • adf1b55d10 Feat: Add create brewery comments and brewery cluster map Aaron William Po 2023-04-30 23:09:03 -04:00
  • b3b1d5b6d1 Feat: Implement infinite scrolling brewery comment section Aaron William Po 2023-04-30 13:43:51 -04:00
  • 99e3eba7d6 Feat: add vercel analytics Aaron William Po 2023-04-30 13:25:23 -04:00
  • c0d705f8cb Update seed to do bulk insert Aaron William Po 2023-04-26 22:33:24 -04:00
  • c19cddceb7 Create location table for brewery post locations Aaron William Po 2023-04-26 08:37:59 -04:00
  • 4aeafc0de8 Feat: Implement mapbox for geocoding and location data for brewery posts Aaron William Po 2023-04-24 21:45:11 -04:00
  • eec082e73a Add date established to brewery page Aaron William Po 2023-04-23 20:31:09 -04:00
  • 58d30b605f Continue work on brewery page, implement like system Aaron William Po 2023-04-23 17:25:39 -04:00
  • 9504da33d6 Merge pull request #29 from aaronpo97/dev Aaron Po 2023-04-22 22:47:52 -04:00
  • 53c147eecc Remove Layout in page components, used in _app Aaron William Po 2023-04-22 22:16:46 -04:00
  • 603588ca54 Update docs for useTheme hook, move meta viewport to _app Aaron William Po 2023-04-21 23:42:14 -04:00
  • 6a00532f75 Style updates Aaron William Po 2023-04-21 23:32:18 -04:00
  • 2dfb080d0c Implement theming Aaron William Po 2023-04-21 23:31:09 -04:00
  • 070d537a6a Get basic editing functionality for beer comments Aaron William Po 2023-04-19 23:14:43 -04:00
  • 451dfa8aa3 Merge pull request #28 from aaronpo97/style-updates Aaron Po 2023-04-18 21:44:03 -04:00
  • dffbc5cdfb Update styles to be more mobile friendly, add favicon Aaron William Po 2023-04-18 21:40:34 -04:00
  • 95778333df Merge pull request #27 from aaronpo97/create-home-page Aaron Po 2023-04-18 00:05:32 -04:00
  • 0663b78c00 Create home page Aaron William Po 2023-04-18 00:04:16 -04:00
  • ef226caf70 Merge pull request #26 from aaronpo97/mobile-style-updates-for-beer-pages Aaron Po 2023-04-17 22:00:22 -04:00
  • ac90f89dc9 Remove height for comment form card, update page size for index page Aaron William Po 2023-04-17 21:57:06 -04:00
  • ed4a60c6b8 Updated styles to better fit mobile layout Aaron William Po 2023-04-17 21:46:11 -04:00
  • 9ed66a4212 Merge pull request #25 from aaronpo97/beer-infinite-scroll Aaron Po 2023-04-16 23:29:43 -04:00
  • 788d77e745 Add page count to api route header, update docs Aaron William Po 2023-04-16 23:20:05 -04:00
  • 60fe48b7c1 Begin work on infinite beer scroll Aaron William Po 2023-04-16 20:32:42 -04:00
  • b1a403e4f2 Slightly alter colours in themes, change cards to compact Aaron William Po 2023-04-15 22:25:32 -04:00
  • 7ffeb08acf Merge pull request #24 from aaronpo97/navbar-update Aaron Po 2023-04-15 22:20:55 -04:00
  • 07330beb9c Update navbar, implement useNavbar hook, style updates Aaron William Po 2023-04-13 22:51:18 -04:00
  • 8867c0bc56 Update README.md Aaron Po 2023-04-12 21:54:06 -04:00
  • f25d5b5964 Merge pull request #23 from aaronpo97/documentation-updates Aaron Po 2023-04-12 21:49:03 -04:00
  • 7185734f3c Update readme, add docs to useMediaQuery, fix security issue with vm2 Aaron William Po 2023-04-12 21:29:44 -04:00
  • 8ec9f46fad Merge pull request #21 from aaronpo97/dev Aaron Po 2023-04-12 00:15:32 -04:00
  • 08422fe24e Restructure codebase to use src directory Aaron William Po 2023-04-11 23:32:06 -04:00
  • 90f2cc2c0c Begin work on tab components for beer by id page Aaron William Po 2023-04-11 22:18:29 -04:00
  • f5abc518a4 Update register user form disable itself when loading Aaron William Po 2023-04-11 20:24:27 -04:00
  • ea3e8a0023 Refactor beer comment section and incorporate image carousel Aaron William Po 2023-04-11 20:23:55 -04:00
  • 6c8a510d80 Update seed Aaron William Po 2023-04-11 20:22:21 -04:00
  • 4594e22a4f Merge pull request #20 from aaronpo97/infinite-comment-scroll Aaron Po 2023-04-09 18:51:08 -04:00
  • 851c95d621 fix linting error Aaron William Po 2023-04-09 18:49:20 -04:00
  • 915adb722a Implement react-intersection-observer to facilitate infinite scroll Aaron William Po 2023-04-09 18:41:58 -04:00
  • 8981bcb4b8 Replace useSWR with useSWRInfinite to facilitate infinite scrolling Aaron William Po 2023-04-09 11:25:10 -04:00
  • 06f496ecd2 Merge pull request #18 from aaronpo97/style-updates-and-login-fix Aaron Po 2023-04-08 02:48:44 -04:00
  • cbc5671b0e Fix login glitch where user session wouldn't load properly into context Aaron William Po 2023-04-08 02:46:42 -04:00
  • 80bed9b4dc Style updates Aaron William Po 2023-04-08 02:11:13 -04:00
  • d2821eeec0 Merge pull request #17 from aaronpo97/env Aaron Po 2023-04-07 12:12:28 -04:00
  • 5779ff6530 Update documentation Aaron William Po 2023-04-07 12:03:39 -04:00
  • 0d3785ad1a Add environment variable validation and parsing Aaron William Po 2023-04-06 23:38:03 -04:00
  • 2d5998c634 Merge pull request #16 from aaronpo97/read-me Aaron Po 2023-04-05 23:33:41 -04:00
  • 6b65e09c17 create readme Aaron William Po 2023-04-05 23:33:19 -04:00
  • fa3d9b9195 Merge pull request #15 from aaronpo97/login-form-update Aaron Po 2023-04-05 22:47:41 -04:00
  • 38950390cd Updated login form to disable the form when submitting Aaron William Po 2023-04-05 22:44:40 -04:00
  • 58c981a019 Merge pull request #14 from aaronpo97/refactoring Aaron Po 2023-04-05 22:38:02 -04:00
  • c8a8c70127 Update login to redirect to current user page Aaron William Po 2023-04-05 22:24:02 -04:00
  • 7db7b8264f Switch database to cockroach db and remove height on comment card Aaron William Po 2023-04-05 21:38:36 -04:00
  • 8414a7645d Fix glitch where like count would just show up as '0' Aaron William Po 2023-04-04 22:13:27 -04:00
  • fe683282b2 Package updates Aaron William Po 2023-04-04 22:07:04 -04:00
  • 796a5fce3f Styling changes and refactor Aaron William Po 2023-04-04 20:50:00 -04:00
  • a4362a531c Add custom hooks for time distance and retrieving like count Aaron William Po 2023-04-03 23:32:32 -04:00
  • 801a3c8ad3 Refactor comment cards out of comment section Aaron William Po 2023-04-02 22:10:04 -04:00
  • f8ecaa51b5 Update beer like button to use custom hook to load like status Aaron William Po 2023-04-02 21:51:10 -04:00
  • de3964dbfa Rewrote beer by id page comments to load on client Aaron William Po 2023-04-02 21:50:42 -04:00
  • b69dbc95b4 Work on brewery page, refactors Aaron William Po 2023-03-31 21:13:35 -04:00
  • 244acf73de Merge pull request #13 from aaronpo97/search-feat-and-refactor Aaron Po 2023-03-27 19:15:14 -04:00
  • d8a8dad37f Refactor beer by id page Aaron William Po 2023-03-27 19:02:38 -04:00
  • 2efc506250 Add beer search feature Aaron William Po 2023-03-27 19:01:51 -04:00
  • 7194f140aa refactor: update Spinner component to accept size prop Aaron William Po 2023-03-27 19:00:12 -04:00
  • cf6a8309f1 Rework pagination and cookies Aaron William Po 2023-03-19 18:04:13 -04:00
  • cbd650abb4 Merge pull request #12 from aaronpo97/dev Aaron Po 2023-03-16 23:28:07 -04:00
  • c01f6ad63d Merge pull request #11 from aaronpo97/confirm-user Aaron Po 2023-03-15 22:02:20 -04:00
  • 6b12cb72c5 Refactor BeerPostHeader, refactor login and register Aaron William Po 2023-03-15 21:30:26 -04:00
  • 584e3b349f Implement confirm user functionality Aaron William Po 2023-03-05 14:07:19 -05:00
  • f576f515a1 Merge pull request #10 from aaronpo97/beer-page-refactoring Aaron Po 2023-03-03 21:31:25 -05:00
  • 472ead9abd Refactoring beer by id page, add delete comment Aaron William Po 2023-03-03 21:19:18 -05:00
  • 4a6e10572c Merge pull request #9 from aaronpo97/dev Aaron Po 2023-02-27 18:22:46 -05:00
  • 7126c74d5d Add edit beer post, 500 page, and redirectIfLoggedIn getServerSideProps. Aaron William Po 2023-02-27 18:13:38 -05:00
  • afb64f5ba9 Merge pull request #8 from aaronpo97/auth Aaron Po 2023-02-25 19:27:00 -05:00
  • 11b3304c54 Update page auth HOF type definitions Aaron William Po 2023-02-25 19:17:49 -05:00
  • 3967dcb988 Merge pull request #7 from aaronpo97/styling Aaron Po 2023-02-20 22:58:32 -05:00
  • 6f604b9768 Change font, add meta title/desc to 404 page Aaron William Po 2023-02-20 22:57:00 -05:00
  • 8836d1fc9b Merge pull request #6 from aaronpo97/dev Aaron Po 2023-02-20 16:43:47 -05:00
  • 86e013bf57 Merge branch 'main' into dev Aaron William Po 2023-02-20 16:41:35 -05:00
  • cee7942f1c add isSubmitting state to BeerForm Aaron William Po 2023-02-20 16:12:42 -05:00
  • c818dc6525 BeerPostQueryResult type now inferred from zod schema Aaron William Po 2023-02-20 14:26:58 -05:00
  • 4cd2ab476f Formatting changes Aaron William Po 2023-02-20 09:09:45 -05:00
  • d50ce7497b Add like count and extracted like button out of parent Aaron William Po 2023-02-15 21:35:18 -05:00
  • 5561f209e9 Update useUser.ts Aaron William Po 2023-02-13 19:27:36 -05:00
  • 07dca6b4c2 Make login page responsive, change logger Aaron William Po 2023-02-13 19:17:56 -05:00
  • 0b006090c5 Update package.json to add vercel-build script Aaron William Po 2023-02-13 18:02:20 -05:00
  • ea516e91b5 Rename "user" column in beerPostLikes, add ERD gen Aaron William Po 2023-02-13 17:05:00 -05:00
  • 249bfdaf5a fix logout Aaron William Po 2023-02-13 16:15:10 -05:00
  • 7240cb0792 Fix beer likes and db client Aaron William Po 2023-02-13 13:08:05 -05:00
  • 80261a713b Add comments pagination, login and register pages Aaron William Po 2023-02-13 10:56:09 -05:00
  • 912008e68d More work on beer image upload Aaron William Po 2023-02-11 21:42:22 -05:00
  • 45cc10a009 Update next-connect, begin work on cloud img upload Aaron William Po 2023-02-09 23:58:03 -05:00