Обсуждение: Visual clutter in default view when viewing table data

Поиск
Список
Период
Сортировка

Visual clutter in default view when viewing table data

От
Luther Goh Lu Feng
Дата:
I notice that the default view in pgAdmin when viewing table rows seems extremely cluttered. This is in contrast to
otherclients on the Mac. I have attached screenshots to illustrate.
 

I am unfamiliar with a lot of pgAdmin functionality. But I wonder if it makes sense to not have the following panes
hiddenby default when view table rows
 
- scratch pad
- query history
- query editor

Imho, doing so could improve the user experience

--Luther
Вложения

Re: Visual clutter in default view when viewing table data

От
Aditya Toshniwal
Дата:
Hi Luther,

Not everyone would agree on this. But, you can raise a request here -https://redmine.postgresql.org/projects/pgadmin4/issues/new so that we can discuss on possible ways to do that.

On Fri, Aug 9, 2019 at 2:31 PM Luther Goh Lu Feng <elfgoh@yahoo.com> wrote:
I notice that the default view in pgAdmin when viewing table rows seems extremely cluttered. This is in contrast to other clients on the Mac. I have attached screenshots to illustrate.

I am unfamiliar with a lot of pgAdmin functionality. But I wonder if it makes sense to not have the following panes hidden by default when view table rows
- scratch pad
- query history
- query editor

Imho, doing so could improve the user experience

--Luther


--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"

Re: Visual clutter in default view when viewing table data

От
Luther Goh Lu Feng
Дата:

Thanks for the note. I have created https://redmine.postgresql.org/issues/4595

--Luther



On Friday, August 9, 2019, 5:55:31 PM GMT+8, Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:





Hi Luther,

Not everyone would agree on this. But, you can raise a request here
-https://redmine.postgresql.org/projects/pgadmin4/issues/new sothat we can discuss on possible ways to do that. 

On Fri, Aug 9, 2019 at 2:31 PM Luther Goh Lu Feng <elfgoh@yahoo.com> wrote:
> I notice that the default view in pgAdmin when viewing table rows seems extremely cluttered. This is in contrast to
otherclients on the Mac. I have attached screenshots to illustrate. 
>
> I am unfamiliar with a lot of pgAdmin functionality. But I wonder if it makes sense to not have the following panes
hiddenby default when view table rows 
> - scratch pad
> - query history
> - query editor
>
> Imho, doing so could improve the user experience
>
> --Luther


--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"



Re: Visual clutter in default view when viewing table data

От
Michel Feinstein
Дата:
One thing that helps with readability is intercalating the colors of the table lines (white, light gray, white, light gray....). That would be a very nice addition.  

On Fri, Aug 9, 2019, 09:17 Luther Goh Lu Feng <elfgoh@yahoo.com> wrote:


Thanks for the note. I have created https://redmine.postgresql.org/issues/4595

--Luther



On Friday, August 9, 2019, 5:55:31 PM GMT+8, Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:





Hi Luther,

Not everyone would agree on this. But, you can raise a request here -https://redmine.postgresql.org/projects/pgadmin4/issues/new so that we can discuss on possible ways to do that.

On Fri, Aug 9, 2019 at 2:31 PM Luther Goh Lu Feng <elfgoh@yahoo.com> wrote:
> I notice that the default view in pgAdmin when viewing table rows seems extremely cluttered. This is in contrast to other clients on the Mac. I have attached screenshots to illustrate.
>
> I am unfamiliar with a lot of pgAdmin functionality. But I wonder if it makes sense to not have the following panes hidden by default when view table rows
> - scratch pad
> - query history
> - query editor
>
> Imho, doing so could improve the user experience
>
> --Luther


--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"


Re: Visual clutter in default view when viewing table data

От
Dave Caughey
Дата:
That would be pretty easy, as the generated HTML has an "even"/"odd" class.

You can even manually alternating row styles by bringing up the browser's developer console (F12) and manually adding the following rule to the applied styles

.ui-widget-content.slick-row.even {  background-color#f8f8f8; }

I'm not suggesting that's that's a sensible user work-around, I'm just pointing out that that's how simple it would be...   just add the above line to the .CSS file.

Cheers,
Dave


On Fri, Aug 9, 2019 at 9:39 AM Michel Feinstein <michelfeinstein@gmail.com> wrote:
One thing that helps with readability is intercalating the colors of the table lines (white, light gray, white, light gray....). That would be a very nice addition.  

On Fri, Aug 9, 2019, 09:17 Luther Goh Lu Feng <elfgoh@yahoo.com> wrote:


Thanks for the note. I have created https://redmine.postgresql.org/issues/4595

--Luther



On Friday, August 9, 2019, 5:55:31 PM GMT+8, Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:





Hi Luther,

Not everyone would agree on this. But, you can raise a request here -https://redmine.postgresql.org/projects/pgadmin4/issues/new so that we can discuss on possible ways to do that.

On Fri, Aug 9, 2019 at 2:31 PM Luther Goh Lu Feng <elfgoh@yahoo.com> wrote:
> I notice that the default view in pgAdmin when viewing table rows seems extremely cluttered. This is in contrast to other clients on the Mac. I have attached screenshots to illustrate.
>
> I am unfamiliar with a lot of pgAdmin functionality. But I wonder if it makes sense to not have the following panes hidden by default when view table rows
> - scratch pad
> - query history
> - query editor
>
> Imho, doing so could improve the user experience
>
> --Luther


--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"


Re: Visual clutter in default view when viewing table data

От
Luther Goh Lu Feng
Дата:
> One thing that helps with readability is intercalating the colors of the table lines (white, light gray, white, light
gray....). 

Thought it doesnt help with the visual clutter, but I do agree that it is a good enhancement. I am happy to help file a
ticketif that is helpful 

--Luther


On Friday, August 9, 2019, 9:52:18 PM GMT+8, Dave Caughey <caugheyd@gmail.com> wrote:





That would be pretty easy, as the generated HTML has an "even"/"odd" class.

You can even manually alternating row styles by bringing up the browser's developer console (F12) and manually adding
thefollowing rule to the applied styles 

.ui-widget-content.slick-row.even {  background-color: #f8f8f8; }

I'm not suggesting that's that's a sensible user work-around, I'm just pointing out that that's how simple it would
be...  just add the above line to the .CSS file. 

Cheers,
Dave


On Fri, Aug 9, 2019 at 9:39 AM Michel Feinstein <michelfeinstein@gmail.com> wrote:
> One thing that helps with readability is intercalating the colors of the table lines (white, light gray, white, light
gray....).That would be a very nice addition.   
>
> On Fri, Aug 9, 2019, 09:17 Luther Goh Lu Feng <elfgoh@yahoo.com> wrote:
>>
>>
>> Thanks for the note. I have created https://redmine.postgresql.org/issues/4595
>>
>> --Luther
>>
>>
>>
>> On Friday, August 9, 2019, 5:55:31 PM GMT+8, Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
>>
>>
>>
>>
>>
>> Hi Luther,
>>
>> Not everyone would agree on this. But, you can raise a request here
-https://redmine.postgresql.org/projects/pgadmin4/issues/new sothat we can discuss on possible ways to do that. 
>>
>> On Fri, Aug 9, 2019 at 2:31 PM Luther Goh Lu Feng <elfgoh@yahoo.com> wrote:
>>> I notice that the default view in pgAdmin when viewing table rows seems extremely cluttered. This is in contrast to
otherclients on the Mac. I have attached screenshots to illustrate. 
>>>
>>> I am unfamiliar with a lot of pgAdmin functionality. But I wonder if it makes sense to not have the following panes
hiddenby default when view table rows 
>>> - scratch pad
>>> - query history
>>> - query editor
>>>
>>> Imho, doing so could improve the user experience
>>>
>>> --Luther
>>
>>
>> --
>> Thanks and Regards,
>> Aditya Toshniwal
>> Software Engineer | EnterpriseDB India | Pune
>> "Don't Complain about Heat, Plant a TREE"
>>
>>
>>
>



Re: Visual clutter in default view when viewing table data

От
Michel Feinstein
Дата:
Please do. I am at my phone now. 

On Fri, Aug 9, 2019, 11:07 Luther Goh Lu Feng <elfgoh@yahoo.com> wrote:
> One thing that helps with readability is intercalating the colors of the table lines (white, light gray, white, light gray....).

Thought it doesnt help with the visual clutter, but I do agree that it is a good enhancement. I am happy to help file a ticket if that is helpful

--Luther


On Friday, August 9, 2019, 9:52:18 PM GMT+8, Dave Caughey <caugheyd@gmail.com> wrote:





That would be pretty easy, as the generated HTML has an "even"/"odd" class.

You can even manually alternating row styles by bringing up the browser's developer console (F12) and manually adding the following rule to the applied styles

.ui-widget-content.slick-row.even {  background-color: #f8f8f8; }

I'm not suggesting that's that's a sensible user work-around, I'm just pointing out that that's how simple it would be...   just add the above line to the .CSS file.

Cheers,
Dave


On Fri, Aug 9, 2019 at 9:39 AM Michel Feinstein <michelfeinstein@gmail.com> wrote:
> One thing that helps with readability is intercalating the colors of the table lines (white, light gray, white, light gray....). That would be a very nice addition.  
>
> On Fri, Aug 9, 2019, 09:17 Luther Goh Lu Feng <elfgoh@yahoo.com> wrote:
>>
>>
>> Thanks for the note. I have created https://redmine.postgresql.org/issues/4595
>>
>> --Luther
>>
>>
>>
>> On Friday, August 9, 2019, 5:55:31 PM GMT+8, Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
>>
>>
>>
>>
>>
>> Hi Luther,
>>
>> Not everyone would agree on this. But, you can raise a request here -https://redmine.postgresql.org/projects/pgadmin4/issues/new so that we can discuss on possible ways to do that.
>>
>> On Fri, Aug 9, 2019 at 2:31 PM Luther Goh Lu Feng <elfgoh@yahoo.com> wrote:
>>> I notice that the default view in pgAdmin when viewing table rows seems extremely cluttered. This is in contrast to other clients on the Mac. I have attached screenshots to illustrate.
>>>
>>> I am unfamiliar with a lot of pgAdmin functionality. But I wonder if it makes sense to not have the following panes hidden by default when view table rows
>>> - scratch pad
>>> - query history
>>> - query editor
>>>
>>> Imho, doing so could improve the user experience
>>>
>>> --Luther
>>
>>
>> --
>> Thanks and Regards,
>> Aditya Toshniwal
>> Software Engineer | EnterpriseDB India | Pune
>> "Don't Complain about Heat, Plant a TREE"
>>
>>
>>
>

Re: Visual clutter in default view when viewing table data

От
Luther Goh Lu Feng
Дата:

Created https://redmine.postgresql.org/issues/4598




On Friday, August 9, 2019, 10:08:54 PM GMT+8, Michel Feinstein <michelfeinstein@gmail.com> wrote:





Please do. I am at my phone now. 

On Fri, Aug 9, 2019, 11:07 Luther Goh Lu Feng <elfgoh@yahoo.com> wrote:
>> One thing that helps with readability is intercalating the colors of the table lines (white, light gray, white,
lightgray....).  
>
> Thought it doesnt help with the visual clutter, but I do agree that it is a good enhancement. I am happy to help file
aticket if that is helpful 
>
> --Luther
>
>
> On Friday, August 9, 2019, 9:52:18 PM GMT+8, Dave Caughey <caugheyd@gmail.com> wrote:
>
>
>
>
>
> That would be pretty easy, as the generated HTML has an "even"/"odd" class.
>
> You can even manually alternating row styles by bringing up the browser's developer console (F12) and manually adding
thefollowing rule to the applied styles 
>
> .ui-widget-content.slick-row.even {  background-color: #f8f8f8; }
>
> I'm not suggesting that's that's a sensible user work-around, I'm just pointing out that that's how simple it would
be...  just add the above line to the .CSS file. 
>
> Cheers,
> Dave
>
>
> On Fri, Aug 9, 2019 at 9:39 AM Michel Feinstein <michelfeinstein@gmail.com> wrote:
>> One thing that helps with readability is intercalating the colors of the table lines (white, light gray, white,
lightgray....). That would be a very nice addition.   
>>
>> On Fri, Aug 9, 2019, 09:17 Luther Goh Lu Feng <elfgoh@yahoo.com> wrote:
>>>
>>>
>>> Thanks for the note. I have created https://redmine.postgresql.org/issues/4595
>>>
>>> --Luther
>>>
>>>
>>>
>>> On Friday, August 9, 2019, 5:55:31 PM GMT+8, Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
>>>
>>>
>>>
>>>
>>>
>>> Hi Luther,
>>>
>>> Not everyone would agree on this. But, you can raise a request here
-https://redmine.postgresql.org/projects/pgadmin4/issues/new sothat we can discuss on possible ways to do that. 
>>>
>>> On Fri, Aug 9, 2019 at 2:31 PM Luther Goh Lu Feng <elfgoh@yahoo.com> wrote:
>>>> I notice that the default view in pgAdmin when viewing table rows seems extremely cluttered. This is in contrast
toother clients on the Mac. I have attached screenshots to illustrate. 
>>>>
>>>> I am unfamiliar with a lot of pgAdmin functionality. But I wonder if it makes sense to not have the following
paneshidden by default when view table rows 
>>>> - scratch pad
>>>> - query history
>>>> - query editor
>>>>
>>>> Imho, doing so could improve the user experience
>>>>
>>>> --Luther
>>>
>>>
>>> --
>>> Thanks and Regards,
>>> Aditya Toshniwal
>>> Software Engineer | EnterpriseDB India | Pune
>>> "Don't Complain about Heat, Plant a TREE"
>>>
>>>
>>>
>>
>