• Joined on 2025-01-28
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
matt pushed to add-product-upload-page at matt/inventory 2025-03-13 00:27:40 -04:00
0f89373d11 Fix horizontal scrollbar, rearrange error and copy icons in cells
matt pushed to add-product-upload-page at matt/inventory 2025-03-11 21:08:06 -04:00
f55d35e301 Fix row highlighting, header alignment, make header sticky
matt pushed to add-product-upload-page at matt/inventory 2025-03-11 16:21:23 -04:00
1aee18a025 More validation table optimizations + create doc to track remaining fixes
matt pushed to add-product-upload-page at matt/inventory 2025-03-10 21:59:28 -04:00
0068d77ad9 Optimize validation table
b69182e2c7 Fix validation table scroll location saving issues
Compare 2 commits »
matt pushed to add-product-upload-page at matt/inventory 2025-03-09 22:07:17 -04:00
1c8709f520 Rearrange docs
matt pushed to add-product-upload-page at matt/inventory 2025-03-09 17:44:06 -04:00
de1408bd58 Fix validation indicators on validation step table
matt pushed to add-product-upload-page at matt/inventory 2025-03-09 16:30:15 -04:00
c295c330ff Add copy down functionality to validate table
matt pushed to add-product-upload-page at matt/inventory 2025-03-09 16:11:54 -04:00
7cc723ce83 Fix creating template from validate table row