Skip to content

Fixed new UI issue#576

Open
mustafabawany wants to merge 7 commits intoQasimWani:mainfrom
mustafabawany:main
Open

Fixed new UI issue#576
mustafabawany wants to merge 7 commits intoQasimWani:mainfrom
mustafabawany:main

Conversation

@mustafabawany
Copy link
Copy Markdown

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.

Comment thread README.md
<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>
Copy link
Copy Markdown

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 thread popup.html
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>
Copy link
Copy Markdown

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>

Comment thread popup.html
<script type="text/javascript" src="popup.js"></script>
</body>
</html>
</html> No newline at end of file
Copy link
Copy Markdown

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
Copy Markdown

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.

6 participants