opencast
opencast copied to clipboard
feat: presist cast draft
Save a draft of the current cast in the local storage to prevent it from being lost as soon as the cast editor is closed
The draft should be stored in local storage in a JSON object where the key is the hash of the cast that is being replied to so that drafts can support different contexts
It should also be cleared once the cast has been posted