siddhantac / puffin

A beautiful terminal dashboard for hledger 💰
MIT License
256 stars 6 forks source link

Show loading screen properly #34

Closed siddhantac closed 3 months ago

siddhantac commented 3 months ago

When refreshing the loading screen doesn't show up.

reason: the setModelLoading() function is called in the same tea.Batch as the actual commands.

solution: return only modelLoading so that loader is displayed, then return a second tea.Cmd with the actual commands