antares-sql / antares

A modern, fast and productivity driven SQL client with a focus in UX
https://antares-sql.app
MIT License
1.79k stars 122 forks source link

Ability to split tab view in two #768

Open adibpwd opened 7 months ago

adibpwd commented 7 months ago

Is your feature request related to a problem? Please describe. Yes, I encounter difficulty accessing multiple tables' data as the tabs get replaced when opening a new table.

Describe the solution you'd like I would like each table click to open in a new tab by default. Additionally, it would be beneficial to have an option to split the screen, similar to VSCode, allowing users to view two tables simultaneously side by side.

Describe alternatives you've considered The alternative I've considered is manually opening each table in a new tab and using SQL queries to achieve the desired view of multiple tables.

Additional context image image

Fabio286 commented 7 months ago

Hi @adibpwd,

With double click on tab name, or table on sidebar, you can open a permanent tab. With single click you open temporary tabs (italic tab name). It works like VSCODE with files.

adibpwd commented 7 months ago

Thank you. Now I am able to open tabs permanently. However, I am still unable to split the screen as in VSCode, for instance, to have Table A on the left side and Table B on the right side.

Fabio286 commented 7 months ago

This feature is not currently present, and I confess it is not so quick and easy to implement. However, I plan in the future to implement it, but certainly not in the short term.

I am changing the name of this issue so as to refer to this specific feature.