You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a minimalist local storage app for getting started could have:
ability to add a page by going to a URL, selecting from a template - could say that nothing is here and have links to templates to get started, like a TODO list, or a request
have a list of pages
show how much space is in localStorage on the new page and the list of pages
listen to localStorage events to keep multiple tabs in sync
The session storage app loses data too easily.
This could then be linked with a backend store, that could include git or cloud storage - or even downloading and rolling it into the bundle
The text was updated successfully, but these errors were encountered:
a minimalist local storage app for getting started could have:
The session storage app loses data too easily.
This could then be linked with a backend store, that could include git or cloud storage - or even downloading and rolling it into the bundle
The text was updated successfully, but these errors were encountered: