Skip to content

Conversation

@davecharron
Copy link
Collaborator

The results table view features a span that is updated with status, eg. statement running, row count...
The problem is that with a larger result set, the span remains out of view at the bottom until all rows have been retrieved and the result table scrolled to the end.
This PR fixes the issue by adding a footer to the table where the status is always displayed.

@davecharron davecharron requested a review from worksofliam March 25, 2024 20:54
@github-actions
Copy link

👋 A new build is available for this PR based on 102be11.

Copy link
Member

@worksofliam worksofliam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall makes a lot of sense. I can see this new footer bar being used to also solve #102 down the line, since we have somewhere to put it now. See my comment about color and text. Other than that, it's decent.

image image

@github-actions
Copy link

👋 A new build is available for this PR based on 890803e.

@github-actions
Copy link

👋 A new build is available for this PR based on f33b579.

@davecharron davecharron requested a review from worksofliam March 25, 2024 21:47
Copy link
Member

@worksofliam worksofliam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great change. A good setup for future features too

@davecharron davecharron added enhancement New feature or request ready The tag should be taken off if it is being worked on, or if a review fails labels Mar 25, 2024
@worksofliam worksofliam merged commit 6678ba2 into main Mar 26, 2024
@davecharron davecharron deleted the feature/result_table_footer branch April 16, 2024 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request ready The tag should be taken off if it is being worked on, or if a review fails

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants