Enhance Badge component styling for better visibility, update GiftCard component to include Heading and FaTrashAlt icon for delete action, and refactor PersonCard to streamline layout and remove unnecessary state management.

This commit is contained in:
Norbert Maciaszek
2025-11-11 19:45:30 +01:00
parent 38f034b0e2
commit 924a58501a
6 changed files with 60 additions and 50 deletions

10
package-lock.json generated
View File

@@ -12,6 +12,7 @@
"pocketbase": "^0.26.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-icons": "^5.5.0",
"zustand": "^5.0.8"
},
"devDependencies": {
@@ -1556,6 +1557,15 @@
"react": "^19.2.0"
}
},
"node_modules/react-icons": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz",
"integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==",
"license": "MIT",
"peerDependencies": {
"react": "*"
}
},
"node_modules/scheduler": {
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",