freya icon indicating copy to clipboard operation
freya copied to clipboard

Cross-platform GUI library for ๐Ÿฆ€ Rust powered by ๐Ÿงฌ Dioxus and ๐ŸŽจ Skia.

Results 118 freya issues
Sort by recently updated
recently updated
newest added

Right now they are almost non-existent, apart from the "X component. See XProps" boilerplate. The events don't even have that.

documentation
enhancement ๐Ÿ”ฅ

The book has a lot of code that doesn't even compile. Testing the UI is overkill, but the book should not contain any code that doesn't compile.

documentation

```rs fn app(cx: Scope) -> Element { use_on_platform_event(cx, (), |(_deps, ev)| { println!("{ev:?}") }); render!( label { "hi" } ) } ```

enhancement ๐Ÿ”ฅ

Needs first https://github.com/marc2332/freya/issues/59 Create a scroll controller identified by a given dioxus router route

enhancement ๐Ÿ”ฅ

Implements snapping for `rect` and `container` elements to pixel boundaries, allowing for sharper rendering of borders and rect edges. - This is an initial pass implementation. In the future, this...

enhancement ๐Ÿ”ฅ
experiment ๐Ÿงช

Usually selection has higher priority than cursor so input behavior should be little bit different if text has been selected. 1. If you select the text and press backspace the...

enhancement ๐Ÿ”ฅ

# Extension of rect with full flex properties ### **IMPOTANT:** Children positioning #### Any children positioning must respect the paddings of children and the container ## Types ### Alignment enum...

enhancement ๐Ÿ”ฅ

When I try to close window by click `(x)` button I have a segmentation fault. GDB shows the following backtrace: ``` Thread 1 "ex1" received signal SIGSEGV, Segmentation fault. 0x00007ffff5c8c904...

bug ๐Ÿ˜”
needs-research
skia ๐Ÿ–Œ๏ธ

Not sure how support for this in winit looks, but it's probably going to be useful to have a way to mark an element (either through a wrapper component like...

enhancement ๐Ÿ”ฅ

enhancement ๐Ÿ”ฅ
needs-research