feat: Added celery tasks to populate blocknote_document for existing documents

This commit is contained in:
Anish Sarkar 2025-11-30 03:49:43 +05:30
parent e33b42f9a5
commit 91bc344b56
6 changed files with 231 additions and 12 deletions

View file

@ -96,7 +96,7 @@ export default function EditorPage() {
}
}, [editorContent, document]);
// TODO: Auto-save every 30 seconds - DIRECT CALL TO FASTAPI
// TODO: Maybe add Auto-save every 30 seconds - DIRECT CALL TO FASTAPI
// Save and exit - DIRECT CALL TO FASTAPI
const handleSave = async () => {