Hey, here’s another quality of life / usability idea.
The data bindings and logic are sorted alphabetically right now. I’ve found myself consistently using some more than others though and I rarely use all. This means that as I’m going to/from a section working on the codeless there’s a lot of extra scrolling.
Perhaps it would be possible to implement a group then sort approach for the right pane in logic:
- Group by presence of data binding or logic first
- Then, sort each group alphabetically
When you unpin a component this could also be even more helpful. In this case it would be group then two-level sort:
- Group by presence of data binding or logic first
- Then sort by component alphabetically
- Then sort by handler alphabetically
I don’t know how challenging this would be but I think it would do a lot to increase the visibility and ease of access for components that have logic or bindings.