Results 6 comments of Zacky Pickholz

.__react_component_tooltip { transition: all 0.3s ease-in-out !important; opacity: 0 !important; visibility: visible; } .__react_component_tooltip.show { visibility: visible; opacity: 1 !important; }

Hi @jamaljsr, I still owe you one answer relating to a line I added to the TODOs list which was related to upgrading project dependencies. I was referring to deps...

> Thanks for the clarification. I agree with everything you mention. I'd like to upgrade Electron and React to the latest versions. I've been neglecting them because I know those...

Based on previous such migrations, here are some of the major steps that would be needed (not necessarily in that order): 1. New features/releases freeze (or at least slowed down...

Sure thing! when you get around to it maybe you'd like to let me know, and perhaps we could then make it a concerted effort.

BTW I see my automining PR is not listed for some reason. Should I open a new one instead once I get the compilation errors resolved?