pgAdmin 4 commit: Factor out client side settings functions into their - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Factor out client side settings functions into their
Date
Msg-id E1YLZYp-00008j-AK@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Factor out client side settings functions into their own JS file,
and add additional variations for getting ints, floats and bools.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=afb029e284f78c8d87407614a8d76e4e74ecf983

Modified Files
--------------
web/pgadmin/browser/templates/browser/body.html |   26 ++-----------
web/pgadmin/static/js/main.js                   |    1 -
web/pgadmin/templates/base.html                 |    4 +-
web/pgadmin/templates/js/settings.js            |   47 +++++++++++++++++++++++
4 files changed, 54 insertions(+), 24 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Allow multiple settings to be stored at once to avoid
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Use minified output when not in debug mode, and non-m