baoliay2008 / lccn_predictor

LeetCode Contest Rating Prediction
https://lccn.lbao.site
MIT License
566 stars 22 forks source link

Fix issue #67: Implemented scrollbar and toggle functionality for theme list #68

Closed imsachin49 closed 1 month ago

imsachin49 commented 1 month ago

Changes Made:

Details:

Related Issue:

This pull request addresses issue baoliay2008#67

baoliay2008 commented 1 month ago

@imsachin49 Thank you so much for your prompt pull request, excellent work.


Regarding the toggling functionality, I noticed three issues with its behavior:

  1. Click the theme button, click outside, then click the theme button again.

    #67-bug-1.webm

  2. Click the theme button, select an item from the theme list, then click the theme button again.

    #67-bug-2.webm

  3. Click the theme button, drag the scrollbar, then click the theme button again.

    #67-bug-3.webm


To address these issues:


Any other feedback is welcome. If you agree with these suggestions, I'll proceed with merging the pull request.

imsachin49 commented 1 month ago

Yeah those changes makes sense and i believe they effectively resolves the identified issues. You can proceed with merging the pull request.