dispatchrun / dispatch

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

tui: selection mode #42

Closed chriso closed 4 months ago

chriso commented 4 months ago

We're limited in what we can show in the default table/tree view, where each function call occupies a single row.

This PR adds a way for users to select a specific function call and then navigate to a detail page where we have the entire screen to show more information, for example inputs/outputs, a timeline of attempts with timing info, etc etc.