franklindyer / agora-app

Simple and (hopefully) secure social media application. Also a project for spring 2024 CS 444 cybersecurity class at UNM.
4 stars 1 forks source link

Posts are lost if the user is logged off during the editing process #55

Closed altheaden closed 4 months ago

franklindyer commented 5 months ago

For this I'd suggest maybe keeping a local copy of the user's most recent unpublished post draft in localStorage. (We've discussed this already, just making a comment as well for posterity.)