Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: a48828e7a30f49ddedd28a8106a0753b2b7447c3 https://github.com/pgadmin-org/pgadmin4/commit/a48828e7a30f49ddedd28a8106a0753b2b7447c3 Author: Nikhil Mohite <nikhil.moh...@enterprisedb.com> Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths: M runtime/src/js/pgadmin.js M web/pgadmin/browser/__init__.py M web/pgadmin/browser/static/js/MainMenuFactory.js M web/pgadmin/browser/static/js/browser.js R web/pgadmin/browser/static/js/runtime.js M web/pgadmin/static/js/helpers/Menu.js M web/pgadmin/static/js/utils.js M web/pgadmin/tools/debugger/static/js/DebuggerModule.js M web/pgadmin/tools/debugger/static/js/components/DebuggerArgumentComponent.jsx M web/pgadmin/tools/schema_diff/static/js/SchemaDiffModule.js M web/webpack.shim.js Log Message: ----------- Improve performance by removing signal-based zoom-in, zoom-out, etc functionality from the runtime environment. #5723