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

Updated reducers to handle UPDATE_TEMPLATE action #50

Closed bharbron closed 5 years ago

bharbron commented 6 years ago

We have the EditTemplateModal able to submit changes to the updateTemplate action creator. Now we need to update reducers to support that action.

bharbron commented 5 years ago

Complete.

We do not currently support changing which table a template is assigned to. If we decide to implement that later, we will also need to support the UPDATE_TEMPLATE action on the tables reducer. For now, UPDATE_TEMPLATE is only done in the templates reducer.