Commit Graph

18 Commits

Author SHA1 Message Date
drew 25f767979e fixed status 2025-01-24 11:57:58 -06:00
drew d593d0753e Refactor inventory status to use object instead of string. 2025-01-24 11:26:47 -06:00
drew 57d6b8ae8e Fix missing dependency comment in EditItem useEffect
Added a comment to acknowledge the intentional omission of dependencies in the useEffect hook. This ensures clarity for future contributors and aligns with ESLint rules.
2025-01-23 11:13:16 -06:00
drew 1daa3d23c0 cleaned up ui and code 2025-01-23 11:12:43 -06:00
drew 22101fa212 Add layout enhancements to ItemDetail and EditItem components 2025-01-22 11:26:18 -06:00
drew 3619782463 forms pt3 2025-01-20 21:36:54 -06:00
drew 581fd5dd7b form stuff pt2 2025-01-20 21:13:17 -06:00
drew 90bba7f40f form stuff 2025-01-20 15:42:49 -06:00
drew 2f7369c7f5 Move BarkHeader component to App layout
Consolidated BarkHeader usage by removing it from individual pages and including it in the main App layout. This improves consistency and reduces redundancy across components.
2025-01-19 20:10:22 -06:00
drew 354823e00e Add EditItem component and route for editing inventory items 2025-01-18 19:47:42 -06:00
drew 67d90b3378 Add rental price and replacement cost to item details
Extended the item details view to include rental price and replacement cost. This provides more comprehensive information for users managing inventory items.
2025-01-18 13:22:01 -06:00
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