Commit Graph

7 Commits

Author SHA1 Message Date
drew bd82d62a2a fixed table render issue 2025-01-17 18:48:20 -06:00
drew ca713cfdb0 basic item detail page 2025-01-17 16:52:29 -06:00
drew 39aa70a717 Add item detail view and link from inventory list
Introduces a new `ItemDetail` component to display detailed information for an inventory item. Updates the `InventoryList` to include a link directing users to the detail view for each item. Also adds the necessary route for the `ItemDetail` component in the app configuration.
2025-01-17 12:20:24 -06:00
drew 10dae797cf made things red 2025-01-17 09:41:40 -06:00
drew d41f812fd3 redid button 2025-01-16 21:17:49 -06:00
drew 5e43e2abbd wtf 2025-01-16 19:37:00 -06:00
drew e2deae0d9a Refactor inventory functionality and improve modularity.
Relocated inventory page to features directory and renamed it for clarity. Introduced a reusable `Button` component and replaced inline buttons across components. Added type definitions for inventory items and environment variable support for API URL configuration.
2025-01-15 20:36:03 -06:00