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

While you can already `make build` to get the Python wheel for the Python modules related to Invent, there's also the tooling to think about, and how such assets are...

bug
documentation
enhancement
pycon24
refactor

The simple/vanilla but usable version of the Invent tooling needs to be hosted somewhere for folks to try.

enhancement
pycon24

Use case: * I drop a button on the page. * I want to quickly see what **CODE** has changed by that last interaction. * That's IT! Fostering the skill...

Styling is provided by themes. However, we need to provide an "escape hatch" for experienced developers who want more flexibility on styling components. Hence the need for (and refinement of)...

enhancement
pycon24
refactor
toga

The properties associated with a UI component, shown on the right hand side of the builder, are currently listed in alphabetical order. We suspect it would be better if they...

enhancement
pycon24
refactor
toga

Sometimes folks don't want a full blown image, but just some sort of a small informative icon. We should provide an icon widget that makes use of a freely available...

enhancement
pycon24
toga

The browser has a LOT of interesting APIs (see: https://developer.mozilla.org/en-US/docs/Web/API). These should be easily used within an Invent app.

enhancement
pycon24
refactor
toga

On start-up it should be possible for values in the datastore to be dynamically populated via a function. Furthermore, such functions should also be able to be called in some...

enhancement
refactor

Currently, transitions between pages are a quick bodge. We need a way for the coder to signal to the Invent framework that the current page should be replaced by a...

enhancement
pycon24
refactor

Naming is hard. Let's think about this in a structured and conscious manner, and change names so we have an accessible and easy to learn vocabulary of things and concepts...

enhancement
pycon24
refactor