remix-project icon indicating copy to clipboard operation
remix-project copied to clipboard

removed scam alerts in Desktop IDE (issue #4740)

Open ijlal321 opened this issue 1 year ago • 3 comments

removed scam alert notification and (orange box) and from status bar for remix Desktop.

image

here is original issue https://github.com/ethereum/remix-project/issues/4740 let me know if need any inquiries, thanks

ijlal321 avatar Aug 17 '24 18:08 ijlal321

Deploy request for remixproject pending review.

Visit the deploys page to approve it

Name Link
Latest commit 38af7308cda98e0b44d9eb086636e65edcc08a6a

netlify[bot] avatar Aug 17 '24 18:08 netlify[bot]

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 avatar Aug 22 '24 06:08 bunsenstraat

@bunsenstraat thanks for your input. I have updated the code. Let me know if you need anything else 👍

ijlal321 avatar Aug 22 '24 10:08 ijlal321