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

### What does it do? Added a new Fill type called FrostedGlassFill. This new fill type allows users to specify a color using RGB format (so you can specify the...

### Discussed in https://github.com/rio-labs/rio/discussions/9 Originally posted by **Sn3llius** May 12, 2024 The `rio.Table` component serves as a fundamental element in many data-centric applications, facilitating the display and manipulation of tabular...

ideas wanted
enhancement
needs discussion

### Discussed in https://github.com/rio-labs/rio/discussions/26 Originally posted by **reiderin** May 19, 2024 I recently experimented with the AI chatbot example provided and found it to be quite effective. However, I noticed...

enhancement

Currently, our JS and CSS is inlined in the index.html, so browsers are forced to re-download it every time. We should extract these into static files that the browser only...

enhancement

Since some components (like `Table`) will have special scrolling behavior built in, it would make sense to add `scroll_x` and `scroll_y` parameters to *all* components for consistency.

enhancement

Some attributes of `TextStyle` default to `None`, which means "unchanged" (i.e. inherit the value from the theme or whatever), but *all* attributes should do this. This is a tricky change...

bug
enhancement