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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@astrojs/deno](https://docs.astro.build/en/guides/integrations-guide/deno/) ([source](https://togithub.com/withastro/astro/tree/HEAD/packages/integrations/deno)) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [astro](https://astro.build) ([source](https://togithub.com/withastro/astro/tree/HEAD/packages/astro)) | [`3.5.3` -> `4.7.0`](https://renovatebot.com/diffs/npm/astro/3.5.3/4.7.0) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

ci-cd 🤖

```rs fn app(cx: Scope) -> Element { render!( rect { width: "wololo", // This is fails silently at the moment } ) } ```

enhancement 🔥

Once https://github.com/marc2332/freya/pull/376 is finished, we should copy some of the things in the blog post over to the docs. For example, [`ActivableRoute`](https://docs.freyaui.dev/freya/components/fn.ActivableRoute.html) and [`use_activable_route`](https://docs.freyaui.dev/freya/hooks/fn.use_activable_route.html) have lackluster docs, but the blog...

documentation

# Roadmap These are the main features that will be added at some point. - [x] v0.1.0 Release - [x] v0.2.0 Release - More integrated accessibility support - Flex support...

tracking

Working on my gui style inside freya. Noticed, that some labels rendered differently (anti aliased?). Please see screenshot: dropdown options and inside input text field labels have the same parameters...

bug 😔
skia 🖌️

InputProps cannot input Chinese ![1](https://github.com/marc2332/freya/assets/25686767/7e630255-5237-49e4-9e93-d78157bc371c)

bug 😔

- [x] Draw wireframe around the selected node - [x] Use `VirtualScrollView` - [x] Computed layout tab - [ ] Improve the overall design - [ ] Simulated events in...

enhancement 🔥