BridgeCityBicycleCoop / workstand-shop-app

Open Source Application for running a Bicycle Coop Shop
MIT License
2 stars 1 forks source link

Refactor admin dashboard lists #89

Closed mikemitchel closed 1 month ago

mikemitchel commented 1 month ago

The admin dashboard was using 3 sets of nearly identical code, this refactor makes the FilterDataList.svelte UI component that allows passing an array of headers and a matching array of arrays that contain the row values to match those headers.