-
Notifications
You must be signed in to change notification settings - Fork 13
Description
After discussion, for user testing we've ended up removing navigation to:
- next/previous connections
- statement inputs
This is on the basis that we're relying much more on move mode and less on specifying the correct insertion point up front.
We're using this monkey patch which also includes looping around (separate PR for that in core here). Deployment. Deployment that also has #465 for a more complete feel of where I'm aiming.
At some point there were options in the demo to remove at least next/previous connections. There is still vestigial UI in the demo but it doesn't work since the move of the LineCursor to core.
So we could just make this change in core or reinstate an option. I think the previous option isn't quite what we want, in that it kept a position at the end of a stack (whereas we now insert afterwards / end of statement input by default so it's not so relevant).
This is a somewhat tentative position in advance of user testing feedback, but we feel pretty confident and we discussed with @rachel-fenichel the need to make progress here ahead of the user testing report.