Skip to content
This repository was archived by the owner on Aug 25, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified frontend/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cmdk": "^0.2.0",
"gql.tada": "^1.2.1",
"graphql-request": "^7.0.0",
"lucide-react": "^0.577.0",
"lucide-react": "^1.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Removed brand icon Apple breaks sidebar navigation

High Severity

Upgrading lucide-react from v0 to v1 removes all brand icons, including Apple. The sidebar (sidebar.tsx) imports Apple from lucide-react and uses it as the navigation icon for the "Apples" link. This import will fail at build time, breaking the application.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 74f33fc. Configure here.

"next": "canary",
"next-client-cookies": "^2.0.0",
"next-themes": "^0.2.1",
Expand Down