Textualize / textual

The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
https://textual.textualize.io/
MIT License
24.07k stars 741 forks source link

recompose #4650

Open willmcgugan opened 2 weeks ago

willmcgugan commented 2 weeks ago

This is an attempt to allow recompose to keep some widgets.

If a recomposed widget has the same id, it will have its state copied from the newly composed widget, rather than being removed.