grislyeye / vellum-sheet

Web component for displaying 5th Edition character sheets
Apache License 2.0
4 stars 1 forks source link

Make sheet elements editable #13

Open rg-wood opened 3 years ago

rg-wood commented 3 years ago

Make sheet elements editable so that players can use them online.

This will require some sort of optional persistence, probably in Web Storage, IndexedDB or cookies.

Perhaps support for API storage, maybe in Firebase?

rg-wood commented 3 years ago

Bear this in mind:

https://snyk.io/blog/is-localstorage-safe-to-use/

rg-wood commented 2 years ago

Completed in eac5a4f30e0c68daaa2b9603d7a2a455817968fc.

rg-wood commented 2 years ago

Actually, this is only partially completed: the demo character sheet should also demonstrate this feature.