Adoo

Results 22 issues of Adoo

## Description: Right now, we're using `Label` to show text that doesn't need to configure style. This might be making our code more complicated than it needs to be. ##...

**Is your feature request related to a problem? Please describe.** User need to response to the window resize, close, etc. For example, when the window is closing, user need to...

enhancement
framework

We have some unit test need access render backend, these tests were not support run in CI, also not include in test code coverage report. And we also need a...

help wanted
ci

Example ``` watch!(...).subscribe(...); ```

In widget-based applications, there's often a need to share data across widgets. While one approach is to pass data from parent to child widgets, this can become cumbersome in deeply...

enhancement

In our current painter architecture, the painter generates path commands and the backend renders them. These two processes are completely independent, with only a `PainterResult` passed from the Painter to...

enhancement
framework
L-Easy

Previously, we were converting stroke paths into fill paths to unify the paths in the painter's results, which appeared to simplify the process. However, we should revert to keeping both...

enhancement