Damon Hook
Damon Hook
## Summary Add support for `openapi-core >= 0.16` (currently 0.16.0 and 0.16.1), which also adds support for `openapi-spec-validator>=0.5.0` (refs #173). ## Lib Changes - Added support for `openapi-core >= 0.16`...
There have been various changes that will effect how modifiers are applied. Some changes to the API will need to be made to support this
Right now it does a complete set of simulations per save. This means that at a `numSimulations` of `5,000` it actually simulates `30,0000` attack sequences. However, an attack sequence is...
Allow users to integrate with Google drive, providing a way to save/load custom units
I was already planning on overhauling the PDF export page to give users the ability to customise exactly what gets put in it. But I think it would be better...
The simulations page has a lot of superfluous information that results in a cluttered UI, and a lot of scrolling / tabbing I think the simulations page layout needs a...
Following from a discussion in #60 Now that only one save-after-save mod can be rolled, it is not clear that you should add target modifiers as they appear on the...
Currently you can only re-order elements using an up/down button. We should instead use a drag-and-drop interface using this library: https://github.com/atlassian/react-beautiful-dnd