From 40612ef425fdddb488503dd36f2b1dd36ac819d8 Mon Sep 17 00:00:00 2001 From: Taylor Bantle Date: Thu, 30 Nov 2023 15:30:02 -0800 Subject: [PATCH 1/2] web: ER diagram UI fix --- web/components/SchemaDiagram/TableNode.tsx | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/web/components/SchemaDiagram/TableNode.tsx b/web/components/SchemaDiagram/TableNode.tsx index 858dddeb..f48ee9a7 100644 --- a/web/components/SchemaDiagram/TableNode.tsx +++ b/web/components/SchemaDiagram/TableNode.tsx @@ -47,7 +47,13 @@ function TableHandles({ data }: Props) { key={h} type="source" position={Position.Right} - style={{ top: 30 * columnInd + 50, width: 0, height: 0 }} + style={{ + top: 30 * columnInd + 50, + width: 0, + height: 0, + minWidth: 0, + minHeight: 0, + }} isConnectable={false} id={h} /> @@ -61,7 +67,13 @@ function TableHandles({ data }: Props) { key={h} type="target" position={Position.Left} - style={{ top: 45 + 30 * columnInd, width: 0, height: 0 }} + style={{ + top: 45 + 30 * columnInd, + width: 0, + height: 0, + minWidth: 0, + minHeight: 0, + }} isConnectable={false} id={h} /> From 5eb4afb60cb2df2044f633bf69ea57f2f54afe6f Mon Sep 17 00:00:00 2001 From: Taylor Bantle Date: Thu, 30 Nov 2023 15:33:09 -0800 Subject: [PATCH 2/2] web: Bump commit-graph, fixes long commit messages and branch names --- web/package.json | 2 +- web/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/package.json b/web/package.json index ef30eb47..ffcfc2d6 100644 --- a/web/package.json +++ b/web/package.json @@ -27,7 +27,7 @@ "apollo-upload-client": "^17.0.0", "chance": "^1.1.11", "classnames": "^2.3.2", - "commit-graph": "^1.6.0", + "commit-graph": "^1.6.11", "diff": "^5.1.0", "github-markdown-css": "^5.3.0", "graphql": "^16.8.1", diff --git a/web/yarn.lock b/web/yarn.lock index 561a690e..ce3b04c8 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -1310,7 +1310,7 @@ __metadata: babel-jest: ^29.7.0 chance: ^1.1.11 classnames: ^2.3.2 - commit-graph: ^1.6.0 + commit-graph: ^1.6.11 cssnano: ^6.0.1 diff: ^5.1.0 eslint: ^8.52.0 @@ -5220,16 +5220,16 @@ __metadata: languageName: node linkType: hard -"commit-graph@npm:^1.6.0": - version: 1.6.0 - resolution: "commit-graph@npm:1.6.0" +"commit-graph@npm:^1.6.11": + version: 1.6.11 + resolution: "commit-graph@npm:1.6.11" dependencies: classnames: ^2.3.2 next: ^13.4.4 react: ^18.2.0 react-dom: ^18.2.0 react-tooltip: ^5.19.0 - checksum: 8fdf684e304cef22a8936524e506be6e795e94e3552b23ec6a663c1a39ed8eaab140a31d869e45ac124401b936e21bedad91af71e017cdb127a974754bb01066 + checksum: 22a3afd9d38f36dd672e9200cfe3488dc6d9cb6bd8f69025f7dcdc260a7a56646c2515ed4ccb918edd52440fd3a80cebfbf7590c5165410093a5d70f9d55e1b2 languageName: node linkType: hard