Re: Visual clutter in default view when viewing table data - Mailing list pgadmin-support

From Luther Goh Lu Feng
Subject Re: Visual clutter in default view when viewing table data
Date
Msg-id 1891848392.3276008.1565361938544@mail.yahoo.com
Whole thread Raw
In response to Re: Visual clutter in default view when viewing table data  (Michel Feinstein <michelfeinstein@gmail.com>)
List pgadmin-support

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"
>>>
>>>
>>>
>>
>



pgadmin-support by date:

Previous
From: Michel Feinstein
Date:
Subject: Re: Visual clutter in default view when viewing table data
Next
From: Avin Kavish
Date:
Subject: Re: Is it possible to view related table when clicking on relational field?