e.stopPropagation()}
+ style={{ background: '#fff', padding: 20, borderRadius: 8, width: 560, maxHeight: '80vh', overflow: 'auto' }}
+ >
+
AI 분류 제안
+ {actionable.length === 0 ? (
+
+ 현재 분류할 만한 노트를 찾지 못했어요. 노트북을 더 만들거나 노트가 누적된 뒤 다시 시도해보세요.
+
+ ) : (
+ <>
+
+ 체크된 노트만 이동합니다. ({selectedIds.size}/{actionable.length})
+
+
+ {actionable.map((a) => (
+
+ ))}
+
+ >
+ )}
+
+
+
+
+