invent icon indicating copy to clipboard operation
invent copied to clipboard

Express yourself with code.

Results 69 invent issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

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...

bug

There needs to be a "blank spacer" / filler widget to grow into available space.

enhancement
pycon24
toga

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...

enhancement

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.

enhancement
pycon24
refactor

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...

enhancement
refactor

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.

refactor

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...

refactor