fix: note-input toolbar overflow and rename Assistant IA to IA Note
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 46s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 46s
This commit is contained in:
@@ -924,9 +924,9 @@ export function NoteInput({
|
||||
)}
|
||||
|
||||
{/* ── Toolbar ── */}
|
||||
<div className="flex items-center justify-between border-t border-border/30 px-3 py-2 gap-2">
|
||||
<div className="flex items-center justify-between border-t border-border/30 px-3 py-2 gap-2 flex-wrap">
|
||||
<TooltipProvider>
|
||||
<div className="flex items-center gap-0.5 flex-nowrap flex-1 min-w-0">
|
||||
<div className="flex items-center gap-0.5 flex-wrap flex-1 min-w-0">
|
||||
|
||||
<Tooltip><TooltipTrigger asChild>
|
||||
<Button variant="ghost" size="icon" className={cn('h-8 w-8', currentReminder && 'text-primary')} onClick={handleReminderOpen}>
|
||||
@@ -951,9 +951,9 @@ export function NoteInput({
|
||||
className={cn('h-8 gap-1.5 px-2 text-xs font-medium transition-colors shrink-0', aiOpen && 'bg-primary/10 text-primary')}
|
||||
onClick={() => setAiOpen(!aiOpen)}>
|
||||
<Sparkles className="h-3.5 w-3.5" />
|
||||
<span>Assistant IA</span>
|
||||
<span className="hidden sm:inline">IA Note</span>
|
||||
</Button>
|
||||
</TooltipTrigger><TooltipContent>Ouvrir le copilote IA</TooltipContent></Tooltip>
|
||||
</TooltipTrigger><TooltipContent>Ouvrir IA Note</TooltipContent></Tooltip>
|
||||
)}
|
||||
|
||||
<Tooltip><TooltipTrigger asChild>
|
||||
|
||||
Reference in New Issue
Block a user