rpg-apps / characters

An application for creating and saving your DW characters
GNU General Public License v3.0
1 stars 2 forks source link

Use JSON forms #39

Closed idanstark42 closed 2 years ago

idanstark42 commented 2 years ago

Use the JSON forms package instead of there in-house implementation that exists now. This requires an adapter to translate from the rpg-yaml types to the json-forms scheme.

idanstark42 commented 2 years ago

Done in #42