-
Notifications
You must be signed in to change notification settings - Fork 15
Description
When I open multiple tables from the same database, the tab for each one shows the full connection and schema name (e.g., mesa-proveedores - django_db - public.ci_justificacion).
This makes the tabs very wide and mostly identical, so it's hard to see the actual table name. I can only fit a few tabs on my screen before I have to scroll, which slows me down.
As you can see, the repeating prefix takes up most of the space.
Suggested Solution:
Please add an option to shorten the tab names.
For example, a setting to only show the table name (like ci_justificacion) or the schema and table name (public.ci_justificacion). The full name could still appear when I hover over the tab.
This would make the tabs shorter, easier to read, and allow more to fit on the screen.
Thank you.
