Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: b11b2a2f50aa6f069d5cb21a6f0b7e8d2393e6ec https://github.com/pgadmin-org/pgadmin4/commit/b11b2a2f50aa6f069d5cb21a6f0b7e8d2393e6ec Author: Aditya Toshniwal <aditya.toshni...@enterprisedb.com> Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths: M docs/en_US/code_overview.rst M docs/en_US/coding_standards.rst M web/.yarnrc.yml M web/config.py M web/pgadmin/browser/static/js/browser.js M web/pgadmin/misc/bgprocess/static/js/Processes.jsx M web/pgadmin/misc/dependencies/static/js/Dependencies.jsx M web/pgadmin/misc/dependents/static/js/Dependents.jsx M web/pgadmin/misc/properties/CollectionNodeProperties.jsx M web/pgadmin/misc/sql/static/js/SQL.jsx M web/pgadmin/misc/statistics/static/js/Statistics.jsx M web/pgadmin/static/js/BrowserComponent.jsx M web/pgadmin/static/js/SchemaView/index.jsx M web/pgadmin/static/js/Theme/index.jsx M web/pgadmin/static/js/Theme/overrides/rcdock.override.js M web/pgadmin/static/js/ToolView.jsx M web/pgadmin/static/js/components/Buttons.jsx M web/pgadmin/static/js/components/PgTable.jsx M web/pgadmin/static/js/components/PgTree/FileTreeX/index.tsx M web/pgadmin/static/js/helpers/Layout/index.jsx M web/pgadmin/static/js/helpers/Notifier.jsx M web/pgadmin/static/scss/_pgadmin.style.scss M web/pgadmin/templates/base.html M web/pgadmin/tools/debugger/static/js/components/DebuggerArgumentComponent.jsx M web/pgadmin/tools/sqleditor/static/js/components/sections/MainToolBar.jsx M web/webpack.config.js Log Message: ----------- Continue fixing multiple UI and SonarQube issues found when testing wcDocker changes. #6479