Re: SCSS Minor SonarQube fixes - Mailing list pgadmin-hackers

From Pramod Ahire
Subject Re: SCSS Minor SonarQube fixes
Date
Msg-id 51FE70EB-0AA2-4EAF-AE18-F6812CB48B7F@enterprisedb.com
Whole thread Raw
In response to Re: SCSS Minor SonarQube fixes  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
Responses Re: SCSS Minor SonarQube fixes  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List pgadmin-hackers

Thanks Aditys ! Updated patch accordingly.

 

Please do let me know if anything else.

 

Pramod Ahire

Software Engineer

 

https://lh4.googleusercontent.com/U1erEuyI_d0xEUA0CrKjwx9aWQ52HNCxc38dMsLP-ZrLgfVNrhsrNobxlmeOdb1kMPtrrxcUwEHZgbGJC4R0qR4r1sBZa_z9R8ihFRaP2Hr_Wnhq6HcIQHe1ZoviDPwUkTdzNcg

 

C: +91-020-66449600/601

D: +91-9028697679

edbpostgres.com

 

 

From: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>
Date: Thursday, 27 August 2020 at 1:08 PM
To: Pramod Ahire <pramod.ahire@enterprisedb.com>
Cc: pgadmin-hackers <pgadmin-hackers@postgresql.org>, Akshay Joshi <akshay.joshi@enterprisedb.com>
Subject: Re: SCSS Minor SonarQube fixes

 

Hi Pramod,

 

-  font-family: monospace, monospace;
+  font-family: 'Roboto Mono', monospace;

 

We do not use Roboto for codemirror. Please revert the change. Regarding "monospace, monospace;", this is required by firefox.

 

On Thu, Aug 27, 2020 at 1:06 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:

Hi Aditya

 

Can you please review the patch?

 

On Thu, Aug 27, 2020 at 11:25 AM Pramod Ahire <pramod.ahire@enterprisedb.com> wrote:

Hi,

 

Please find attached minor fixes for sonarqube, which includes changes as below:

 

  • Removed duplicate CSS declaration
  • Added proper font with font-family

 

Please do let me know if any changes or missed.

 

Pramod Ahire

Software Engineer

 

https://lh4.googleusercontent.com/U1erEuyI_d0xEUA0CrKjwx9aWQ52HNCxc38dMsLP-ZrLgfVNrhsrNobxlmeOdb1kMPtrrxcUwEHZgbGJC4R0qR4r1sBZa_z9R8ihFRaP2Hr_Wnhq6HcIQHe1ZoviDPwUkTdzNcg

 

C: +91-020-66449600/601

D: +91-9028697679

edbpostgres.com

 



--

Thanks & Regards

Akshay Joshi

pgAdmin Hacker | Sr. Software Architect

EDB Postgres

Mobile: +91 976-788-8246


 

--

Thanks,

Aditya Toshniwal

pgAdmin hacker | Sr. Software Engineer | edbpostgres.com

"Don't Complain about Heat, Plant a TREE"

Attachment

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][Patch] RM4216 - Schema list does not support standard_conforming_strings set to off
Next
From: Murtuza Zabuawala
Date:
Subject: Re: pgAdmin 4 commit: Fixed cognitive complexity issues and added some more