pgAdmin 4 commit: 1) Added spacing for message and loading spinner.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Added spacing for message and loading spinner.
Date: 2021-12-21 12:30:33
Message-ID: E1mzeHp-0003Al-Az@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Added spacing for message and loading spinner.
2) Rename the GrantWizard Dialog.
3) Return the activeStep from disableNextStep function.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=02b83146bee791d3fbc34aa4e419c5090d8f9661

Modified Files
--------------
web/pgadmin/static/js/components/Loader.jsx | 5 ++++-
web/pgadmin/static/js/helpers/wizard/Wizard.jsx | 2 +-
web/pgadmin/static/js/helpers/wizard/WizardStep.jsx | 2 --
.../tools/grant_wizard/static/js/GrantWizard.jsx | 2 +-
.../tools/grant_wizard/static/js/grant_wizard.js | 20 ++++++++++----------
5 files changed, 16 insertions(+), 15 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-12-21 12:42:23 pgAdmin 4 commit: Fixed QueryToolJourneyTest feature test.
Previous Message Yogesh Mahajan 2021-12-21 11:00:19 Re: Feature Test Fix - React porting