Provide a simple api to allow binding keyboard shortcuts for common manipulation of the layout, like closing a panel, switching a tab etc. That'd be great for complex applications, specially the ones which use this lib for making native apps based on electron/node-webkit etc.
Show HN: GoldenLayout – JavaScript layout manager with multi-screen support
21–30 of 39 posts
Neat! I was making something like this a while ago, but got dragged away. One thing I was implementing there that I'd push here as a feature-request:
Re: Show HN: GoldenLayout – JavaScript layout manager with multi-screen support
#22That's an awesome lib! I got confused regarding the license though. The README file says dual licensed as CC-BY-NC 4.0 or GPL 3, but the LICENSE file in the repo says MIT. The FAQ[0] also mentions MIT.
I assume MIT is the right license.
Re: Show HN: GoldenLayout – JavaScript layout manager with multi-screen support
#23That's an awesome lib! I got confused regarding the license though. The README file says dual licensed as CC-BY-NC 4.0 or GPL 3, but the LICENSE file in the repo says MIT. The FAQ[0] also mentions MIT. I assume MIT is the right license. [0] https://www.golden-layout.com/faq/
Good find, thanks. I've changed it, it's just MIT
Re: Show HN: GoldenLayout – JavaScript layout manager with multi-screen support
#24That's an awesome lib! I got confused regarding the license though. The README file says dual licensed as CC-BY-NC 4.0 or GPL 3, but the LICENSE file in the repo says MIT. The FAQ[0] also mentions MIT. I assume MIT is the right license. [0] https://www.golden-layout.com/faq/
Good find, thanks. I've changed it, it's just MIT
Nice! And thanks for using such a permissive license like MIT :)
Re: Show HN: GoldenLayout – JavaScript layout manager with multi-screen support
#25That is pretty awesome work! I'm working on an EHR app and may use this.
Re: Show HN: GoldenLayout – JavaScript layout manager with multi-screen support
#26Re: Show HN: GoldenLayout – JavaScript layout manager with multi-screen support
#27Great work. deepstream [0] is doing some exceptional work in real-time web application domain.
Re: Show HN: GoldenLayout – JavaScript layout manager with multi-screen support
#28I remember this! I used it to prototype an HTML layout replacement for a Java GUI. Then I moved on to other companies and projects. Still looks great.
Re: Show HN: GoldenLayout – JavaScript layout manager with multi-screen support
#29Fantastic work, thank you for sharing
Re: Show HN: GoldenLayout – JavaScript layout manager with multi-screen support
#30Looks really cool, would love to use this in a project of mine. Is it possible to attach a layout to an existing react component and run it inside that? From the documentation I see that passing a DOM element to init() is possible, not sure if that's going to make it in my case..