buchhalter-ai / buchhalter-ai-cli

The buchhalter open-source command line tool to automate invoice downloads from suppliers. Free, customizable, and designed for seamless financial workflow integration.
https://buchhalter.ai
Other
4 stars 1 forks source link

`sync` cmd: Rework view/ui layer to show actions that are performed #105

Closed andygrunwald closed 6 days ago

andygrunwald commented 1 week ago

Context

This PR is a bit bigger (code line-wise). It is reworking the UI to

Caveats

sendMetrics

Right now, the sendMetrics command is shown with a spinner. When completed, it disappears and is not shown in the list of performed operations. This part needs rework anyway to remove it from the logic where we are running a browser. This will be done in a future pull request.

TODOs

A few things are still open - Those may be done in future pull requests (to avoid this is getting bigger)