zubyj / leetcode-explained

Browser extension that adds video solutions, company tags, and GPT code analysis into Leetcode problems
https://leetcodeapp.com
MIT License
83 stars 13 forks source link

Panels hidden when logged into LC #50

Closed ebarcly closed 3 months ago

ebarcly commented 11 months ago

System info: Brave Browser -> [Version 1.58.135 Chromium: 117.0.5938.140 (Official Build) (x86_64)] ---

While trying to use the extension I couldn't figure out why I wasn't being able to see anything on the panels(company tags or videos solutions on the solutions window).

Then noticed how the extension panel is hidden behind Leetcode's panels (see img):

Screenshot 2023-10-08 at 7 21 08 PM

However when logged out of LC the extension works perfectly (see img):

Screenshot 2023-10-08 at 7 28 46 PM
Screenshot 2023-10-08 at 7 29 02 PM
swapnilsachan03 commented 11 months ago

This is because when we're logged in, Leetcode uses the new dynamic layout feature, and when we're logged out, it uses the old static layout. The extension works fine in static layout, but Leetcode upgraded the layout a couple of weeks ago so now the extension is broken.

ebarcly commented 11 months ago

This is because when we're logged in, Leetcode uses the new dynamic layout feature, and when we're logged out, it uses the old static layout. The extension works fine in static layout, but Leetcode upgraded the layout a couple of weeks ago so now the extension is broken.

I though so. However, if that was the case, switching to the old layout (which you can on LC) would fix the problem but it doesn't. Reason I'm thinking is something else.

zubyj commented 11 months ago

I just updated the app to work with the new layout. Try it out!

ebarcly commented 11 months ago

I just updated the app to work with the new layout. Try it out!

It works perfectly! Thanks!