Skip to content

Commit

Permalink
add "Bill of Materials" to export menu
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Mar 31, 2024
1 parent ebf05f9 commit 58372aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
9 changes: 8 additions & 1 deletion dev-server-frontend/src/HeaderMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ export const HeaderMenu = () => {
>
Gerbers
</MenubarItem>
<MenubarItem
onSelect={() => {
toast.error("Not yet implemented!")
}}
>
Bill of Materials
</MenubarItem>
<MenubarItem
onSelect={() => {
toast.error("Not yet implemented!")
Expand All @@ -66,7 +73,7 @@ export const HeaderMenu = () => {
toast.error("Not yet implemented!")
}}
>
PNG
Schematic (PDF)
</MenubarItem>
</MenubarSubContent>
</MenubarSub>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@edge-runtime/primitives": "^4.1.0",
"@hono/node-server": "^1.8.2",
"@tscircuit/builder": "1.5.33",
"@tscircuit/builder": "latest",
"@tscircuit/react-fiber": "latest",
"axios": "^1.6.7",
"better-sqlite3": "^9.4.3",
Expand Down

0 comments on commit 58372aa

Please sign in to comment.