You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used in different contexts (like the Navigation list view) it would be useful to disable the "block selection" mechanism in the List View component and instead display and "edit" button which allows users to select the block when they explicitly wish to do so, rather than simply by clicking the block. We already do this in the OffCanvasEditor:
The edit button should open the inspector controls for the block:
We should investigate making this feature part of the List View component itself from with OffCanvasEditor was forked. It's also worth bearing in mind that the edit button might end up being redundant - maybe when block selection is disabled the click simply opens the drill down directly.
The text was updated successfully, but these errors were encountered:
What problem does this address?
When used in different contexts (like the Navigation list view) it would be useful to disable the "block selection" mechanism in the List View component and instead display and "edit" button which allows users to select the block when they explicitly wish to do so, rather than simply by clicking the block. We already do this in the OffCanvasEditor:
The edit button should open the inspector controls for the block:

We should investigate making this feature part of the List View component itself from with OffCanvasEditor was forked. It's also worth bearing in mind that the edit button might end up being redundant - maybe when block selection is disabled the click simply opens the drill down directly.
The text was updated successfully, but these errors were encountered: