You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
At the moments, the TUI show a full screen message while refreshing feeds and thus stop the user to continue browsing tinylogs entries while refreshing.
This is done at the moment because otherwhise, the TUI would be frozen while refreshing. And I prefer having this message than an unresponsive TUI during the refresh phase (and at least the user know why).
It would be better if the refreshing mechanism doesn't block the TUI. It might need some heavy code change to move the timeline construction to an asynchronous tasks that won't block because of the way cview (the tui library) works (or at least who I understood it).
The text was updated successfully, but these errors were encountered:
At the moments, the TUI show a full screen message while refreshing feeds and thus stop the user to continue browsing tinylogs entries while refreshing.
This is done at the moment because otherwhise, the TUI would be frozen while refreshing. And I prefer having this message than an unresponsive TUI during the refresh phase (and at least the user know why).
It would be better if the refreshing mechanism doesn't block the TUI. It might need some heavy code change to move the timeline construction to an asynchronous tasks that won't block because of the way cview (the tui library) works (or at least who I understood it).
The text was updated successfully, but these errors were encountered: