[pgAdmin4][Patch]: RM 1253 - Store and reload current location in treeview

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM 1253 - Store and reload current location in treeview
Date: 2018-08-24 04:38:09
Message-ID: CAFOhELd7hoNOgFww=ur7J=9AqjuLAmqaOd49=h_dPJ=+ibu_hQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the attached patch for RM #1253 - Store and reload current
location in treeview

Feature Details:
- The current tree state will be stored in the sqlite database.
- The time interval to store the tree state is configurable via preferences
and the default is 30 secs.
-1 can be used to stop the tree saving functionality,
- On window unload the current tree state will be saved.
- On Reload, while opening the server, the stored path will be populated.
- On closing the node the saved will be updated accordingly.
- Jasmine test cases are included.

Thanks,
Khushboo

Attachment Content-Type Size
RM_1253.patch text/x-patch 23.1 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-08-24 05:24:55 [pgAdmin4][Patch]: RM #3420 Merge latest code of pgcli with pgAdmin4
Previous Message Akshay Joshi 2018-08-22 11:11:43 Re: [pgAdmin4][RM3561] Can't edit Sort/Filter Options after losing database connection