rio icon indicating copy to clipboard operation
rio copied to clipboard

WebApps in pure Python. No JavaScript, HTML and CSS needed

Results 66 rio issues
Sort by recently updated
recently updated
newest added

It would be beneficial to have `rio` available in the PATH on Linux systems by default. This enhancement would improve user experience by simplifying the setup process and making the...

enhancement

### Description RadioButtons are a type of user interface element that allows users to select one option from a predefined set of options. Unlike checkboxes, which allow for multiple selections,...

good first issue
ideas wanted
new component

As discussed, during the layout rework phase two, we want to add a `max_size` property to all components. This will provide greater control and flexibility.

enhancement

### Description Currently, our `MultiLineTextInput` component lacks the ability to indicate which fields are required, provide supporting text, and display leading and trailing icons. These features are crucial for enhancing...

ideas wanted
new feature
enhancement

### Description Currently, our `TextInputs` component lacks the ability to indicate which fields are required, provide supporting text, and display leading and trailing icons. These features are crucial for enhancing...

ideas wanted
new feature
enhancement

### Description A `MarkdownEditor` is a user interface element that allows users to write and format text using the Markdown markup language. Markdown editors enable users to easily create formatted...

ideas wanted
new component

### Description: The current `wrap` parameter of `rio.Text` combines two functionalities: wrapping text and ellipsizing text when it reaches the end of the line. This combination is confusing and should...

breaking
enhancement
needs discussion

### Description Currently, the `Revealer` component is only collapsible when clicking on the first row, where the revealer sign is located. To improve the user experience, it would be beneficial...

good first issue
ideas wanted
enhancement
needs discussion

As it stands, multi line text inputs are awkward to use. By default they are (vertically) small, only fitting in very little text. This requires scrolling in any but the...

enhancement

I really like the new **component tree dev tool**. After using it to check some components I wrote six months ago and updating them, I thought of a cool feature:...

ideas wanted
enhancement