feat: add ui skeletons for course updates

This commit is contained in:
swve 2024-04-16 21:54:55 +02:00
parent d1a620b2e2
commit f0e5fa925d
5 changed files with 252 additions and 63 deletions

View file

@ -50,6 +50,7 @@ function EditorWrapper(props: EditorWrapperProps): JSX.Element {
}, 10);
};
// Store the Y document in the browser
new IndexeddbPersistence(props.activity.activity_uuid, doc)