[pgAdmin4][Patch]: RM 1253 - Store and reload current location in treeview - Mailing list pgadmin-hackers

From Khushboo Vashi
Subject [pgAdmin4][Patch]: RM 1253 - Store and reload current location in treeview
Date
Msg-id CAFOhELd7hoNOgFww=ur7J=9AqjuLAmqaOd49=h_dPJ=+ibu_hQ@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: RM 1253 - Store and reload current location in treeview
List 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

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][RM3561] Can't edit Sort/Filter Options after losingdatabase connection
Next
From: Akshay Joshi
Date:
Subject: [pgAdmin4][Patch]: RM #3420 Merge latest code of pgcli with pgAdmin4