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 1qzysN-002QYo-Nk for pgadmin-hackers@arkaria.postgresql.org; Mon, 06 Nov 2023 12:38:43 +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 1qzysM-00FKWq-AM for pgadmin-hackers@arkaria.postgresql.org; Mon, 06 Nov 2023 12:38:42 +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 1qzysM-00FKWi-2g for pgadmin-hackers@lists.postgresql.org; Mon, 06 Nov 2023 12:38:42 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qzysF-004ETg-EB for pgadmin-hackers@lists.postgresql.org; Mon, 06 Nov 2023 12:38:40 +0000 Received: from github.com (hubbernetes-node-a11acc2.ash1-iad.github.net [10.56.143.34]) by smtp.github.com (Postfix) with ESMTPA id 772A0100D1F for ; Mon, 6 Nov 2023 04:38:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699274314; bh=r6Dusd7vcWpqTp7kVx2ow1beM6xvYlLKuxVCz43m41s=; h=Date:From:To:Subject:From; b=dPXLLM0zjuOFF2jF1YM4kIhdbhA89FDmAQKgvYna6C7u2qv2V8Yx0mVZi8EF9P8NE 68mjCsXWYo8LZpth5yikOeLHe0mLFjbYbCgO4sBhjEbMhiV/YlF1C8ziktg+WHw77A w9EEWvkGKSbZJn+heBRIJuMThJWCRSJQn/vc7COs= Date: Mon, 06 Nov 2023 04:38:34 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] ef0b30: 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: ef0b30b1cac8f5b18798bada20cf943c56df14c4 https://github.com/pgadmin-org/pgadmin4/commit/ef0b30b1cac8f5b18798bada20cf943c56df14c4 Author: Aditya Toshniwal Date: 2023-11-06 (Mon, 06 Nov 2023) Changed paths: M docs/en_US/release_notes_7_9.rst M web/pgadmin/dashboard/static/js/SystemStats/Storage.jsx M web/pgadmin/preferences/static/js/components/PreferencesComponent.jsx M web/pgadmin/static/js/QuickSearch/index.jsx M web/pgadmin/static/js/SchemaView/FormView.jsx M web/pgadmin/static/js/helpers/Notifier.jsx M web/pgadmin/static/js/helpers/withStandardTabInfo.jsx M web/pgadmin/tools/debugger/static/js/components/DebuggerArgumentComponent.jsx M web/pgadmin/tools/schema_diff/static/js/SchemaDiffModule.js M web/pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx M web/pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx Log Message: ----------- Continue fixing multiple UI issues found when testing wcDocker changes. #6479