jboullion / rad-toolkit

Application for listing aerospace component properties with a focus on their radiation resistance
https://rad-toolkit.nexusaurora.org/
1 stars 0 forks source link

New Interfaces structure #1

Closed codeflight1 closed 1 year ago

codeflight1 commented 1 year ago

Properly parse and filter the new interfaces property structure.

Example:

properties: [
  {
    property: "",
    quantity: 1
  },
  ...
]
jboullion commented 1 year ago

Commit

codeflight1 commented 1 year ago

Looks pretty good!

There does seem to be a small bug where items with an empty properties field fail to reappear when deselecting all filters.

jboullion commented 1 year ago

Commit

codeflight1 commented 1 year ago

LGTM