Skip to content

Commit

Permalink
Merge pull request #88 from akshat-OwO/dev
Browse files Browse the repository at this point in the history
Feedback Form with Resend Integration (fixed caching as well)
  • Loading branch information
ShouryaPal authored Feb 10, 2024
2 parents c692920 + b5df338 commit 4a6bdc2
Show file tree
Hide file tree
Showing 30 changed files with 2,104 additions and 754 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
CONTENTFUL_SPACE_ID=
CONTENTFUL_ACCESS_TOKEN=
CONTENTFUL_ACCESS_TOKEN=
RESEND_API_KEY=
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.19.0",
"@hookform/resolvers": "^3.3.4",
"@ducanh2912/next-pwa": "^10.2.5",
"@mantine/hooks": "^7.2.2",
"@radix-ui/react-accordion": "^1.1.2",
Expand All @@ -33,6 +34,7 @@
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "^0.0.14",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/query-sync-storage-persister": "^5.8.3",
"@tanstack/react-query": "^5.8.4",
Expand Down Expand Up @@ -62,11 +64,16 @@
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.3",
"react-textarea-autosize": "^8.5.3",
"resend": "^3.1.0",
"sonner": "^1.4.0",
"tailwind-merge": "^2.0.0",
"tailwindcss": "3.3.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2",
"vaul": "^0.7.9",
"zod": "^3.22.4",
"zustand": "^4.5.0"
},
"devDependencies": {
Expand Down
Loading

1 comment on commit 4a6bdc2

@vercel
Copy link

@vercel vercel bot commented on 4a6bdc2 Feb 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

syllabusx – ./

syllabusx.live
syllabusx-akshatowo.vercel.app
syllabusx-git-main-akshatowo.vercel.app

Please sign in to comment.