From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Initial cut at saving/retrieving the main browser lay |
Date: | 2015-02-11 10:03:11 |
Message-ID: | E1YLU8V-0005Mk-4b@gothos.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Initial cut at saving/retrieving the main browser layout.
Still needs some work to:
- Minimise AJAX calls by writing multiple settings at once.
- Move the settings storage/retrieval JS code into a global file
- Avoid using synchronous AJAX calls in the main thread
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e9951040003c9b699fa2f028409976a0ec19484a
Modified Files
--------------
web/pgadmin/browser/templates/browser/body.html | 106 ++++++++++++++++-------
web/pgadmin/settings/__init__.py | 37 ++++++++
web/pgadmin/settings/settings_model.py | 47 ++++++++++
web/pgadmin/settings/views.py | 50 +++++++++++
web/pgadmin/templates/base.html | 1 +
web/pgadmin/utils/views.py | 1 -
web/settings/__init__.py | 79 -----------------
web/settings/settings_model.py | 49 -----------
web/setup.py | 2 +-
9 files changed, 211 insertions(+), 161 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2015-02-11 12:51:18 | pgAdmin 4 commit: Allow multiple settings to be stored at once to avoid |
Previous Message | Dave Page | 2015-02-06 13:17:21 | Re: pgAdmin4 HTML5 corrections |