Open Issues Need Help
View All on GitHubAI Summary: Implement a new `color_opacity` attribute for Freya's UI components, allowing developers to easily adjust the opacity of colors without modifying the entire color value. This involves adding the attribute handling to the component's rendering logic and potentially updating the documentation.
Cross-platform and non-web GUI library for 🦀 Rust powered by 🎨 Skia.
AI Summary: The task involves migrating Freya's built-in components from using mouse events to pointer events for improved cross-platform compatibility and accessibility. This is a multi-part task, with each component (Button, Accordion, Input, etc.) requiring individual updates. The issue tracks the progress of this migration.
Cross-platform and non-web GUI library for 🦀 Rust powered by 🎨 Skia.
AI Summary: The task is to add an example to the Freya documentation demonstrating how to send operating system notifications using the `notify-rust` crate. This involves integrating the `notify-rust` crate into a Freya application and showcasing its usage within a simple, illustrative example.
Cross-platform and non-web GUI library for 🦀 Rust powered by 🎨 Skia.
AI Summary: The task involves updating the Freya library's performance overlay plugin to display the current scale factor, even if it's been adjusted by the user. This requires modifying the `performance_overlay.rs` file to incorporate the scale factor into the rendered information.
Cross-platform and non-web GUI library for 🦀 Rust powered by 🎨 Skia.