sandialabs / slycat

Web-based data science analysis and visualization platform.
http://slycat.readthedocs.org
Other
75 stars 19 forks source link

Implement multi-tab / multi-window models. #418

Open tshead2 opened 9 years ago

alexsielicki commented 9 years ago

@tshead2 have you explored using localStorage for the communication between tabs/windows?

http://stackoverflow.com/questions/2236828/javascript-communication-between-tabs-windows-with-same-origin/12514384#12514384

https://github.com/diy/intercom.js/

tshead2 commented 9 years ago

I haven't; I think it might simplify some issues (eliminate the need to get open window handles, for example), while leaving others (you still have to get the windows open, if you're opening a bookmark with multiple windows).

alexsielicki commented 5 years ago

This layout library might be useful when implementing this, or if we need to replace the current layout system: http://golden-layout.com

Mletter1 commented 5 years ago

Yeah I’m currently using golden layout on anouther project and like using it