Skip to content

Commit f34cf16

Browse files
itasimototo04Diubii
authored
feat: header (#57)
* sync commit * chore: update package.json and pnpm-lock.yaml to include cross-env and bump pnpm version * feat: add react-icons dependency and enhance header component with icons and responsive layout * fix: refactor header component for improved responsiveness and layout consistency * fix: switch to react-icons * fix: remove hardcoded HEADER_HEIGHT * refactor: resolve PR review feedback * refactor: resolve PR review feedback * rename: Logo.tsx to logo.tsx * adjust: IconButtonsDesktop size * adjust: IconButtonsDesktop size --------- Co-authored-by: Tommaso Morganti <tommaso.morganti01@gmail.com> Co-authored-by: Alessandro <me@diubi.dev>
1 parent 3665328 commit f34cf16

13 files changed

Lines changed: 1531 additions & 207 deletions

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"preinstall": "npx -y only-allow pnpm",
88
"build": "next build",
9-
"dev": "PORT=3002 next dev --turbo",
9+
"dev": "cross-env PORT=3002 next dev --turbo",
1010
"preview": "next build && next start",
1111
"start": "next start",
1212
"typecheck": "tsc --noEmit",
@@ -28,6 +28,7 @@
2828
"geist": "^1.5.1",
2929
"next": "^15.5.15",
3030
"next-themes": "^0.4.6",
31+
"radix-ui": "^1.4.3",
3132
"react": "^19.2.3",
3233
"react-dom": "^19.2.3",
3334
"react-hook-form": "^7.68.0",
@@ -42,12 +43,13 @@
4243
"@types/node": "^24.10.4",
4344
"@types/react": "^19.2.7",
4445
"@types/react-dom": "^19.2.3",
46+
"cross-env": "^10.1.0",
4547
"postcss": "^8.5.6",
4648
"tailwindcss": "^4.1.14",
4749
"tw-animate-css": "^1.4.0",
4850
"typescript": "^5.9.3"
4951
},
50-
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
52+
"packageManager": "pnpm@10.33.0",
5153
"engines": {
5254
"node": ">=24.5.2"
5355
}

0 commit comments

Comments
 (0)