Nimit Haria
Nimit Haria
Could you also fix theme issue for the problem page of type Code, I guess it also has issues with light theme
Problem table in db has 3 types: Code, MCQ and Blog The ss which you've put is a problem of type 'Code'
The light mode UI looks good to me!
You can click on Daily Code to go home
Was working fine on local when I tested this, will check again and fix this
This had changed because of the height of board was changed, have fixed it in a PR waiting for review.
@SujithThirumalaisamy @Sama-004 Just use `chess.inCheck()`
When mapping through the board in the code, we get the access to piece and colour, can use that. something like piece === "k" and chess.inCheck() And change the background...
> When mapping through the board in the code, we get the access to piece and colour, can use that. > > something like piece === "k" and chess.inCheck() >...
> > > When mapping through the board in the code, we get the access to piece and colour, can use that. > > > something like piece === "k"...