Evan Bailey
Evan Bailey
https://github.com/eepMoody/open5e-api/blob/master/data/WOTC_5e_SRD_v5.1/monsters.json A few examples include the Bandit and Knight statblocks, but any instance of the `hit_dice` field where there is no modifier is probably affected by this. Improved Initiative uses...
The StatBlock and Spell editors are currently implemented as Knockout components. Right now, [StatBlockEditor.ts](https://github.com/cynicaloptimist/improved-initiative/blob/master/client/StatBlockEditor/StatBlockEditor.ts) has a lot of complexity involved in converting all of the properties of StatBlock to observables,...
Move LESSCSS associated with individual React components to be located in a .less file adjacent to the single .tsx file that imports it (using some like webpack loading chain). Individual...
Encounter#ImportEncounter() will only attempt to look up creatures by making an HTTP request to the /statblocks/ endpoint, which just had OGL creatures. The request is made by inferring a creature...
Account Sync is intended to be a workaround for this, but the app does not gracefully handle having too much local content.
I would like to ultimately remove all knockout html bindings from the app (knockout observables are OK for now). Many of the React components in the codebase were migrated from...
There would be a lot of work involved in this, but the actual job is straightforward. Move all of the user-facing strings to a common location in something like an...
Not sure how to troubleshoot this. When running `jest` the test runner succeeds, but reports ``` Jest did not exit one second after the test run has completed. This usually...