remix-project
remix-project copied to clipboard
removed scam alerts in Desktop IDE (issue #4740)
removed scam alert notification and (orange box) and from status bar for remix Desktop.
here is original issue https://github.com/ethereum/remix-project/issues/4740 let me know if need any inquiries, thanks
Deploy request for remixproject pending review.
Visit the deploys page to approve it
| Name | Link |
|---|---|
| Latest commit | 38af7308cda98e0b44d9eb086636e65edcc08a6a |
You need to use the context to detect app state in tsx, you can see an example in : libs/remix-ui/home-tab/src/lib/remix-ui-home-tab.tsx
import { appPlatformTypes, platformContext } from '@remix-ui/app'
const platform = useContext(platformContext)
{!(platform === appPlatformTypes.desktop) ? ....
@bunsenstraat thanks for your input. I have updated the code. Let me know if you need anything else 👍