Port About dialog to React. Fixes #7567 Branch ------ master
Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=81f52a82c80885cb99da9369d376496bb5b4cfc4 Modified Files -------------- docs/en_US/release_notes.rst | 1 + docs/en_US/release_notes_6_13.rst | 20 +++ web/pgadmin/about/__init__.py | 9 +- web/pgadmin/about/static/js/AboutComponent.jsx | 151 +++++++++++++++++++++ web/pgadmin/about/static/js/about.js | 123 +++++++---------- web/pgadmin/about/templates/about/index.html | 47 ------- web/pgadmin/static/js/Theme/index.jsx | 2 + .../static/js/components/FormComponents.jsx | 6 +- web/pgadmin/static/js/helpers/ModalProvider.jsx | 16 ++- 9 files changed, 242 insertions(+), 133 deletions(-)