pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Dont show extsion banner if extension is working as expected (Duhh!)

+1 -1
+1 -1
src/setup/Layout.tsx
··· 64 64 65 65 return ( 66 66 <div> 67 - {!isMobile && ( 67 + {extensionState !== "success" && !isMobile && ( 68 68 <div className="fixed inset-x-0 z-[1000]"> 69 69 <ExtensionBanner extensionState={extensionState} /> 70 70 </div>