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

Adding a new measurement type for size attributes, `a` referring to `auto` ```rs rsx!( rect { width: "50a", // 50% of whatever size it was going to have if using...

enhancement πŸ”₯

A hook to integrate with Muda would be nice ```rs let native_menu = use_native_menu(); native_menu.show(...); ```

enhancement πŸ”₯

Closes https://github.com/marc2332/freya/issues/670

enhancement πŸ”₯

https://github.com/marc2332/freya/blob/1955629e6c355ff74415037e44869026da8aec89/crates/state/src/values/fill.rs#L16

enhancement πŸ”₯
good first issue

https://github.com/marc2332/freya/blob/1955629e6c355ff74415037e44869026da8aec89/crates/state/src/values/fill.rs#L15

enhancement πŸ”₯
good first issue

Let's consider the sample code below (counter) **to crash the app:** - `cargo run` - replace `"{count}"` with `""`, then save to see the change reflecting on screen - undo...

usage-issue

- Replaces `mouseover` with `mousemove` - Adds a new `mouseover`, similar to `mousenter` but only for the actual visible area instead of also triggering uppon entering child elements. - Adds...

enhancement πŸ”₯

enhancement πŸ”₯
dioxus🧬