Skip to content

feat: Make database selector dropdowns scrollable after 10 entries#160

Merged
debba merged 1 commit intoTabularisDB:mainfrom
thomaswasle:feature/make-console-database-selector-scrollable
May 4, 2026
Merged

feat: Make database selector dropdowns scrollable after 10 entries#160
debba merged 1 commit intoTabularisDB:mainfrom
thomaswasle:feature/make-console-database-selector-scrollable

Conversation

@thomaswasle
Copy link
Copy Markdown
Contributor

Make database selector dropdowns scrollable after 10 entries

When connecting to a server with many databases/schemas, the database selector dropdown in the
editor toolbar and in notebook cell headers would grow unbounded and overflow the application
window.

Cap both dropdowns at a fixed height sized for ~10 entries (280px in the editor, 230px in the
notebook cell header to match the smaller item size) and add overflow-y-auto so the list scrolls
when it exceeds that limit.

Files changed

  • src/pages/Editor.tsx — editor toolbar db selector
  • src/components/notebook/NotebookCellHeader.tsx — notebook cell db selector

@debba debba merged commit 0534c8d into TabularisDB:main May 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants