NitnerocL

Results 5 issues of NitnerocL

`PanelContainer` and `TabHost` make use of `requestAnimationFrame` in their `resize` implementation to to defer part of the processing until after the DOM has recalculated the dimensions. Those functions should either...

This is preliminary work to #3. The goal is to extract the core logic of Dialog in an `abstract class FloatingPanel` that can be leveraged later by the `StickyPanel`s.

Hi, There is a bug with the `Test Dlg` of the IDE demo: when refreshing the page with this dialog open, it crashes. ### Repro steps 1. Go to [https://node-projects.github.io/dock-spawn-ts/page/demo/ide/demo.html](https://node-projects.github.io/dock-spawn-ts/page/demo/ide/demo.html)...

Hi, there is a bug with dialogs serialization where the property of being resizable or not is not resumed from saved state. ### Repro steps 1. Go to [https://node-projects.github.io/dock-spawn-ts/page/demo/ide/demo.html](https://node-projects.github.io/dock-spawn-ts/page/demo/ide/demo.html) and...

Hi! When submitting a PR, should I include the built `.js` files, or dismiss them and they will be built automatically? And If required, what is the build pipeline to...