rgehan/octolenses

Support filter import/export

Opened this issue · 1 comments

We'd need:

  • Export button in the sidebar that would copy a serialized filter definition to the clipboard
  • An import button that would allow that serialized filter to be pasted, then imported.

This is already possible in the console.

Simply type window.exportConfiguration(), and copy the snippet that is outputted.

Pasting it in another Octolenses instance's console will overwrite all the configuration (settings, filters, etc)