Commit Graph

13 Commits

Author SHA1 Message Date
drew a120dd58c3 home page text 2025-01-18 11:30:42 -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 ded5ec1137 things and stuff 2025-01-16 14:16:24 -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
drew 524730a559 it works 2025-01-15 16:18:31 -06:00
drew ea40d6fc3c progress? pt3 2025-01-15 15:40:59 -06:00
drew 3f6104aa9d progress? pt2 2025-01-15 11:51:21 -06:00
drew d1e5f7c61c progress? 2025-01-15 11:31:29 -06:00
drew 937fd33cee Update theme to use brand color instead of hardcoded red 2025-01-12 15:29:41 -06:00
drew ea965b6834 Switch to TailwindCSS and remove global CSS file 2025-01-12 15:16:21 -06:00
drew 211fcac0c3 Add "Home" button with link to the homepage in inventory
This commit adds a "Home" button to the inventory page, allowing users to navigate back to the homepage easily. The `Link` component from "react-router" was imported to achieve this functionality.
2025-01-11 21:53:25 -06:00
drew 643b8cfbcc Made router work 2025-01-11 21:25:17 -06:00