rio-labs / rio

WebApps in pure Python. No JavaScript, HTML and CSS needed
https://rio.dev
Apache License 2.0
1.44k stars 44 forks source link

Update Examples to `min_width` / `min_height` #128

Closed mad-moo closed 1 month ago

mad-moo commented 2 months ago

Recent updates have replaced the width and height parameters with min_width, grow_x, and others. A lot of code in Rio itself still uses the old-style parameters though, thus leading to deprecation warnings, and general confusion.

Search for & replace all outdated usages.

Sn3llius commented 2 months ago

It seems like most of it is already completed, right?

mad-moo commented 2 months ago

Yeah, I went through the entire codebase and replaced everything I could find. I'm mostly worried now about the examples found in the documentation of all components.

In general, with all the changes that happened as of late I think the entire framework needs some thorough testing

mad-moo commented 1 month ago

@Sn3llius this is safe to close, correct?