ChessHub icon indicating copy to clipboard operation
ChessHub copied to clipboard

improve UI of game end modal

Open moonpatel opened this issue 1 year ago • 10 comments

The modal shown at the end when the game ends is a bit dull. Improve its UI.

image

moonpatel avatar Oct 15 '23 20:10 moonpatel

Hey, I would like to work on this. Please assign.

IrfanSalim avatar Oct 16 '23 06:10 IrfanSalim

Hey, I would like to work on this. Please assign.

Yeah sure go on @IrfanSalim

moonpatel avatar Oct 16 '23 07:10 moonpatel

Hey, @moonpatel

I'm unable to start the app, locally or even on gitpod. I added all the env variables and DB connection is also done, please suggest..

On gitpod it says something went wrong on signup and the network tab has a Cors error: image image

Locally its stuck on a loading page and not getting anything: image

IrfanSalim avatar Oct 16 '23 14:10 IrfanSalim

Hey @IrfanSalim can you show me the logs of browser and backend terminal for this.

moonpatel avatar Oct 16 '23 21:10 moonpatel

@moonpatel

image

image

IrfanSalim avatar Oct 17 '23 17:10 IrfanSalim

Hey @IrfanSalim, looks like you have a CORS error. The backend allows requests from only certain hosts for security purposes. It seems you are developing on gitpod so you have different host. Change your CORS_ALLOWED_HOST variable in .env to match with the hostname of your gitpod shown in the error. Other alternate solution is to develop locally.

image

moonpatel avatar Oct 17 '23 19:10 moonpatel

Hey, I tried what you mentioned and also tried removing the Cors restriction but it's still not resolved.

Locally also tried but was unable to go to the login/signup page only, it's stuck on loading.

Dont want to waste any more of your time, you can assign it to someone else, sorry about this.

IrfanSalim avatar Oct 18 '23 14:10 IrfanSalim

Hey, I tried what you mentioned and also tried removing the Cors restriction but it's still not resolved.

Locally also tried but was unable to go to the login/signup page only, it's stuck on loading.

Dont want to waste any more of your time, you can assign it to someone else, sorry about this.

No problem @IrfanSalim.

moonpatel avatar Oct 18 '23 18:10 moonpatel

Hi @moonpatel ! Could I work on this issue, please?

kristenking avatar Oct 25 '23 18:10 kristenking

Yeah sure @kristenking

moonpatel avatar Oct 25 '23 18:10 moonpatel