Updated inventory modal styling and added inventory button to card grid

This commit is contained in:
zach
2026-07-16 08:53:33 -04:00
parent b91b64f32c
commit f0ee662450
4 changed files with 130 additions and 63 deletions

View File

@@ -7,8 +7,8 @@ export const prerender = false;
import * as util from 'util';
// auth check for inventory management features
//const { canAddInventory } = Astro.locals;
const canAddInventory = false;
const { canAddInventory } = Astro.locals;
// const canAddInventory = false;
// all the facet fields we want to use for filtering
const facetFields:any = {