Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
395 stars 73 forks source link

bug(Templates): Fix missing settings + remove some settings #1206

Closed Kruptein closed 1 year ago

Kruptein commented 1 year ago

Templates are a way to save a shape with some settings pre-filled for later re-use. Since introducing templates, they haven't been updated to match new features and are thus missing some data that one would expect to be saved.

The following data is now also saved:

While revisiting these keys, I've also removed some settings that are no longer saved. The settings I've removed felt too situational to be saved as a general setting. Ideally at some point while saving a template, you would get the option to choose which things are saved on a more fine-grained level, allowing you to save these after all for specific cases. But alas we're not there yet.

The following data is no longer saved:

If you frequently save templates with one of these specifically in mind, feel free to mention something here or on discord and we'll see if I want to adjust my vision or prioritise the aforementioned granular saving implementation.

Fixes #1204