dispatchrun / dispatch

Entrypoint of the Dispatch ecosystem.
11 stars 1 forks source link

tui: fix how auth errors are displayed in TUI mode #45

Closed chriso closed 4 months ago

chriso commented 4 months ago

This fixes #43.

Instead of printing errors when an authentication error occurs, which conflicts with TUI rendering, we instead notify the TUI of the error so that it can render it on the status line.