microsoft / vscode-mssql

Visual Studio Code SQL Server extension.
Other
1.55k stars 459 forks source link

React Query Result Toolbar #18093

Closed cssuh closed 1 month ago

cssuh commented 1 month ago

Adds Save as CSV, JSON & Excel functionality to the react grid Saves all the data for now, need to add selection based save in the future.

Screenshot 2024-09-27 at 1 23 54 PM

(just ignore the theming issue in this GIF, it is fixed now) saveAs

github-actions[bot] commented 1 month ago

VSIX Size Comparison

Benjin commented 1 month ago

Are the light/dark icons swapped? In the screenshots, it looks like the darker icons are used for the dark mode theme.

cssuh commented 1 month ago

Are the light/dark icons swapped? In the screenshots, it looks like the darker icons are used for the dark mode theme.

Yep, working on fixing this now

caohai commented 1 month ago

need to add selection based save in the future

Can you create a new issue to track this?

cssuh commented 1 month ago

need to add selection based save in the future

Can you create a new issue to track this?

created https://github.com/microsoft/vscode-mssql/issues/18094 to track