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

> Actual implementation https://github.com/marc2332/freya-editor/blob/main/src/controlled_virtual_scroll_view.rs Currently, both `ScrollView` and `VirtualScrollView` have uncontrolled scrolling, meaning you cannot manually control the behavior/state of their scroll. This could be a good way to make...

enhancement πŸ”₯

This will help people understand the internal architecture.

documentation

Would be cool to be able to specify test IDs/categories so you can then quickly search them when running unit tests using `freya-testing`

enhancement πŸ”₯
idea πŸ’‘

Maybe add support for Zoom via an attribute?

enhancement πŸ”₯
idea πŸ’‘

I ran into this issue when I have a `SyncSignal` being updated in a thread. I think it got something to do with it being set too quickly between render?...

usage-issue

Waiting for https://github.com/rust-windowing/glutin/pull/1675

enhancement πŸ”₯
dependencies
internal impovementπŸ‘

I encounter this error when I resize my app really quick. It doesn't happen on freya examples so I'm not sure what is causing this. ``` thread 'main' panicked at...

usage-issue

Changes the `onclick` event handler of `Button` to `onpress` because it will now work with: - πŸ–±οΈ Click events - ⌨️ Enter events when focused - πŸ‘† Touch events

enhancement πŸ”₯
breaking

internal impovementπŸ‘