UI Stabilization: Global color theme updates (#75B2D6), AI Assistant styling refactor, and navigation fixes
This commit is contained in:
@@ -437,10 +437,11 @@ Deine Antwort (nur JSON):
|
||||
|
||||
const label = await tx.label.upsert({
|
||||
where: { notebookId_name: { notebookId, name: suggestedLabel.name } as any },
|
||||
update: {},
|
||||
update: { type: 'ai' }, // Update type to AI if it exists as user label
|
||||
create: {
|
||||
name: suggestedLabel.name,
|
||||
color: 'gray',
|
||||
type: 'ai', // Mark as AI-generated
|
||||
notebookId,
|
||||
userId,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user