Refactor beer comment section and incorporate image carousel

Beer comment section now uses a ternary expression for isLoading. Image carousel implemented in beer by id page.
This commit is contained in:
Aaron William Po
2023-04-11 20:23:55 -04:00
parent 6c8a510d80
commit ea3e8a0023
7 changed files with 563 additions and 82 deletions

View File

@@ -39,6 +39,7 @@
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-intersection-observer": "^9.4.3",
"react-responsive-carousel": "^3.2.23",
"sparkpost": "^2.1.4",
"swr": "^2.1.2",
"zod": "^3.21.4"
@@ -55,6 +56,7 @@
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/sparkpost": "^2.1.5",
"@vercel/fetch": "^6.2.0",
"autoprefixer": "^10.4.14",
"daisyui": "^2.51.5",
"dotenv-cli": "^7.1.0",