chore: bump @eveshipfit/react and @eveshipfit/dogma-engine to latest (#24)

Additionally, enable a detailed calculation pane, for easier spotting
why information is incorrect.

* feat: component to show in detail how attributes were calculated
* fix(ShipStatistics): mass is presented in kg, not the expected tons
* fix: positive stacking penalty calculation is off
This commit is contained in:
Patric Stout
2023-12-01 14:50:37 +01:00
committed by GitHub
parent 42d5a36f3d
commit db13247601
4 changed files with 41 additions and 17 deletions

View File

@@ -15,3 +15,17 @@
.debugError {
color: #c84824;
}
.detail {
border: 1px solid #cdcdcd;
border-radius: 25px;
margin-top: 10px;
padding: 20px 0;
position: relative;
}
.detailHeader {
display: block;
margin-bottom: 10px;
text-align: center;
}