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 1qyD3d-006qRT-CR for pgadmin-hackers@arkaria.postgresql.org; Wed, 01 Nov 2023 15:23:01 +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 1qyD3b-007caq-3y for pgadmin-hackers@arkaria.postgresql.org; Wed, 01 Nov 2023 15:22:59 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qyD3a-007cai-RR for pgadmin-hackers@lists.postgresql.org; Wed, 01 Nov 2023 15:22:58 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qyD3Y-003Snl-19 for pgadmin-hackers@lists.postgresql.org; Wed, 01 Nov 2023 15:22:57 +0000 Received: from github.com (hubbernetes-node-921c391.ac4-iad.github.net [10.52.142.39]) by smtp.github.com (Postfix) with ESMTPA id D9FE15E12EB for ; Wed, 1 Nov 2023 08:22:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698852174; bh=lu5t6eDisNSXC3xuGE5TiebWCI9kx70CVYdDYE8fgVI=; h=Date:From:To:Subject:From; b=d72I+69O1snxU8kLr64capg6///BJaTVdWd4RBtErlYE0BUIAQ3iAIfqCPSnLE26Y /6tu0Da0wx8KyI5lmUu/AlWlv36ruRUdzk4Z2YQTReyIUScDZ9AiObtuiXPNknpB2I muxr/65vJYzFh/P1dcCDZhnHEbLlWeeVyy3q9wLs= Date: Wed, 01 Nov 2023 08:22:54 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 17acce: Continue fixing multiple UI issues found when test... 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: 17acce3e7bbb0290f0824b4e043a0937e0927923 https://github.com/pgadmin-org/pgadmin4/commit/17acce3e7bbb0290f0824b4e043a0937e0927923 Author: Aditya Toshniwal Date: 2023-11-01 (Wed, 01 Nov 2023) Changed paths: M .github/dependabot.yml M web/pgadmin/browser/static/js/node.js M web/pgadmin/misc/properties/ObjectNodeProperties.jsx M web/pgadmin/preferences/static/js/store.js M web/pgadmin/static/js/BrowserComponent.jsx M web/pgadmin/static/js/PgTreeView/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/components/CodeMirror.jsx M web/pgadmin/static/js/helpers/Layout/index.jsx M web/pgadmin/static/js/helpers/Notifier.jsx M web/pgadmin/static/js/helpers/withStandardTabInfo.jsx M web/pgadmin/tools/erd/static/js/ERDModule.js M web/pgadmin/tools/sqleditor/static/js/SQLEditorModule.js M web/pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx Log Message: ----------- Continue fixing multiple UI issues found when testing wcDocker changes. #6479