enso/app/gui2/e2e
Paweł Grabarz 8a3180eb89
Refactor node layout to handle arbitrary widget sizes, add Table.new widget stub (#10599)
Implements #10484, also fixed an issue with dropdown arrow icon being pointed in the wrong direction.

Changed the way we handle spacing around ports and other rounded widgets. Now it is the innermost token element that actually pads itself when appropriate, allowing rounded widgets to stay tightly nested together. This cleans up an issue we've had with an unnecessary padding at the end of node, and makes margins easier to control in general.


<img width="371" alt="image" src="https://github.com/user-attachments/assets/4aa2ae0f-06f6-45fd-b7a1-1b7c0f60d395">
2024-07-25 14:26:29 +00:00
..
actions.ts Use ExternalId for NodeId and preserve it through argument deletions. (#10512) 2024-07-12 10:45:57 +00:00
collapsingAndEntering.spec.ts Refactor node layout to handle arbitrary widget sizes, add Table.new widget stub (#10599) 2024-07-25 14:26:29 +00:00
componentBrowser.spec.ts Use ExternalId for NodeId and preserve it through argument deletions. (#10512) 2024-07-12 10:45:57 +00:00
css.ts New JSON visualization (#9409) 2024-03-25 12:03:18 -04:00
customExpect.ts Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
docPanel.spec.ts Fix issue with documentation panel focus (#10558) 2024-07-17 14:23:46 +00:00
edgeInteractions.spec.ts Refactor node layout to handle arbitrary widget sizes, add Table.new widget stub (#10599) 2024-07-25 14:26:29 +00:00
edgeRendering.spec.ts Output port interaction hint (#10264) 2024-06-12 17:57:25 +00:00
expressionUpdates.ts Expose cloud event logging endpoint to GUI and render GUI editor as react component. (#9951) 2024-05-27 17:32:42 +00:00
fullscreenVisualisation.spec.ts New JSON visualization (#9409) 2024-03-25 12:03:18 -04:00
graphNavigator.spec.ts Moving nodes or camera with arrows (#10179) 2024-06-06 16:47:02 +00:00
graphNodeVisualization.spec.ts Use ExternalId for NodeId and preserve it through argument deletions. (#10512) 2024-07-12 10:45:57 +00:00
graphRenderNodes.spec.ts Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
keyboard.ts Copy/paste improvements (#9734) 2024-04-19 16:33:51 +00:00
locate.ts Refactor node layout to handle arbitrary widget sizes, add Table.new widget stub (#10599) 2024-07-25 14:26:29 +00:00
nodeClipboard.spec.ts Copy paste multiple nodes (#10194) 2024-06-11 09:26:55 +00:00
pm-openrpc.json E2E tests (#8239) 2023-11-27 15:48:37 +00:00
selectingNodes.spec.ts Refactor node layout to handle arbitrary widget sizes, add Table.new widget stub (#10599) 2024-07-25 14:26:29 +00:00
setup.ts Store graph viewport in client local storage (#9651) 2024-04-09 12:02:11 +00:00
tableVisualisation.spec.ts Restructure Standard.Table. (#9559) 2024-03-27 17:10:43 +00:00
typesOnNodeHover.spec.ts Move node type to visualization container (#9784) 2024-04-30 08:55:43 -04:00
undoRedo.spec.ts Copy/paste improvements (#9734) 2024-04-19 16:33:51 +00:00
widgets.spec.ts Fix flaky test (#10565) 2024-07-16 13:45:20 +00:00