Re: [Feature] Add duplicate button for column rows when creating table

2020-02-19 Thread Aditya Toshniwal
Hi, On Wed, Feb 19, 2020 at 7:23 PM Tomasz Matejunas wrote: > Hello, > It could be next to edit and trash icon. > Please report the feature request here - https://redmine.postgresql.org/projects/pgadmin4/issues/new > > Thanks > > -- Thanks and Regards, Aditya Toshniwal pgAdmin Hacker | Sr. So

Re: [Feature] Add keyboard shortcut for adding column when creating table

2020-02-19 Thread Aditya Toshniwal
Hi, On Wed, Feb 19, 2020 at 7:23 PM Tomasz Matejunas wrote: > Hello, > I'm adding few tables with long list columns, it's annoying when I need to > scroll to the top to click button to add a column. I think about two > solutions: > - add keyboard shortcut, display information about possibility t

Re: Turn off auto ordering column records when creating database

2020-02-19 Thread Aditya Toshniwal
On Wed, Feb 19, 2020 at 7:23 PM Tomasz Matejunas wrote: > Hello, > what is the purpose? I have about 40 columns reordered for table migration > from other database (MySQL). > Please report the bug here - https://redmine.postgresql.org/projects/pgadmin4/issues/new with details. > > Thanks > > --

Turn off auto ordering column records when creating database

2020-02-19 Thread Tomasz Matejunas
Hello, what is the purpose? I have about 40 columns reordered for table migration from other database (MySQL). Thanks

[Feature] Add keyboard shortcut for adding column when creating table

2020-02-19 Thread Tomasz Matejunas
Hello, I'm adding few tables with long list columns, it's annoying when I need to scroll to the top to click button to add a column. I think about two solutions: - add keyboard shortcut, display information about possibility to use it when button will be hidden (scrolled out) - attach add column

[Feature] Add duplicate button for column rows when creating table

2020-02-19 Thread Tomasz Matejunas
Hello, It could be next to edit and trash icon. Thanks

Re: [pgAdmin][RM5154] [Accessibility] : Alertify

2020-02-19 Thread Pradip Parkale
Please find the attached patch. On Wed, Feb 19, 2020 at 5:02 PM Ashesh Vashi wrote: > Forgot to attach the patch? > > On Wed, 19 Feb 2020 at 16:58, Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attached is a patch for accessibility issue related Alertifyjs. >>

Re: [pgAdmin][RM5154] [Accessibility] : Alertify

2020-02-19 Thread Ashesh Vashi
Forgot to attach the patch? On Wed, 19 Feb 2020 at 16:58, Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is a patch for accessibility issue related Alertifyjs. > >1. Added hidden label to satisfy accessibility. >2. Added label with sr-only class. >

[pgAdmin][RM5154] [Accessibility] : Alertify

2020-02-19 Thread Pradip Parkale
Hi Hackers, Attached is a patch for accessibility issue related Alertifyjs. 1. Added hidden label to satisfy accessibility. 2. Added label with sr-only class. 3. Added tabindex to move the mouse control to the maximize button using the tab key. Please note that this patch also inclu