bharbron / hexbook-semantic

An Electron-React-Redux-Semantic-UI application for automatically generating a hexcrawl campaign notebook from random tables.
5 stars 3 forks source link

handleSubmit for TemplateInputModal #38

Closed bharbron closed 6 years ago

bharbron commented 6 years ago

Add a submit handler for TemplateInputModal. Gather the submitted template name, description, plugin, and table, dispatch them as an ADD_TEMPLATE action, create the reducers for adding them to the store.

Acceptance criteria should be that the new template appears on the Templates screen.