8 Commits

Author SHA1 Message Date
Patric Stout
0500657739 chore: bump all dependencies to latest (#86) 2024-07-06 12:19:17 +00:00
Patric Stout
0421f2b501 chore: bump all dependencies to latest and update code accordingly (#61) 2024-05-20 19:15:13 +00:00
Patric Stout
398aa98912 chore: apply code formatter (prettier) over codebase (#56) 2024-05-12 17:53:48 +00:00
Patric Stout
4748a6af3d feat: developer debug tool, to quickly analyze errors with fits (#50)
This can be opened via the console:

  window.esf_debug()
2024-05-11 15:51:32 +02:00
Patric Stout
6e07e2311c chore: bump @eveshipfit/react to 2.1.0 (#26)
This also removes the need for the Debug component and we can no longer
consider this website pre-alpha.

* feat: loading fits from a Browser's LocalStorage
* feat: show name of fit next to the fit
* feat: ability to rename fits and save them in the browser
* feat: visually indicate the origin of a fit (browser, ESI, ..)
* feat: import/export current fit as EFT string
* feat: import of ESI JSON fits from clipboard
* feat: "Share Link" button to quickly share the current fit
* fix: name a new ship's name based on the ship type
* fix: rotate the radial menu icon back into an upright position
* fix: use proper icons for cargo-hold and drone-bay
* fix: sort the fits based on their name
* fix: selecting two filters in Hardware shows an empty list
2023-12-22 19:41:40 +00:00
Patric Stout
db13247601 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
2023-12-01 13:50:37 +00:00
Patric Stout
4bece2e47d fix: importing an EFT fit doesn't always work (#19) 2023-11-26 15:26:24 +00:00
Patric Stout
d674b5cc0a feat: initial version of the website (#1) 2023-11-12 19:00:10 +01:00