Ophir LOJKINE
Ophir LOJKINE
I see... As a quick hack, if you are hosting the monitor and the whiteboards on the same domain, you can do the following : ```js my_iframe.contentWindow.document.getElementById("menu").style.display = "none" ```
No, at the moment, clients do not send their full viewport to the server. But they send their position via the cursor tool.
Hello ! I don't think there would be a big resource consumption difference, since all the tools would have to be loaded anyhow. The easiest way to implement the view...
> > ``` > > (function grid() { //Code isolation > > function newPanel(evt) { > Tools.drawingArea.innerHTML = '' > } > > Tools.add({ //The new tool > "name": "New",...
This is already better, but isn't this.board supposed to be an object ? Anyway, can you please submit this as a pull request ? This will be easier to review
Hello and thank you for the kind words :) Currently, the server does read messages, and this allows it to maintain long-lived boards such as [`boards/anonymous`](https://wbo.ophir.dev/boards/anonymous). If the messages were...
Hello @droundy ! Would you be interested in implementing that feature ?
## One file per locale Should be pretty easy to achieve. Just update [this line in templating.js](https://github.com/lovasoa/whitebophir/blob/master/server/templating.js#L13) to iterate over multiple files instead of reading a single file. ## Support...
@ovari : I don't understand. What is your point ?
I added your point from #103 here. If you want to make pull requests to address one or several of the points above, it will be very appreciated :)