Stefan Haller
b91beb68e1
Remove return value of HandleRender
2024-09-06 08:45:48 +02:00
Stefan Haller
f98b57aa5e
Change direct access to Common.UserConfig to a getter
...
This will allow us to turn the field into an atomic.Value for safe concurrent
access.
2024-08-18 10:24:52 +02:00
Stefan Haller
1869fda800
Make OnWorker callback return an error
...
This lets us get rid of a few more calls to Error(), and it simplifies things
for clients of OnWorker: they can simply return an error from their callback
like we do everywhere else.
2024-04-18 10:10:30 +02:00
Stefan Haller
82a3d33ce3
Remove calls to Error()
...
Now that we have an error handler set, we can simply let them bubble up all the
way to gocui.
2024-04-18 10:10:30 +02:00
Artem Belyakov
f3dba743f0
Add SpinnerConfig
...
This new config section allows to customize frames and rate of
thespinner
2024-04-06 13:46:15 +02:00
Stefan Haller
471ea39758
Fix inline status removal when recording demos
2024-03-23 20:45:51 +11:00
Stefan Haller
c66667c8c1
Fix main view refresh after adding the first file to a custom patch
...
This broke with 240948b.
2024-01-28 09:49:56 +01:00
Stefan Haller
f99c59b6d5
Fall back to WithWaitingStatus if item is scrolled out of view
2023-12-10 16:03:25 +01:00
Stefan Haller
0fd4983c66
Fall back to WithWaitingStatus if view showing the item is not visible
2023-12-10 15:57:51 +01:00
Stefan Haller
7075b66bc6
Add WithInlineStatus helper function
...
Very similar to WithWaitingStatus, except that the status is shown in a view
next to the affected item, rather than in the status bar.
Not used by anything yet; again, committing separately to get smaller commits.
2023-10-08 18:45:36 +02:00