facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.31k stars 954 forks source link

Install Plugin tab screen layout broken making unable to install plugin #5124

Open dprevost-LMI opened 1 year ago

dprevost-LMI commented 1 year ago

🐛 Bug Report

For an unknown reason, the layout of the Install Plugin tab under More > Add Plugin looks like the one below. As you can see, it blocks us from installing plugins, which is quite annoying.

Screenshot 2023-09-09 at 8 45 17 AM

To fix the issue, I had to downgrade to 0.213.0. 215 and 214 were still buggy.

To Reproduce

Environment

Flipper 0.216.0 Apple M2 Pro macOS Ventura 13.5.1

dancomanlive commented 1 year ago

Same here, very extremely annoying.

Screenshot 2023-09-13 at 12 05 12
gkartalis commented 12 months ago

This is still the case on Flipper version 0.220.0

shenyu1019 commented 12 months ago

same problem!

nazmeln commented 12 months ago

+1

gianlucalippolis commented 12 months ago

Solved with this pull request https://github.com/facebook/flipper/pull/5161

aigoncharov commented 11 months ago

Could you try clearing your localStorage? It works for me without any problems and the values in the local storage is the only explanation I could think of

heath-clink commented 11 months ago

After I cleared local storage and reloaded, this screen began rendering properly again. Thanks for the tip @aigoncharov

EDIT: I quit and restarted Flipper and the problem recurred. But trying some more things I've possibly got a handle on what's going on.

If the "Install Plugins" tab is selected when you close the plugins modal, the next time you open the plugins modal it will be broken. However, if you switch to the "Plugin Status" tab and then close the plugins window, the next time you open it both tabs will render properly. That's why clearing local storage appeared to solve the problem, because it resets the default tab to the first one ("Plugin Status").

gianlucalippolis commented 8 months ago

Hi @dprevost-LMI , i fixed this bug in this PR https://github.com/facebook/flipper/pull/5161 that has been merged today.

ikotsov commented 8 months ago

+1

KamilDike commented 7 months ago

0.239.0 still a thing. What the heck