Bot-Rakshit / bm_frontend

Frontend repository of Samay Raina's chess community website
https://www.bmsamay.com/
MIT License
101 stars 60 forks source link

Sidebar Logout Button Issue #48

Closed Sparsh-Malhotra closed 3 months ago

Sparsh-Malhotra commented 3 months ago

Sidebar Logout Button Issue

Description

Logout button is appearing twice in mobile view.

Steps to Reproduce

  1. Navigate to the welcome page of the application in mobile view.
  2. Open sidebar and click on profile.
  3. You will see logout button appearing 2 times.

Expected Behavior

Logout Button should appear only once.

Proposed Solution

I believe it has something to do with how we are controlling open state of Dropdown. Need to remove the open state from Dropdown as Dropdown trigger opens the content automatically.

Screenshot

Screenshot 2024-07-18 at 11 14 04 PM
Sparsh-Malhotra commented 3 months ago

@Bot-Rakshit Hey Rakshit, Is this fixed and deployed ? I can still see the issue in prod site.