Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l7D68-00027x-Ls for pgadmin-hackers@arkaria.postgresql.org; Wed, 03 Feb 2021 08:01:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1l7Ce3-0003R5-SS for pgadmin-hackers@arkaria.postgresql.org; Wed, 03 Feb 2021 07:32:11 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l7Ce3-0003Qx-Lo for pgadmin-hackers@lists.postgresql.org; Wed, 03 Feb 2021 07:32:11 +0000 Received: from mail-io1-xd30.google.com ([2607:f8b0:4864:20::d30]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1l7Ce0-0000nr-Sm for pgadmin-hackers@postgresql.org; Wed, 03 Feb 2021 07:32:11 +0000 Received: by mail-io1-xd30.google.com with SMTP id e133so13354919iof.8 for ; Tue, 02 Feb 2021 23:32:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=qzQUWno8YUPmlELwxFoXEvTNYQN+3ExuWK90yeGM+WY=; b=elp+ocjbhZducqKFj+xhKcox93Wj4V6SmEtb4lI/Ykfw6m2De0FNgbTDlrK3Rh2G7u njBI+yPyLODXOMZ90AwJdos87kZF/2zn2SzBzfqV6kBDvaStB3PNo/AHrh6Pj8Oy8st6 SLUi9z7t1JlWt0cSfHlSFFvzJsrKHFO1lvGV266TWiC7BWfUrQpBpeBWCeZQDPzXeGKr W0EoCbNcsC3cSkcfQi3/HU2MfrANqMGUkdTimN6bi5OT2IotyYShtprBvEx0iVgPK/LX TIH+IjfnAKhZMXz2rUD5pvMOcqoc5OBl7MHV7vXyNZ4OmnUGae7LzsEvFloU+LDNVsQ6 Cqqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qzQUWno8YUPmlELwxFoXEvTNYQN+3ExuWK90yeGM+WY=; b=Yp2GTvTtwuhL6bLSrcIPHoxqleydOLyhCpFRcw53J8PjMJm/5mW7yIPUUMSPD0x2KF qbdfzQjPeIPxwtG0Sps67t+YNxl28qjyLhmVQ0xQkSQKbl3TcDjyy9NEGe2Je8JL1kNJ 6aHP2OevSJo/kbJLTGJE3MT6WwG85h7CGgkZNMAio7BrHKzMD8Ikb3GIY94JZTH7DRrj gsxiCQj5ozVFlHQ2CIIMGJL0CqmjiCr+MhPwtCtHd8q/cHHqm1QOxu5XjvG0IKM44sNc +D8zUSg/AaLfVDaR/83xwTyn9p2TOlcOhBKyYtF+MzTubx1tLbOVFXhnYJV3Av0+DVyt mH3w== X-Gm-Message-State: AOAM533fK/nb+vXuxZFcRNHR0+2c7E4PJQW+R4XuObXtmtRkbdILQQYx uPOIRy50FO8oXj1GybAxiBish2iHo9K4WyT7/4632i16/8WCTYs6AXu2CQ0WgnZqCt/PdHbtnl2 3reuXsjghW2E93dXVcWPGP/ddhtc6APMEStDAelO7wvMe1F/O7lvovkffqDieTA1pmSzFxIPELr m7kaUxnT/tM5/qmBhPV/sc0W8fsmKbJeN/QkPfkjMP3vt0jrEjqD5LdyvoYA== X-Google-Smtp-Source: ABdhPJxFzl/K5nhPWgZalZjjK0KVrrCOrZ9kOI6PPWDPPXlCSAunkpv0uheLnnTtLUKWc06yGyTN5QWRI5IHUPJ6IoU= X-Received: by 2002:a5e:d706:: with SMTP id v6mr1500312iom.206.1612337407034; Tue, 02 Feb 2021 23:30:07 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Wed, 3 Feb 2021 12:59:56 +0530 Message-ID: Subject: Re: [pgAdmin][RM5091] Option to hide Statistics, Dependencies, Dependants tab To: Aditya Toshniwal Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="00000000000067a12e05ba698ef8" X-CLOUD-SEC-AV-Info: enterprisedb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000067a12e05ba698ef8 Content-Type: text/plain; charset="UTF-8" Thanks, patch applied. On Tue, Feb 2, 2021 at 5:44 PM Aditya Toshniwal < aditya.toshniwal@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch will allow closing Statistics, Dependencies, Dependants > tabs. The tabs can be added back by right clicking on the tab strip and > selecting "Add panel", similar to that of Dashboard. > Changes are also made to make sure statistics, dependencies, dependants > are fetched only when they're visible, to avoid unnecessary ajax calls. > > Please review. > > -- > Thanks, > Aditya Toshniwal > pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com* > > "Don't Complain about Heat, Plant a TREE" > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --00000000000067a12e05ba698ef8 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, patch applied.

On Tue, Feb 2, 2021 at 5:44 PM A= ditya Toshniwal <ad= itya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Attached patc= h will allow closing=C2=A0Statistics, Dependencies, Dependants tabs. The ta= bs can be added back=C2=A0by right clicking on the tab strip and selecting = "Add panel", similar to that of Dashboard.
Changes are also made to make sure statistics, dependenci= es, dependants are fetched only when they're visible, to avoid unnecessary = ajax calls.

<= span class=3D"gmail_default" style=3D"font-family:verdana,sans-serif">Pleas= e review.

--
Thanks,
Aditya Toshniwal
pgAdmin hacker=C2=A0| Sr. Software Engineer | edb= postgres.com
"Don't Complain about Heat= , Plant a TREE"


--
Thanks & Regards
Akshay Joshi
pgAdmi= n Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246

--00000000000067a12e05ba698ef8--