Open MichaelTamaki opened 3 years ago
Fixes issue #96
Basic flow editor and connect dots tool
npm run serve
npm run lint
npm run test:unit
npm run test:e2e
Following our discussion in the mtg today, we'll be breaking this PR up into smaller issues:
Description
Fixes issue #96
Basic flow editor and connect dots tool
Pre-PR checklist
npm run serve
and:npm run lint
npm run test:unit
npm run test:e2e
and ran relevant testsScreenshots/GIFs
Original state: 2 dots, with 2 stuntsheets
After clicking the "Connect Dots" tool, it changes to "Flow" View Mode and shows a toast at the top of the screen with directions
Selecting a dot from the current stuntsheet
Selecting a dot from the next stuntsheet
Changing the tool to Box Select, and selecting the dot to see the new flow
A fun continuity!