Tracking Git progress with ProgressBar #5858
-
Hey folks! I am really sorry for the stupid question, as I guess it's obvious for most of power users, but I'm trying to start a hobby project with textual and got stuck with trying to render git clone progress. Like I managed quite fast to implement that usecase with
But I'm struggling with ProgressBar implementation so far. The best result I could reach to get bar to the resulting state after clone is completed:
I do understand that it's due to And I actually have quite some issues with updating text/data on the fly even when it's reactive, as it's always wait for the page to complete rendering first, so hoping that understanding this issue will help me a lot in other places as well (for instance I had a case where I needed to load 2 URIs, and wanted to print out current state on the screen so user won't be too confused waiting). So it seems I'm missing a very crucial part on how to get screen update while waiting for some command/action. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok, after switching over multiple AI models, I finally figured out how to do that. The working example is below:
|
Beta Was this translation helpful? Give feedback.
Ok, after switching over multiple AI models, I finally figured out how to do that. The working example is below: