Commit Graph

  • f68af84afe Refactor: remove unused imports in /pages/beers/index.tsx Aaron William Po 2023-05-12 20:23:55 -04:00
  • 99c57d88c7 Update: beer post form now connected to a specific brewery. Aaron William Po 2023-05-12 20:20:52 -04:00
  • 5c9970a045 Merge pull request #38 from aaronpo97/dev Aaron Po 2023-05-12 08:36:21 -04:00
  • 9574bbaeb9 Feat: Update user validation schema to include username/email check Aaron William Po 2023-05-11 22:21:49 -04:00
  • 2eb2626d54 Updates to user schema, account page Aaron William Po 2023-05-11 22:20:51 -04:00
  • 55afcdec70 Begin work on account page Aaron William Po 2023-05-09 08:36:05 -04:00
  • 3e1172e440 Refactor: switch data fetching from server side to client Aaron William Po 2023-05-09 00:53:15 -04:00
  • d9236e8fde Merge pull request #37 from aaronpo97/optimize-like-loading Aaron Po 2023-05-08 21:12:36 -04:00
  • ab393ee49e Refactor: only load like count span when no longer loading Aaron William Po 2023-05-08 21:10:26 -04:00
  • b20ba91b3a Merge pull request #36 from aaronpo97/style Aaron Po 2023-05-08 00:07:38 -04:00
  • 0178750563 Merge branch 'main' into style Aaron Po 2023-05-08 00:05:35 -04:00
  • 90a7cf8d56 Format and style Aaron William Po 2023-05-08 00:04:01 -04:00
  • fdf96a0be9 Merge pull request #35 from aaronpo97/database-updates Aaron Po 2023-05-07 23:40:33 -04:00
  • 8cda68503d bug fix - Fixed error in cleanDatabase that would cause drift Aaron William Po 2023-05-07 23:32:34 -04:00
  • 301a2bb247 Merge pull request #34 from aaronpo97/image-upload Aaron Po 2023-05-07 21:08:58 -04:00
  • f21dc905fe feat: client app can now upload images for beer posts Aaron William Po 2023-05-07 21:05:21 -04:00
  • b457508a9b Merge pull request #33 from aaronpo97/refactor Aaron Po 2023-05-06 00:18:33 -04:00
  • 6886473d7a Add .env.production to git ignore Aaron William Po 2023-05-06 00:12:27 -04:00
  • 79e6ab8ba7 Update: Refactor comments section to prop drill edit and delete handlers Aaron William Po 2023-05-06 00:09:02 -04:00
  • 2f8d7d6abb Update: create raw seed query to truncate all tables using plp/pgsql Aaron William Po 2023-05-04 23:40:44 -04:00
  • 7922b6107b Update: remove shadow database url from schema Aaron William Po 2023-05-04 01:54:58 -04:00
  • 1971959ea4 Docs and format: Update documentation for hooks and format code Aaron William Po 2023-05-03 00:07:24 -04:00
  • 196d09161a Update: fix pluralization for beer and brewery header like count Aaron William Po 2023-05-02 23:49:01 -04:00
  • b7b239a4a1 Refactor: force style consistency for pagination queries Aaron William Po 2023-05-02 23:45:32 -04:00
  • c5b546dcf6 Refactor: create separate directory for beer/brewery comments Aaron William Po 2023-05-02 23:27:12 -04:00
  • 954892a5ca chore: update dependencies Aaron William Po 2023-05-02 23:24:06 -04:00
  • d79858da7f Format license and readme Aaron William Po 2023-05-02 22:20:55 -04:00
  • d0f58a2fb0 Update prettier config Aaron William Po 2023-05-02 22:17:05 -04:00
  • 283b944c6b Refactor: change directory structure of hooks to organize by task Aaron William Po 2023-05-02 21:54:49 -04:00
  • 94d5d318ca Merge pull request #32 from aaronpo97/vercel-postgres-migration Aaron Po 2023-05-02 20:29:55 -04:00
  • 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