sisyphus icon indicating copy to clipboard operation
sisyphus copied to clipboard

Gmail-like client-side drafts and bit more. Plugin developed to save html forms data to LocalStorage to restore them after browser crashes, tabs closings and other disasters.

Results 40 sisyphus issues
Sort by recently updated
recently updated
newest added

The Heroku app does not exist, heroku says it has not been created..

I've been asked to study any security concerns regarding local storage. Can that data get hacked? Should I encrypt before saving?

- Based on the existing literature, it seems like [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) might be a more performant choice than [local storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) - Have you thought about persisting the data to indexeddb instead...

I dynamically create a new grid row on several forms when the user clicks an ‘Add Row’ button. All of the data in those new rows gets correctly saved to...

Maybe I'm missing something but if I have a change event handler the restoreFieldsData function does not invoke the event. Suggest adding: field.trigger('change'); at the end of this function.

Hey, I'm running into an issue using Wordpress with the plugin Caldera Forms. I use sisyphus to allow users to come back to fill out forms later in case they...

Hi creator of Sisyphus, We're trying to incorporate your tool in our webforms, and it works most of the time. The one time it does not work is when there...

How to clear form storage using only it's name? I want to release data only when success result received from server

I hesitate to refer to this as an 'issue,' but I can't think of a better way to ask for advice. I'm trying to integrate sisyphus into a site that...

`onBeforeRestore` and `onRestore` are now granular and provide the target form. They also don't trigger if there is no data to restore for that particular form. `onBeforeRestoreAll` and `onRestoreAll` operate...