invent
invent copied to clipboard
Express yourself with code.
In a gap between siblings, the mouse pointer is over the parent element, so the actual insertion point will be either the start or the end of the parent, whichever...
In the builder, warnings like this appear every time you select a widget that has an IntegerProperty. They appear to be harmless, but they flood the console and make debugging...
In the builder, if you delete all children from a container, the "empty" placeholder doesn't appear again. The container still exists in the DOM, but it has zero size, so...
There needs to be a "blank spacer" / filler widget to grow into available space.
We need to explore a new core concept: data model. A data model uses properties to define the shape of commonly used data structures in an application. (Something akin to...
As we manually or use a pointer to select an item in the UI builder, we need to highlight it so the user is clear exactly which component is selected.
Thanks to JavaScript `Map` objects being completely useless to us, we bridge things to JS objects via JSON encoding. New updates in PyScript should make this redundant. When the changes...
This is a non-obvious name for something that is a template for something else... let's get the (beginner friendly, clear and unambiguous) terminology sorted.
At the moment, when code is generated for the UI, all the properties of a component are exported as either the default values, or whatever the coder has updated them...