Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed new UI issue #576

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

mustafabawany
Copy link

I have resolved the following issues

  • Problem statement parsing
  • Problem name parsing
  • Problem difficulty parsing
  • Code parsing
  • Constants separation

nateweisz

This comment was marked as spam.


<ol>
<li>Fork this repo and clone to your local machine</li>
<li>Go to <a href="chrome://extensions">chrome://extensions</a> </li>
<li>Enable <a href="https://www.mstoic.com/enable-developer-mode-in-chrome/">Developer mode</a> by toggling the switch on top right corner</li>
<li>Click 'Load unpacked'</li>
<li>Select the entire LeetHub folder</li>
<li>Run "npm run setup" to install the developer dependencies</li>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why removing this from readme?

Comment on lines +7 to +8
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"
></script>

<script type="text/javascript" src="popup.js"></script>
</body>
</html>
</html>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add End Of File

@aziyatali
Copy link

This is the valid PR that needs to merged to resolve the new UI issue.
As Leetcode is removing the old-ui layout option. Current main is mostly won't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants