Re: [pgAdmin][RM7351]: Templates not displayed

2022-05-18 Thread Dave Page
Hi On Wed, 18 May 2022 at 14:02, Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Dave/Team, > > I have come up with a plan to implement this. Please give your suggestions > > >1. Users will be able to hide user-defined templates in the >preferences setting. By default, the v

Re: [pgAdmin][RM7351]: Templates not displayed

2022-05-18 Thread Pradip Parkale
Hi Dave/Team, I have come up with a plan to implement this. Please give your suggestions 1. Users will be able to hide user-defined templates in the preferences setting. By default, the value is 'Yes', and all user-defined templates will be hidden. 2. The icon will be different for u

Re: [pgAdmin][RM7364]: Allow resizing of columns on dashboard tables

2022-05-18 Thread Akshay Joshi
Thanks, the patch applied. On Wed, May 18, 2022 at 5:44 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the updated patch > > On Wed, May 18, 2022 at 5:18 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Pradip >> >> Found the following is

pgAdmin 4 commit: Added the ability to resize columns on dashboard tabl

2022-05-18 Thread Akshay Joshi
Added the ability to resize columns on dashboard tables. Fixes #7364 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=11cfea38609a79e9881010e80a75a08de8c6a6be Author: Pradip Parkale Modified Files -- docs/en_US/release_notes_6_10.r

Re: [pgAdmin][RM7364]: Allow resizing of columns on dashboard tables

2022-05-18 Thread Pradip Parkale
Hi Akshay, Please find the updated patch On Wed, May 18, 2022 at 5:18 PM Akshay Joshi wrote: > Hi Pradip > > Found the following issues: > >1. On Resize columns get automatically sorted. > > Fixed. > >1. Unable to expand the last column of every table of the tab. >Example: Descript

Re: [pgAdmin][RM7364]: Allow resizing of columns on dashboard tables

2022-05-18 Thread Akshay Joshi
Hi Pradip Found the following issues: 1. On Resize columns get automatically sorted. 2. Unable to expand the last column of every table of the tab. Example: Description column of the Configuration tab. On Wed, May 18, 2022 at 3:32 PM Pradip Parkale < pradip.park...@enterprisedb.com> wr

[pgAdmin][RM7364]: Allow resizing of columns on dashboard tables

2022-05-18 Thread Pradip Parkale
Hi Hackers, Please find the attached for # 7364.Allow resizing of columns on dashboard tables After this patch users can resize the dashboard columns. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM7364.patch Description: Binary data

Re: [pgAdmin][RM7393] Do not change position of editor once opened

2022-05-18 Thread Akshay Joshi
Thanks, the patch applied. On Wed, May 18, 2022 at 1:32 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please ignore the previous patch. > Attach patch fixes - Position of editor should not change after opening > and other editor keyboard fixes. > > On Wed, May

pgAdmin 4 commit: Ensure that the editor position should not get change

2022-05-18 Thread Akshay Joshi
Ensure that the editor position should not get changed once it is opened. Fixes #7393 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5e0dfff42a4bdde75575fa26c03c054b8fa1d8a4 Author: Aditya Toshniwal Modified Files -- docs/en_US/

Re: [pgAdmin][RM7393] Do not change position of editor once opened

2022-05-18 Thread Aditya Toshniwal
Hi Hackers, Please ignore the previous patch. Attach patch fixes - Position of editor should not change after opening and other editor keyboard fixes. On Wed, May 18, 2022 at 11:31 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to fix the