8e9e48d9b4
Release package / release (push) Successful in 9m19s
Co-authored-by: Thanh Quy - wolf <524H0124@student.tdtu.edu.vn> Co-authored-by: Thanh Quy- wolf <524H0124@student.tdtu.edu.vn> Reviewed-on: #42 Co-authored-by: TaNguyenThanhQuy <tanguyenthanhquy@noreply.localhost> Co-committed-by: TaNguyenThanhQuy <tanguyenthanhquy@noreply.localhost>
569 B
569 B
TODO - Add image upload field for manager add/update menu item
- Update GraphQL queries/mutations in
lib/manager-context.tsxto includeimageUrl - Update
components/organisms/manager/ProductModal.tsx- Add file input for image selection
- Add upload button to call
POST /api/file - Store returned URL string into
form.imageUrl - Show upload/loading/error states and image preview
- Update
components/organisms/manager/ProductsTab.tsxto show image thumbnail in table - Mark TODO progress after each step completed