• Joined on 2025-01-28
matt created branch add-company-specific-ai-prompts in matt/inventory 2025-03-24 14:27:48 -04:00
matt pushed to master at matt/inventory 2025-03-23 22:15:16 -04:00
7eb4077224 Clean up build errors
matt pushed to master at matt/inventory 2025-03-23 22:07:31 -04:00
d60a8cbc6e Hide debug components without permission
1fcbf54989 Layout/style tweaks, fix performance metrics settings page
ce75496770 Clean up unused permissions, take user to first page/component they can access
7eae4a0b29 More permissions setup, simplify to one component
f421154c1d Get user management page working, add permission checking in more places
Compare 6 commits »
matt pushed to add-permissions at matt/inventory 2025-03-23 22:06:54 -04:00
d60a8cbc6e Hide debug components without permission
matt pushed to add-permissions at matt/inventory 2025-03-23 22:01:46 -04:00
1fcbf54989 Layout/style tweaks, fix performance metrics settings page
ce75496770 Clean up unused permissions, take user to first page/component they can access
Compare 2 commits »
matt pushed to add-permissions at matt/inventory 2025-03-23 16:05:14 -04:00
7eae4a0b29 More permissions setup, simplify to one component
f421154c1d Get user management page working, add permission checking in more places
03dc119a15 Initial permissions framework and setup
Compare 3 commits »
matt created branch add-permissions in matt/inventory 2025-03-23 16:05:14 -04:00
matt pushed to master at matt/inventory 2025-03-22 21:11:39 -04:00
1963bee00c Merge branch 'add-product-upload-page'
387e7e5e73 Clean up
a51a48ce89 Fix item number not getting updated when applying template
aacb3a2fd0 Fix validating required cells when applying template
35d2f0df7c Refactor validation hooks into smaller files
Compare 100 commits »
matt pushed to add-product-upload-page at matt/inventory 2025-03-22 21:05:28 -04:00
387e7e5e73 Clean up
matt pushed to add-product-upload-page at matt/inventory 2025-03-22 20:55:38 -04:00
a51a48ce89 Fix item number not getting updated when applying template
matt pushed to add-product-upload-page at matt/inventory 2025-03-22 17:22:45 -04:00
aacb3a2fd0 Fix validating required cells when applying template
35d2f0df7c Refactor validation hooks into smaller files
Compare 2 commits »
matt pushed to add-product-upload-page at matt/inventory 2025-03-19 14:33:00 -04:00
7d46ebd6ba Add skeleton loading state to template field, remove duplicated or unused code in validate step hooks
matt pushed to add-product-upload-page at matt/inventory 2025-03-19 13:00:03 -04:00
1496aa57b1 Remove remaining chakra-ui dependencies, clean up files, clean up build errors, move react-spreadsheet-import directory into main component structure
fc9ef2f0d7 Style tweaks, fix image uploads, refactor image upload step into smaller files
Compare 2 commits »
matt pushed to add-product-upload-page at matt/inventory 2025-03-18 15:28:05 -04:00
af067f7360 Fix line and subline showing as inputs instead of selects
949b543d1f Fix issues with validation errors showing and problems with concurrent editing, improve scroll position saving
8fdb68fb19 Move UPC validation table adapter out of ValidationContainer
136f767309 Move product line fetching out of ValidationContainer, clean up some unused files
aa9664c459 Move UPC validation out of ValidationContainer, add code lines tracking
Compare 10 commits »
matt pushed to add-product-upload-page at matt/inventory 2025-03-15 18:50:36 -04:00
cb46970808 Restore line and subline fields
matt pushed to add-product-upload-page at matt/inventory 2025-03-14 19:25:42 -04:00
97fa7f3495 Update doc
matt pushed to add-product-upload-page at matt/inventory 2025-03-14 19:23:51 -04:00
a88dbb8486 Remove artificial delays from copydown function, fix issues with select components, ensure pointer cursor shows in copydown state, ensure table scroll position is reset on unmount
matt pushed to add-product-upload-page at matt/inventory 2025-03-14 16:59:11 -04:00
d0a83c04ca Improve copy down functionality with loading state and ability to select end cell instead of defaulting to the bottom
matt pushed to add-product-upload-page at matt/inventory 2025-03-14 01:32:30 -04:00
f95c1f2d43 Set UPC validation loading state to only show on item number field
matt pushed to add-product-upload-page at matt/inventory 2025-03-14 00:44:50 -04:00
0ef27a3229 Fix text overflowing template dropdown trigger, add new MultilineInput component with popover for editing, remove MultiInputCell component except for code to create new MultiSelectCell component