feat: US-010 — Projects sidebar tree view and project detail routing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -140,7 +140,7 @@ const projectsRouter = router({
|
||||
.input(z.object({
|
||||
id: z.string(),
|
||||
name: z.string().optional(),
|
||||
clientId: z.string().optional(),
|
||||
clientId: z.string().nullable().optional(),
|
||||
status: z.enum(['active', 'archived']).optional(),
|
||||
aiSummary: z.string().optional(),
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user