Ari

Results 19 issues of Ari

A lot of components should navigable using arrow keys or similar. You might find inspiration here: https://github.com/patternfly/patternfly-react/blob/main/packages/react-core/src/helpers/KeyboardHandler.tsx Components using such handling can be found easily by looking for usages of...

### Description [Sway has already covered this issue quite extensively](https://github.com/swaywm/sway/issues/1666#issuecomment-1356871296). The idea is that you can split an (ultrawide) monitor into multiple smaller virtual outputs. Example: Instead of having a...

enhancement

Currently, literals that aren't strings are highlighted in red suggesting an error. However, literals are allowed by Yew without curly braces regardless of type. ![image](https://github.com/ttax00/code-yew-server/assets/22723953/5c4f6fbc-c874-45b1-9277-30fa561b029a) Both of these should have...

The component library I'm using defines the `type` property of a `TextInput` as `r#type` since `type` is a reserved keyword of Rust. Raw identifiers are listed quite soon in the...

Is it currently possible or are there plans to support adding extra props to a component that can then be passed on to the passthrough arguments? Example: Most of my...

### Preflight Checklist - [X] I could not find a solution in the documentation, the existing issues or discussions - [X] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Environment Self-hosted...

bug
waiting
auth
storage

It makes sense to say that ```rust html! { { foo } ``` is formatted correctly. However something like ```rust html! { { foo } { bar } { baz...

I'm using PrimeVue version 4.0.0. I copied the default lara configuration from [the documentation](https://tailwind.primevue.org/confirmdialog/). The styles for the "root" and "transition" component are being applied but not for any of...