Skip to content

Commit

Permalink
Big features and big commits
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Feb 9, 2025
1 parent 6364b07 commit bc1449d
Show file tree
Hide file tree
Showing 40 changed files with 927 additions and 361 deletions.
171 changes: 170 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"format": "prettier --write ./"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-toast": "^1.2.6",
Expand All @@ -30,8 +33,11 @@
"prettier": "^3.4.2",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.54.2",
"react-spinners": "^0.15.0",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^20",
Expand Down
Binary file added public/gifs/success.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 0 additions & 15 deletions src/app/(app)/profile/page.tsx

This file was deleted.

26 changes: 0 additions & 26 deletions src/app/(template)/layout.tsx

This file was deleted.

Loading

0 comments on commit bc1449d

Please sign in to comment.