Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: ff9daec5ec8c068f2520e30c67e24518179f9e6c https://github.com/pgadmin-org/pgadmin4/commit/ff9daec5ec8c068f2520e30c67e24518179f9e6c Author: Aditya Toshniwal <aditya.toshni...@enterprisedb.com> Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths: M runtime/src/js/pgadmin.js M web/pgadmin/browser/__init__.py A web/pgadmin/browser/static/js/MainMenuFactory.js M web/pgadmin/browser/static/js/browser.js M web/pgadmin/browser/static/js/layout.js R web/pgadmin/browser/static/js/main_menu.js R web/pgadmin/browser/static/js/menu.js R web/pgadmin/browser/static/js/new_menu.js M web/pgadmin/browser/static/js/quick_search/menuitems_help.js M web/pgadmin/browser/templates/browser/index.html M web/pgadmin/browser/templates/browser/js/utils.js R web/pgadmin/browser/templates/browser/macros/gravatar_icon.macro R web/pgadmin/browser/templates/browser/macros/static_user_icon.macro M web/pgadmin/static/bundle/app.js A web/pgadmin/static/js/AppMenuBar.jsx M web/pgadmin/static/js/Theme/index.jsx M web/pgadmin/static/js/components/Menu.jsx A web/pgadmin/static/js/helpers/Menu.js M web/pgadmin/static/scss/_pgadmin.style.scss M web/regression/feature_tests/pg_utilities_backup_restore_test.py M web/regression/feature_tests/pg_utilities_maintenance_test.py M web/regression/feature_tests/view_data_dml_queries.py M web/regression/feature_tests/xss_checks_pgadmin_debugger_test.py M web/regression/feature_tests/xss_checks_roles_control_test.py M web/regression/feature_utils/locators.py M web/regression/feature_utils/pgadmin_page.py M web/regression/javascript/browser/layout_spec.js M web/webpack.shim.js Log Message: ----------- Rewrite pgAdmin main menu bar to use React. #5615