diff --git a/bun.lockb b/bun.lockb index d7a3099..c077f00 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/npm/src/index.ts b/npm/src/index.ts index 196b11c..8e3559f 100644 --- a/npm/src/index.ts +++ b/npm/src/index.ts @@ -150,7 +150,6 @@ function placeAllParts( board.width - extraSpace, board.length - extraSpace, ); - console.log({ boardRect, board, extraSpace }); // Fill the bin const partsToPlace = unplacedPartsArray diff --git a/package.json b/package.json index a405e6f..104b137 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ }, "dependencies": { "@aklinker1/check": "^1.3.1", + "firebaseui": "^6.1.0", "nanoid": "^5.0.7", "panzoom": "^9.4.3", "standard-version": "^9.5.0", diff --git a/web/components/BomTab.vue b/web/components/BomTab.vue index 2c30759..1566b78 100644 --- a/web/components/BomTab.vue +++ b/web/components/BomTab.vue @@ -1,9 +1,10 @@ + + diff --git a/web/components/PartListItem.vue b/web/components/PartListItem.vue index 4b5d1b1..e8180fb 100644 --- a/web/components/PartListItem.vue +++ b/web/components/PartListItem.vue @@ -21,7 +21,7 @@ const fontSize = usePx(() => ), ); -const showPartNumbers = useShowPartNumbers(); +const { showPartNumbers } = useProjectSettings();