Re: Visual clutter in default view when viewing table data

Поиск
Список
Период
Сортировка
От Luther Goh Lu Feng
Тема Re: Visual clutter in default view when viewing table data
Дата
Msg-id 1503416754.3239612.1565359633997@mail.yahoo.com
обсуждение исходный текст
Ответ на Re: Visual clutter in default view when viewing table data  (Dave Caughey <caugheyd@gmail.com>)
Ответы Re: Visual clutter in default view when viewing table data  (Michel Feinstein <michelfeinstein@gmail.com>)
Список pgadmin-support
> 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"
>>
>>
>>
>



В списке pgadmin-support по дате отправления:

Предыдущее
От: Dave Caughey
Дата:
Сообщение: Re: Visual clutter in default view when viewing table data
Следующее
От: Michel Feinstein
Дата:
Сообщение: Re: Visual clutter in default view when viewing table data