Closed CZeke closed 2 years ago
That's certainly a good idea, I may implement that if/when I have the spare time. Would it better to have 6 or 8 boards per row?
8, definitely. Octordle shows it can work, and 6 isn't even a factor of 32!
I hacked around in the inspector and 16x2 looks pretty good to me. If I have time I might make something more permanent and submit a pull request.
@nickograms keep in mind that 16 boards wide being possible on your monitor doesn't mean it works for everyone. I'm using a 24" display, and I probably can have 10 boards at most. If I switch to my 13" laptop screen it goes down to around 8 per row
@nickograms keep in mind that 16 boards wide being possible on your monitor doesn't mean it works for everyone.
True. I was thinking of implementing this as additional style sheets with breakpoints so that the layout is responsive. Maybe something like:
4x8 (small) 8x4 (medium) 16x2 (large)
Alternative, there could be a manual toggle (eg. wide mode) rather than just automatic responsive layout. Let me know if you are actively working on this, and if you have any preferences.
Alternative, there could be a manual toggle (eg. wide mode) rather than just automatic responsive layout
Yea, imo this is the way to go. I think just a single 8x4 wide mode might be enough, as I don't think 16x2 will fit on most monitors, and 8x4 is pretty decent space-wise already.
Let me know if you are actively working on this, and if you have any preferences.
I will implement a simple settings popup so that you have a place to put configuration options, after those commits feel free to experiment and submit a PR!
Wide mode has been implemented
Thanks for making this! Any chance of a widescreen mode like Octordle has now?