Tom Praschan
Tom Praschan
A user on Discord has reported that this seems to be an issue with Microsoft Edge, and switching to another browser has solved it for them. Which browser are you...
Yes, but the "Sign in" button opens the browser to authorize
You'd need to make a PR at https://github.com/lichess-org/flutter-chessground Note however, that this behavior *is* actually intended for the actual board editor (so that you can drag a finger across the...
I think we need to keep this one open until https://github.com/lichess-org/mobile/pull/1311 is merged
Okay, so after playing around a bit already, it looks to me like most of the board editor logic needs to be added directly to flutter-chessground. Not sure about the...
> Quick feedback: if we have to modify chessground to support this, the changes should be the simplest and the lightest possible. > > Like we should only add "generic"...
@veloce I added a quick proof of concept implementing a basic board editor (minus adding new pieces) by adding a new `BoardEditor` widget: https://github.com/lichess-org/flutter-chessground/pull/40
Thanks for taking a look, I really appreciate the quick feedback! Yeah I agree with that, the `BoardEditor` widget in the `chessground` PR really should be minimal, with the rest...
> @tom-anders I think you can start working on this using a local chessground plugin based on current `main`, if you don't mind? > > I'll publish the 4.0.0 version...
@veloce There are a lot of API breaks to be fixed when updating to the main branch, so I'll think for now I'll stick with a commit before those breaks....