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 1qxQQZ-000mio-VW for pgadmin-hackers@arkaria.postgresql.org; Mon, 30 Oct 2023 11:27:27 +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 1qxQQX-00DFLv-SA for pgadmin-hackers@arkaria.postgresql.org; Mon, 30 Oct 2023 11:27:25 +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 1qxQQX-00DFLm-KN for pgadmin-hackers@lists.postgresql.org; Mon, 30 Oct 2023 11:27:25 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qxQQU-003oj5-U0 for pgadmin-hackers@lists.postgresql.org; Mon, 30 Oct 2023 11:27:24 +0000 Received: from github.com (hubbernetes-node-e88b482.va3-iad.github.net [10.48.132.35]) by smtp.github.com (Postfix) with ESMTPA id 41C8740CAE for ; Mon, 30 Oct 2023 04:27:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698665241; bh=gmoWc2oorDKTuJZIM1zSS9ur4HqGudo+rnuoL2Wfl94=; h=Date:From:To:Subject:From; b=ZQuixWJjiT/Fw6txPfZTIQiw94Pb1nGaUZejRuq8w0Wxo8BE7zA9IRpX/8bI6IKfO +fh7GbdAUScx++vBlNmsD5eaeTqMivBJSr0b9zzUrS0fGESvTfjKTVZM/a54I0+Z5j YCrreWjFbcFIPPsnQ/6Fpz9uuqCDgkmJwDbzuu8U= Date: Mon, 30 Oct 2023 04:27:21 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] e30d2e: 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: e30d2eca901e5ab16d572b40651890ed99b7c882 https://github.com/pgadmin-org/pgadmin4/commit/e30d2eca901e5ab16d572b40651890ed99b7c882 Author: Aditya Toshniwal Date: 2023-10-30 (Mon, 30 Oct 2023) Changed paths: M docs/en_US/images/main_left_pane.png M docs/en_US/images/toolbar.png M docs/en_US/release_notes_7_9.rst M docs/en_US/toolbar.rst M docs/en_US/tree_control.rst M web/pgadmin/misc/statistics/static/js/Statistics.jsx M web/pgadmin/static/js/components/Buttons.jsx M web/pgadmin/static/js/helpers/Layout/index.jsx M web/pgadmin/static/js/helpers/ObjectExplorerToolbar.jsx M web/pgadmin/tools/sqleditor/static/js/components/sections/Query.jsx Log Message: ----------- Continue fixing multiple UI and SonarQube issues found when testing wcDocker changes. #6479