Replies: 1 comment
-
You can get live reload of styles if using an external stylesheet and the devtools, but there isn't anything built into Textual that will reload your whole application on any change (I have seen people document at least one approach this on the Textual discord server, but I'm afraid I can't remember how they went about it; but it seems there are approaches you could take). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to develop my first textual app and I'm finding it tedious to keep stopping and starting my app when I make changes. When I develop with fastapi, it is possible to set an "auto-reload" setting to pick up my changes as I code. Is there something like this in textual
Thanks for the great work!
Beta Was this translation helpful? Give feedback.
All reactions