Skip to content

Added loading progress indicator#38

Open
jsumners-nr wants to merge 1 commit intomainfrom
load-indicator
Open

Added loading progress indicator#38
jsumners-nr wants to merge 1 commit intomainfrom
load-indicator

Conversation

@jsumners-nr
Copy link
Copy Markdown
Contributor

This PR resolves #4. It does not add any indicators for materializing a large result set query.

Instead of trying to load the interface, designing a progress indicator for the TUI, and then attempting to load the data, we opt for a simple CLI message based indicator. The addition of the "dump remote payloads and exit" feature kind of complicated adding a TUI based indicator. If we are dumping remote payloads, there's no reason to start the TUI. But we have to load the file before we can dump the payloads. So this is an easy to implement solution.

Example in action

lv_progress

@jsumners-nr jsumners-nr marked this pull request as ready for review April 10, 2026 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Needs PR Review

Development

Successfully merging this pull request may close these issues.

Implement loading progress indicator

2 participants