Thread: [RM2579][pgAdmin4] Set default file listing layout as list instead of grid
[RM2579][pgAdmin4] Set default file listing layout as list instead of grid
From
Harshal Dhumal
Date:
Hi,
Please find attached patch to set default layout of file listing as a list in file manager.
Also replaced alertify with out custom alertifywrapper in file manager utils.js
--
Harshal Dhumal
Sr. Software Engineer
Attachment
Hi
On Mon, Jul 24, 2017 at 11:34 AM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:
-- Hi,Please find attached patch to set default layout of file listing as a list in file manager.Also replaced alertify with out custom alertifywrapper in file manager utils.js
This isn't a bad idea on the face of it, but there are some things to fix/consider:
- The HTML file seems to be missing translation markers. Can you add them throughout please?
- We should save the users preference in the config database.
- The grid view seems to underline the file size and for no apparent reason change the mouse cursor to ? on mouseover. Let's change the text style to be consistent and get rid of the mouseover.
Thanks!
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Re: [RM2579][pgAdmin4] Set default file listing layout as listinstead of grid
From
Harshal Dhumal
Date:
Hi,
On Mon, Jul 24, 2017 at 4:23 PM, Dave Page <dpage@pgadmin.org> wrote:
HiOn Mon, Jul 24, 2017 at 11:34 AM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote: Hi,Please find attached patch to set default layout of file listing as a list in file manager.Also replaced alertify with out custom alertifywrapper in file manager utils.jsThis isn't a bad idea on the face of it, but there are some things to fix/consider:- The HTML file seems to be missing translation markers. Can you add them throughout please?- We should save the users preference in the config database.- The grid view seems to underline the file size and for no apparent reason change the mouse cursor to ? on mouseover. Let's change the text style to be consistent and get rid of the mouseover.
Please find updated patch
--Thanks!Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Attachment
On Wed, Jul 26, 2017 at 11:06 AM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:
Hi,On Mon, Jul 24, 2017 at 4:23 PM, Dave Page <dpage@pgadmin.org> wrote:HiOn Mon, Jul 24, 2017 at 11:34 AM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote: Hi,Please find attached patch to set default layout of file listing as a list in file manager.Also replaced alertify with out custom alertifywrapper in file manager utils.jsThis isn't a bad idea on the face of it, but there are some things to fix/consider:- The HTML file seems to be missing translation markers. Can you add them throughout please?- We should save the users preference in the config database.- The grid view seems to underline the file size and for no apparent reason change the mouse cursor to ? on mouseover. Let's change the text style to be consistent and get rid of the mouseover.Please find updated patch
Thanks, committed with some naming tweaks... however, I do think the setting should be updated when the user toggles it within the file dialogue. Can you add code to set that config option when the user toggles the mode on the fly please?
Thanks.
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Re: [RM2579][pgAdmin4] Set default file listing layout as listinstead of grid
From
Harshal Dhumal
Date:
Hi Dave,
On Wed, Jul 26, 2017 at 5:41 PM, Dave Page <dpage@pgadmin.org> wrote:
On Wed, Jul 26, 2017 at 11:06 AM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote: Hi,On Mon, Jul 24, 2017 at 4:23 PM, Dave Page <dpage@pgadmin.org> wrote:HiOn Mon, Jul 24, 2017 at 11:34 AM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote: Hi,Please find attached patch to set default layout of file listing as a list in file manager.Also replaced alertify with out custom alertifywrapper in file manager utils.jsThis isn't a bad idea on the face of it, but there are some things to fix/consider:- The HTML file seems to be missing translation markers. Can you add them throughout please?- We should save the users preference in the config database.- The grid view seems to underline the file size and for no apparent reason change the mouse cursor to ? on mouseover. Let's change the text style to be consistent and get rid of the mouseover.Please find updated patchThanks, committed with some naming tweaks... however, I do think the setting should be updated when the user toggles it within the file dialogue. Can you add code to set that config option when the user toggles the mode on the fly please?
Yes... and patch attached.
Thanks.--Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Attachment
Awesome - thanks, committed.
On Wed, Jul 26, 2017 at 1:56 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:
Hi Dave,On Wed, Jul 26, 2017 at 5:41 PM, Dave Page <dpage@pgadmin.org> wrote:On Wed, Jul 26, 2017 at 11:06 AM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote: Hi,On Mon, Jul 24, 2017 at 4:23 PM, Dave Page <dpage@pgadmin.org> wrote:HiOn Mon, Jul 24, 2017 at 11:34 AM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote: Hi,Please find attached patch to set default layout of file listing as a list in file manager.Also replaced alertify with out custom alertifywrapper in file manager utils.jsThis isn't a bad idea on the face of it, but there are some things to fix/consider:- The HTML file seems to be missing translation markers. Can you add them throughout please?- We should save the users preference in the config database.- The grid view seems to underline the file size and for no apparent reason change the mouse cursor to ? on mouseover. Let's change the text style to be consistent and get rid of the mouseover.Please find updated patchThanks, committed with some naming tweaks... however, I do think the setting should be updated when the user toggles it within the file dialogue. Can you add code to set that config option when the user toggles the mode on the fly please?Yes... and patch attached.Thanks.--Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company