Remove Footer from /pdf page (takes up too much space)
Change overflow-x: scroll -> overflow-x: auto on tables
Increase font-size on /about page for non-retina displays
Tabs touch scrolling is currently shrinking to content height
Users should be able to change between full and rail version of the left navigation when in large (lg) mode
Fixes
Fixes bug with simulations where it did not calculate correctly if you have any 2 of the following modifier combinations on the same characteristic: Exploding, Mortal Wounds, or Conditional Bonus (fixes #47)
Fix a bug that could causes stats to fail if you have a really old persisted storage (data from before a major update)
Architecture
Move from Typescript 3.7.5 -> 3.9.2 (fixes #41)
Update a large number of project dependencies (including react)
Convert some routed elements to be lazy loaded (fixes #46)
UI
overflow-x: scroll
->overflow-x: auto
on tables/about
page for non-retina displaysFixes
Exploding
,Mortal Wounds
, orConditional Bonus
(fixes #47)Architecture