Re: [pgAdmin4][Patch]: Allow user to choose background colour for server

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: Allow user to choose background colour for server
Date: 2017-11-20 16:19:41
Message-ID: CAKKotZQygjJi5SOjAwYH_DGixiYLzqatqGGMU=B1dAWa3ktTug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Dave,

PFA updated patch.

On Mon, Nov 20, 2017 at 6:48 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> Hi
>
> On Fri, Nov 17, 2017 at 9:30 AM, Murtuza Zabuawala <murtuza.zabuawala@
> enterprisedb.com> wrote:
>
>> Hi Dave,
>>
>> PFA updated patch.
>>
>> On Thu, Nov 16, 2017 at 6:34 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>>
>>> Hi
>>>
>>> Looks good. A few changes/suggestions:
>>>
>>> - There seem to be some debugger calls left in the code, e.g. in
>>> editors.js
>>>
>> ​Fixed
>>
>>> - Instead of bgcolor and font_color, lets use bgcolor and fgcolor
>>> (foreground).
>>>
>> ​Fixed​
>>
>>
>>> - The docs are (technically) en_US, so we should use color not colour in
>>> them.
>>>
>> ​Fixed​
>>
>>
>>> - If the colours have been set for a server, I think we should also
>>> colour the title bar in the query tool. The only possible problem there is
>>> that the current default colours are reversed in comparison to the treeview
>>> (e.g. the treeview defaults to black text, whilst the query tool title bar
>>> is white on blue. Not sure if that is really an issue or not.
>>>
>> What do you think?
>>>
>> ​I have added logic to set the background & foreground colour in query
>> tool & datagrid title bar.
>> - Default title bar colours, b
>> ackground
>> ​: blue
>> foreground
>> ​: white
>> [
>> ​w​
>> hat we have right now]
>> - When user has custom background colour for the server​,
>> b
>> ackground
>> ​: <
>> custom background colour
>> >
>> foreground
>> ​: black
>> - When user has custom background colour as well as foreground colour for
>> the server​,
>> b
>> ackground
>> ​: <
>> custom background colour
>> >
>> foreground
>> ​:
>> <
>> custom
>> ​foreground
>> colour
>> >
>>
>
> I think this looks good now for the most part, except:
>
> - The default colours for the title bar on the query tool seem to be black
> on white. See the first screenshot.
>
​Fixed​

>
> - If I just set the foreground colour for a connection, it only shows up
> in the query tool title, not on the treeview (and the query tool title has
> a white background (which does seem reasonable, as the treeview would as
> well). See the second screenshot.
>
​Fixed.​

>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

Attachment Content-Type Size
RM_1383_v5.diff text/plain 200.1 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-20 16:20:51 Re: [pgAdmin4][Patch]: RM #2781 - New option to set the quotation mark for copying to clipboard.
Previous Message Khushboo Vashi 2017-11-20 16:09:42 Re: [pgAdmin4][Patch]: RM #2781 - New option to set the quotation mark for copying to clipboard.