Conversation
Made changes to the findCode function in leetcode.js to return the submission URL according to new Leetcode classnames.
saipavanbhanu
left a comment
There was a problem hiding this comment.
don't we have to maintain two different codes for supporting both the old and new leetcode ui ?
@sidd5449 or you can handle both the scenarios basing on some condition and support both new and old leetcode ui.
because leetcode is releasing the changes incrementally to global world. ( all users will not be on the new leetcode ui )
Yeah that needs to be considered. I'll work on that! |
|
@sidd5449 any update ? |
|
if you want, we can sync on google meet to review and push the code. |
|
sorry guys, i've been burned with a lot of work lately. i'll set aside some time this week to fix this issue. can one of you please list the relevant classes that have access to data of interest (ReadMe, code, submission stats)? |
I'm yet to work on it. I was caught up in some work recently and didn't get time to work on this issue. |
Can you please specify what you need? |
|
Tested your PR for leetcode new UI. And it's not working. |
Made changes to the findCode function in leetcode.js to return the submission URL according to the new Leetcode classnames.