Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qwJyj-00B5DU-LY for pgadmin-hackers@arkaria.postgresql.org; Fri, 27 Oct 2023 10:22:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qwJyi-00ERMO-Ak for pgadmin-hackers@arkaria.postgresql.org; Fri, 27 Oct 2023 10:22:08 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qwJyi-00ERLk-20 for pgadmin-hackers@lists.postgresql.org; Fri, 27 Oct 2023 10:22:08 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qwJye-0035aY-NR for pgadmin-hackers@lists.postgresql.org; Fri, 27 Oct 2023 10:22:07 +0000 Received: from github.com (hubbernetes-node-d079f70.ash1-iad.github.net [10.56.159.31]) by smtp.github.com (Postfix) with ESMTPA id D5E386011AD for ; Fri, 27 Oct 2023 03:22:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698402122; bh=FXkd0D/hCMyADTsEWN9zQU4gvPZ0zTENY2TPvINikqc=; h=Date:From:To:Subject:From; b=QcGYDEfw+aV/vNJ+sDCgh4cKA2Z+m/PZQ7Xy/KVVfSVTSG5YGEM3aloNwSRfGoo/M coxElFLXZz5sLD5PU7IY3018BHx4LiIsmUoEUj0rC8z7F+9qV7HglYi9sWcvyP1Rp5 1iFvObLAgpFnwN7CxaotTvta26U5OuxCvL9fGKV8= Date: Fri, 27 Oct 2023 03:22:02 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] b11b2a: Continue fixing multiple UI and SonarQube issues f... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: b11b2a2f50aa6f069d5cb21a6f0b7e8d2393e6ec https://github.com/pgadmin-org/pgadmin4/commit/b11b2a2f50aa6f069d5cb21a6f0b7e8d2393e6ec Author: Aditya Toshniwal 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