Malte
Malte
@balazsbajorics can you fill in some detail here?
**Problem** Closing some popups requires a click outside them. That causes selection loss. ?? Exiting inputs by clicking on canvas also causes selection loss?? **Solution** Try preventing that and see...
Problem: Exiting a popup (like the colour picker or the on-canvas insert menu) causes selection loss. **Solution** Prevent this from happening, for our own popups. **Implementation notes** I strongly suggest...
**Problem** Draw-to-insert suffers from a number of problems: 1. It's hard to see clearly where the inserted element will end up, especially in the context of siblings 2. We insert...
**Problem** Resizing elements is no longer intuitive, fun, and care-free 1. We insert unnecessary props 2. We don't tell you what they are, or give you agency to change them...
STR 1. Open sample project with Card 2. Focus Card 3. Select div inside 4. Hit "Delete" Result: HAL tells you off Expected: pod bay doors open
**Problem** We have theoretical support for a dark mode. For it to work, we need to update our use of icons, since at the moment they are hardcoded where placed...
I would love to see the options available in the design editor update, based on the design tokens of the theme. For example, instead of a free-form text input for...
**Problem** We don't have working property controls at the moment, which - among other things - blocks us from having a shiny project showing them. **Context** Today, we have two...
"Layout may be affected by external css" should really only show up if there's external CSS. Emotion doesn't count. If we can't do that because it's hard to distinguish etc,...