Update logic in disco pane so static themes are installed similiarly to lightweight themes
See original GitHub issueDescribe the problem and steps to reproduce it:
Right now, you can’t see the theme when it’s toggled on. It seems to install but be enabled
You should also be able to click the image to “toggle on”
What did you expect to happen?
If should appear to work the same way lightweight themes
Anything else we should know?
notes for dev:
if you run setCurrentStatus
on the change of status in componentsWillReceiveProps
, you see the following with toggling on/off:
first toggle on: you see theme
first toggle off: you see theme turn off and uninstalls
2nd toggle on: it’s seems to download/install but it gets disabled. You can click the switch here and enables ** this is the issue - need to look into this more
2nd toggle off: you see theme turns off and uninstalls
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Previews is missing from disco results so a static theme image ...
Update logic in disco pane so static themes is displayed similiarly to lightweight themes mozilla/addons-frontend#5568.
Read more >A ggplot2 Tutorial for Beautiful Plotting in R - Cédric Scherer
An extensive tutorial containing a general introduction to ggplot2 as well as many examples how to modify a ggplot, step by step.
Read more >How to document your project with DocC - Hacking with Swift
DocC is Apple's new tool for building beautiful, interactive, and native-feeling documentation right from your code, and it integrates ...
Read more >PySimpleGUI
PySimpleGUI runs on Windows, Linux and Mac, just like tkinter, Qt, WxPython and Remi do. If you can get the underlying GUI Framework...
Read more >23 Best Directory WordPress Themes 2022 - Colorlib
Investigate the best directory WordPress themes for job boards, car dealerships, real estate, business, service, and other listing websites.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Let’s keep it open to make sure we address this issue as it is specific to the disco pane.
Verified fixed on AMO -dev with FF61, Win10x64