Project-Reclass / toynet-react

The frontend service for ToyNet emulator and learning platform.
https://toynet.projectreclass.org
GNU General Public License v3.0
8 stars 20 forks source link

Connection circles size #338

Closed 4-Leafs-Code closed 1 year ago

4-Leafs-Code commented 1 year ago

Increase connection circles to be 10px

In the ClickableNode.tsx, I updated the left and right with style={{ width: '10px', height: '10px', }}

I am unable to access reactflow.dev but I found a solution at: https://stackoverflow.com/questions/67439157/how-to-increase-the-edge-drop-zone-using-react-flow

No Snapshots to update

npm run check-types pass

npm run style:check ✖ 2 problems (0 errors, 2 warnings)

npm run style:fix pass

npm run test Test Suites: 30 passed, 30 total Tests: 110 passed, 110 total Snapshots: 19 passed, 19 total Time: 18.478 s Ran all test suites.

Resolves Issue: closes #286.