pgAdmin 4 commit: Added aria-label attribute wherever missing for acces

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added aria-label attribute wherever missing for acces
Date: 2020-01-01 05:21:59
Message-ID: E1imWSF-0002v4-8B@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added aria-label attribute wherever missing for accessibility.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8c4dff057fcb44dda760bebe0ae085d0960091ba
Author: Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/static/js/toolbar.js | 5 ++++-
web/pgadmin/browser/static/js/wizard.js | 8 ++++----
web/pgadmin/preferences/static/js/preferences.js | 1 +
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 2 ++
web/pgadmin/static/js/backform.pgadmin.js | 4 ++--
web/pgadmin/static/js/backgrid.pgadmin.js | 2 +-
web/pgadmin/static/js/sqleditor/filter_dialog.js | 1 +
web/pgadmin/tools/backup/static/js/backup_dialog_wrapper.js | 1 +
web/pgadmin/tools/datagrid/static/js/show_data.js | 1 +
web/pgadmin/tools/datagrid/templates/datagrid/index.html | 4 ++--
web/pgadmin/tools/debugger/templates/debugger/direct.html | 6 ++++++
web/pgadmin/tools/maintenance/static/js/maintenance.js | 1 +
web/pgadmin/tools/restore/static/js/restore_dialog_wrapper.js | 1 +
13 files changed, 27 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-01-01 05:22:50 Re: [RM4772] [Accessibility] aria-label in missing places
Previous Message Nagesh Dhope 2019-12-31 13:46:52 [RM4772] [Accessibility] aria-label in missing places