Refactor: Move start design server action to separate file

Extracted the server action logic from the component into a dedicated
actions.ts file for better code organization.
This commit is contained in:
Andymick
2026-07-18 21:09:49 +01:00
parent a12c269a3d
commit 66a900cb44
3 changed files with 22 additions and 12 deletions
+2 -1
View File
@@ -83,7 +83,8 @@
"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 'Feature: Add product selection when starting design from photo request *)"
"Bash(git commit -m 'Feature: Add product selection when starting design from photo request *)",
"Bash(git commit -m 'Refactor: Move start design server action to separate file *)"
]
}
}