Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

Yes, having the configuration reflected on the client is probably a good idea. It could be done the same way as it is [for translations](https://github.com/lovasoa/whitebophir/blob/master/client-data/board.html#L80). Also, what would you think...

I can set it up. It will just take some time, and you will probably have to rebase your PRs. Let's finish the "easy" PRs, and then I'll get to...

@finnboeger : 👍 to the two-columns menu on desktop. We'll have to see if it doesn't take too much space on small screens. @rdbeach : WBO was started a long...

What about adding a button to hide the menu instead ? On small screens, I think we cannot afford to reduce the size of the canvas...

Hello! Yes, a lot of the changes are being merged, have a look at the pull requests! @finnboeger is doing a fantastic job at splitting the features into distinct PRs,...

Hello ! Good that you are almost done with your changes, we'll be able to integrate more of them ! I think there is quite some work, so feel free...

This is a tricky issue. Currently, the handling in memory is case-sensitive, but there is no special handling for case-insensitive file systems. If we implement such a feature, we should...

What I currently do to work around this is that I try to start the conversation zoomed in on the top left, and then zoom out to find the others...

yes, saving boards as simple files also has its advantages. Ideally, we would have several persistence backends between which the user could choose. see https://github.com/lovasoa/whitebophir/pull/21

The easiest is probably to use a set of iframes representing the various boards. Here is a small example I put together quickly : https://svelte.dev/repl/06cb5086951146478e918de7684adcf0?version=3.24.1 Making the boards read-only would...