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

Post writing progress is now cached. #119

Closed altheaden closed 3 months ago

altheaden commented 3 months ago

Now, when you are writing a post (either a new post, or editing a previous post), the changes you make will be cached to localStorage so that they will be retained if you leave the page (refresh, get logged out, etc.) in the middle of writing.

closes #55