Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-02-08 15:23:01 +03:00
parent 67e246e14a
commit 076685c3fa

View File

@ -2195,14 +2195,14 @@ module.Journal = ImageGridFeatures.Feature({
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// XXX persistent journal...
// - save journal to localStorage
// - save journal to file (auto-save)
// - on journal -- save journal to localStorage
// - on clear/load/timer -- save journal to file (auto-save)
// ...fs???
// - on load -> load journal after last save
// XXX need to revise journaling actions before shipping this...
// XXX EXPERIMENTAL...
var PersistentJournalActions = actions.Actions({
// XXX
// XXX undoUnsaved(..) / reloadSaved(..)
})
var PersistentJournal =