Daniele
Daniele
I'm facing the same issue
I sadly don't have the time needed to support running the app or to write a nice wiki on how to get the app up and running. If anyone wants...
Oh lol, thanks!
This would defeat the purpose of a compeltely static web app, which was the idea when I started working on this project. I might think about implementi it, though, if...
I found a workaround for this: ``` this.dockManager = document.getElementById('dockManager') as IgcDockManagerComponent; this.dockManager.maximizedPane = this.dockManager?.layout?.floatingPanes?.[0]; // Or whatever pane you want to maximize ``` To minimize it just set `this.dockManager.maximizedPane`...