tconbeer / harlequin

The SQL IDE for Your Terminal.
https://harlequin.sh
MIT License
3.59k stars 80 forks source link

Add Support to Hide or Disable the Data Catalog Pane #618

Closed Nicoretti closed 1 month ago

Nicoretti commented 1 month ago

Description

Implement a feature to toggle the visibility of the data catalog pane. In addition to showing and hiding the data catalog, updating the catalog could be paused too, while the data catalog is hidden. Ideally, this functionality can be toggled through a keyboard shortcut.

Feature Requirements

Reasoning

Background

I recently conducted a small spike to assess the feasibility and effort required to support Exasol in Harlequin. A few individuals have already tried it out, and some feedback indicated that the data catalog was consuming unnecessary space, see here.

:spiral_notepad: Note: If you think this feature aligns with your vision for Harlequin, let me know. I would consider creating a PR for this.

tconbeer commented 1 month ago

You can already do this with F9 or ctrl+b. You can also full-screen the current widget with f10

See: https://harlequin.sh/docs/bindings

Nicoretti commented 1 month ago

@tconbeer 😅 apologies. I should have noticed that.