pgAdmin 4 commit: Replace the existing color picker - spectrum-colorpic

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Replace the existing color picker - spectrum-colorpic
Date: 2020-04-03 11:43:04
Message-ID: E1jKKj2-0001Xj-LP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Replace the existing color picker - spectrum-colorpicker with @simonwep/pickr.

spectrum-colorpicker has accessibility issues and is not maintained since long

Part of #5197

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=824e3866d86cfcafef9394a175cd2590227a6c28
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
web/package.json | 2 +-
web/pgadmin/static/css/style.css | 1 -
web/pgadmin/static/js/backform.pgadmin.js | 109 +++++++----
web/pgadmin/static/scss/_pickr.overrides.scss | 19 ++
web/pgadmin/static/scss/pgadmin.scss | 1 +
web/webpack.shim.js | 6 +-
web/webpack.test.config.js | 2 +-
web/yarn.lock | 248 ++------------------------
8 files changed, 120 insertions(+), 268 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-03 11:44:23 Re: [Accessibility] Parse & validate the web pages
Previous Message Aditya Toshniwal 2020-04-03 09:13:49 Re: [pgAdmin][RM2172] Search Objects Functionality