RapotOR / ConsoleBundle

Execute Symfony2 command directly from the application
26 stars 6 forks source link

Use local storage for the commands history #12

Open winzou opened 13 years ago

winzou commented 13 years ago

Currently, when we change page or reload it, the history of commands is lost. We should use local storage (html5 feature) to improve it.

Btw, shouldn't we use jQuery?

RapotOR commented 13 years ago

I am agreed for local storage. It could be very usefull! However, I would like to avoid any js-library dependency; if possible.

winzou commented 13 years ago

Ok no problem for jQuery, no need to have it for local storage as it's an html5 feature and not library-dependent. A good link for local storage memento: http://diveintohtml5.org/storage.html