pgAdmin 4 commit: 1. Date time control not working on firefox.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1. Date time control not working on firefox.
Date: 2021-09-29 08:13:51
Message-ID: E1mVUit-0007MZ-OU@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1. Date time control not working on firefox.
2. Replace moment with date-fns in date time control as date-fns is more maintained.

Fixes #6816

Branch
------
master

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

Modified Files
--------------
web/package.json | 46 +++++++--------
.../pgagent/schedules/static/js/pga_schedule.ui.js | 8 +--
.../servers/roles/static/js/role.ui.js | 3 +-
.../static/js/components/FormComponents.jsx | 66 ++++++++++++++--------
web/yarn.lock | 11 +++-
5 files changed, 81 insertions(+), 53 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-29 08:14:06 Re: [pgAdmin][RM6816] Date time control related fixes
Previous Message Aditya Toshniwal 2021-09-29 08:04:20 [pgAdmin][RM6816] Date time control related fixes