| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: 1) Added accessibility support in AlertifyJS. Fixes # |
| Date: | 2020-02-25 12:55:11 |
| Message-ID: | E1j6Zjz-00034D-9P@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
1) Added accessibility support in AlertifyJS. Fixes #5154
2) Fix accessibility issue for the maximize button of the Alertify dialog. Fixes #5143
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=eaf4781f5f4ad0e9078a89e2f171df30b9935a59
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>
Modified Files
--------------
docs/en_US/release_notes_4_19.rst | 2 ++
web/package.json | 2 +-
web/pgadmin/static/js/alertify/dialog_wrapper.js | 2 +-
web/pgadmin/static/js/utils.js | 1 +
web/pgadmin/static/scss/_alertify.overrides.scss | 7 +++++++
web/pgadmin/tools/backup/static/js/backup_dialog_wrapper.js | 3 ++-
web/yarn.lock | 5 ++---
7 files changed, 16 insertions(+), 6 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Akshay Joshi | 2020-02-25 12:56:00 | Re: [pgAdmin][RM5154] [Accessibility] : Alertify |
| Previous Message | Pradip Parkale | 2020-02-25 10:02:03 | Re: [pgAdmin][RM5154] [Accessibility] : Alertify |