Commit Graph

17 Commits

Author SHA1 Message Date
drew 571914ac0f "Update inventory routes to include 'inventory' prefix.
Adjusted routes and links throughout the inventory feature to include the 'inventory' prefix for improved path clarity and consistency. This change ensures better organization and aligns with routing standards across the application."
2025-02-03 10:39:14 -06:00
drew c11cf8cfe7 added notifications 2025-01-29 21:23:57 -06:00
drew 451f108a3f wut 2025-01-29 13:31:54 -06:00
drew 1daa3d23c0 cleaned up ui and code 2025-01-23 11:12:43 -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 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 800711b448 Add custom Mantine theme with red as primary color
Integrates a custom theme for the MantineProvider, setting red as the primary color with a defined color palette. This enhances the application's design consistency and customization options.
2025-01-17 09:57:49 -06:00
drew 22ae0241c0 Set default color scheme to auto in MantineProvider
Added the `defaultColorScheme="auto"` prop to the MantineProvider in App.tsx. This enables automatic color scheme detection, improving the user experience by aligning with the system's settings.
2025-01-17 09:48:00 -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 d1e5f7c61c progress? 2025-01-15 11:31:29 -06:00
drew ea965b6834 Switch to TailwindCSS and remove global CSS file 2025-01-12 15:16:21 -06:00
drew 643b8cfbcc Made router work 2025-01-11 21:25:17 -06:00
drew 1ebbb16677 idfk 2025-01-09 18:04:00 -06:00
drew 62c8d5b266 Remove React logo and counter, update App title to 'BarkMan'
The React logo and counter button were removed from the app. The main heading was updated to display 'BarkMan', simplifying the interface. Unused imports were also cleaned up.
2025-01-09 16:53:37 -06:00
drew 9a22067ead changed front end stack 2025-01-09 16:29:36 -06:00