Feature: Add product selection when starting design from photo request

Added intermediate page (/admin/custom-requests/[id]/start-design) that
lets the admin choose which product to design the photo on. Shows the
photo request details and all available products with the originally
requested product pre-selected.
This commit is contained in:
Andymick
2026-07-18 21:07:56 +01:00
parent 0d9aef5003
commit a12c269a3d
3 changed files with 80 additions and 6 deletions
+2 -1
View File
@@ -82,7 +82,8 @@
"Bash(git commit -m 'Fix: Remove function prop from client component *)",
"Bash(git commit -m 'Fix: Import revalidatePath from correct module *)",
"Bash(git commit -m 'Fix: Route photo requests to design canvas instead of approval upload *)",
"Bash(git commit -m 'Fix: Pass photo request ID instead of data URL *)"
"Bash(git commit -m 'Fix: Pass photo request ID instead of data URL *)",
"Bash(git commit -m 'Feature: Add product selection when starting design from photo request *)"
]
}
}