gramps-project / gramps-web

Open Source Online Genealogy System
https://www.grampsweb.org
GNU Affero General Public License v3.0
460 stars 60 forks source link

Feature - save family tree view settings #67

Open OJ7 opened 2 years ago

OJ7 commented 2 years ago

Whenever I go to the family tree view, I usually change it to vertical view with 5 ancestors/descendants. I have to do this each time I open up the website. It would be nice to have this persist across sessions.

DavidMStraub commented 2 years ago

Yes, good idea.

If somebody wants to implement this:

GrampsjsViewGraph has a property settings that is an object that contains all the settings (synced with LocalStorage). So, just need to implement two things:

BlitzundBogen commented 8 months ago

I could try to solve this. 😄