Commit Graph

429 Commits

Author SHA1 Message Date
Aaron Po
9ee741c5ce Merge pull request #82 from aaronpo97/81-beer-post-like-button-not-working-as-expected
Fix variable name in checkIfBeerPostIsLiked function
2024-04-14 18:25:37 -04:00
Aaron William Po
fe55412473 Fix variable name in checkIfBeerPostIsLiked function 2024-04-14 17:14:34 -04:00
Aaron Po
63ce52d961 Merge pull request #79 from aaronpo97/dependabot/npm_and_yarn/tar-6.2.1
Build(deps): Bump tar from 6.2.0 to 6.2.1
2024-04-14 16:58:54 -04:00
Aaron Po
878742af6f Merge pull request #80 from aaronpo97/design-dev
Update margins
2024-04-14 16:58:13 -04:00
Aaron William Po
3d6fd52196 Update margin in edit-profile.tsx 2024-04-14 16:55:59 -04:00
dependabot[bot]
879bf614cd Build(deps): Bump tar from 6.2.0 to 6.2.1
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 12:31:52 +00:00
Aaron William Po
fb61387512 Update margins to account for navbar 2024-04-10 19:52:21 -04:00
Aaron Po
05be380fdf Merge pull request #78 from aaronpo97/dev
Dev
2024-04-07 16:02:52 -04:00
Aaron Po
04bf6ec8f8 Merge pull request #77 from aaronpo97/design-updates
Design updates
2024-04-07 16:01:10 -04:00
Aaron William Po
b299ed946b Refactor login and register page designs 2024-04-07 15:51:25 -04:00
Aaron William Po
ac89833a5d style: redo login page design 2024-03-25 01:59:18 -04:00
Aaron William Po
f5d9a52572 Remove react-page-scroller dependency and replace tailwind animation plugin 2024-02-23 21:25:56 -05:00
Aaron William Po
34e960f0c6 Update theme colors and layout styles, upgrade daisyui/tailwind 2024-02-19 16:28:58 -05:00
Aaron Po
3af82f7dbf Merge pull request #76 from aaronpo97/cleanup
Cleanup api requests
2024-02-16 02:43:19 -05:00
Aaron William Po
03088080e9 Update auth requests 2024-02-16 02:40:35 -05:00
Aaron William Po
9f1d09a61d refactor brewery post requests 2024-02-16 02:04:26 -05:00
Aaron William Po
7c4a4bde80 Refactor: update beer post api requests 2023-12-27 20:42:37 -05:00
Aaron William Po
2b90bb2e5d Refactor: update comment components 2023-12-25 21:09:03 -05:00
Aaron William Po
623855682b Refactor: further refactoring of api requests. 2023-12-25 14:26:35 -05:00
Aaron William Po
0e99782557 Refactor: rename [:id] to [:postId] for api routes 2023-12-24 20:08:35 -05:00
Aaron William Po
b21924b89c Refactor beer comment requests 2023-12-19 00:19:04 -05:00
Aaron William Po
e3eeb8cf46 Restructure requests directory 2023-12-18 16:43:53 -05:00
Aaron William Po
386556bb41 Refactor paginated query response schema 2023-12-18 13:24:22 -05:00
Aaron Po
736e8ebf10 Merge pull request #75 from aaronpo97/update-docs
Fix session max age docs
2023-12-18 00:36:58 -05:00
Aaron William Po
2015c5e991 Fix session max age docs 2023-12-18 00:33:30 -05:00
Aaron Po
616e888b9e Merge pull request #74 from aaronpo97/cleanup
Refactor controller logic out of api routes, refactor services, update documentation
2023-12-17 23:51:32 -05:00
Aaron William Po
db17a61f24 Update brewery post services, transactional emails 2023-12-17 23:46:35 -05:00
Aaron William Po
bffa28b93d Update user auth services 2023-12-17 23:32:50 -05:00
Aaron William Po
70a168df92 Refactor: update beer style, brewery post services 2023-12-14 22:23:34 -05:00
Aaron William Po
0de4697e77 Refactor: update like services 2023-12-13 12:49:54 -05:00
Aaron William Po
fdbadb63dc refactor image services 2023-12-13 10:03:03 -05:00
Aaron William Po
685c86e0c1 update docs 2023-12-11 22:39:31 -05:00
Aaron William Po
f7d09ce61e Refactor: update beer post services, comment services 2023-12-11 21:45:52 -05:00
Aaron William Po
80404802dc refactor: update comments services 2023-12-11 19:33:57 -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
830e9dc845 Update eslint config, brewery post controllers 2023-12-10 12:47:09 -05:00
Aaron William Po
38ecd3a5fb Fix brewery creation 2023-12-07 22:00:18 -05:00
Aaron William Po
01a9bfaf4e fix update-avatar 2023-12-07 21:20:13 -05:00
Aaron William Po
c7d5c65ffb continue extracting user controllers out of routes 2023-12-06 22:32:17 -05:00
Aaron William Po
2ff39613cd begin extracting user controllers out of routes 2023-12-05 22:36:53 -05:00
Aaron William Po
4b2ce394c1 Refactor: further extract controller logic from routers 2023-12-04 16:46:27 -05:00
Aaron William Po
da8d5806bc Extract beer post, beer image, and beer like controller logic 2023-12-03 22:19:27 -05:00
Aaron William Po
57c70c2292 refactor: finish extracting comment controller logic out of router 2023-12-03 15:14:59 -05:00
Aaron William Po
b45ed857d3 Update api routes and begin to extract controllers out of routing logic 2023-12-03 15:14:59 -05:00
Aaron William Po
080eb4c3c3 docs: update documentation for custom auth hooks 2023-12-03 03:35:46 -05:00
Aaron William Po
0353f82c20 docs: update documentation for custom data-fetching hooks 2023-12-03 03:05:34 -05:00
Aaron Po
c5b7cb5a43 Merge pull request #73 from aaronpo97/style-fixes
Fix styles
2023-12-03 02:00:32 -05:00
Aaron William Po
b114ca89da Fix styles 2023-12-03 01:58:22 -05:00
Aaron Po
8a2ffcc805 Merge pull request #69 from aaronpo97/edit-profile-dev
Edit profile dev
2023-12-02 23:18:47 -05:00