Re: [pgAdmin][patch] React based Modal provider to replace Altertify alert

2021-12-02 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Dec 3, 2021 at 12:11 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch adds a React based modal provider to pgAdmin. It can be > used to create modals on the fly. > Based on this, I've created two functions - alert

[pgAdmin][patch] React based Modal provider to replace Altertify alert

2021-12-02 Thread Aditya Toshniwal
Hi Hackers, Attached patch adds a React based modal provider to pgAdmin. It can be used to create modals on the fly. Based on this, I've created two functions - alert and confirm in the Notifier. This will help to replace Alertify alert and confirm. Please review. -- Thanks, Aditya Toshniwal pg