Configuration to set the width of the board?
It would be lovely to have a configuration to set the width of the board, and just have that fixed. That would force users to only scroll down, which I think would make it harder to simply fail to notice that something was written off-screen.
Hello @droundy ! Would you be interested in implementing that feature ?
I would be potentially, but would definitely need guidance. I've been hacking a bit and having trouble understanding enough of the design to make my changes.
Hi I was doing a function like this, just split the max board size into two variables and replace them in the server validation code and the zoom on the client (maybe somewhere else, but I forgot), then do Tools.scale = document.body.clientWidth / Tools. server_config.MAX_BOARD_SIZE_X; on page load. If @lovasoa is interested in using a function like this I can do it
That sounds lovely. If you submit a pull request I could use it as a starting point even if @lovasoa wanted a different interface.
@lovasoa Should I open a new Issue for keeping the board size infinite but zooming the content into view on first connection? This would mean that the whole content of the board is visible, independent of the screen size of the device connected. The user could zoom in afterwards.