pgadmin4 icon indicating copy to clipboard operation
pgadmin4 copied to clipboard

Option to dock modal windows

Open Satek7 opened this issue 1 year ago • 2 comments

Hi,

Currently when user clicks on object properties, window opens in modal. Maximizing the modal window is not available, so the user can only resize it by dragging the window's border. It's hard to work with database function/procedure code when editor area is not big enough.

Is it possible to add the ability to dock modal windows to the main program window as the next tab, like a 'Query Tool' for example? (Of course as a setting in pgAdmin preferences)

This feature will improve working with code in pgAdmin

Satek7 avatar Jan 25 '24 10:01 Satek7

We can add a maximise button on the dialog.

adityatoshniwal avatar Aug 23 '24 12:08 adityatoshniwal

Hmm, I guess that functionality got lost when we moved to React. Originally, you could drag a dialog title and dock it on the main tabset.

As a sidenote to clarify this ticket for future readers, the issue here is with regular dialogues. I think the only modal dialogues in all of pgAdmin are the About box and the Settings dialogue, and maybe a handful of message boxes.

dpage avatar Aug 23 '24 15:08 dpage