pgAdmin 4 commit: Save the treeview state periodically, and restore it

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Save the treeview state periodically, and restore it
Date: 2018-10-08 09:03:25
Message-ID: E1g9RRl-0003Oa-Tm@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Save the treeview state periodically, and restore it automatically when reconnecting. Fixes #1253

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=528ea88deceacd593fc9e92b083e03f3b849fba9
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_3_5.rst | 18 ++
.../browser/register_browser_preferences.py | 10 +
.../browser/server_groups/servers/__init__.py | 3 +-
web/pgadmin/browser/static/js/browser.js | 21 +-
web/pgadmin/browser/static/js/node.js | 17 +-
web/pgadmin/browser/static/js/preferences.js | 3 +
web/pgadmin/preferences/static/js/preferences.js | 1 +
web/pgadmin/settings/__init__.py | 54 +++-
.../static/js/tree/pgadmin_tree_save_state.js | 331 +++++++++++++++++++++
.../tree/pgadmin_tree_state_save_spec.js | 242 +++++++++++++++
11 files changed, 680 insertions(+), 21 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-10-08 09:03:31 Re: [pgAdmin4][Patch]: RM 1253 - Store and reload current location in treeview
Previous Message Usman Muzaffar 2018-10-08 08:07:53 Patch for setting preferences with user id