Merge pull request #3891 from ethereum/ssaHomeTabFix

Home Tab and SSA fixes
LianaHus-patch-5
yann300 1 year ago committed by GitHub
commit e511e51de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/remix-ide/src/app/tabs/analysis-tab.js
  2. 2
      apps/remix-ide/src/app/tabs/locales/en/home.json
  3. 1
      libs/remix-ui/home-tab/src/lib/components/homeTabFeaturedPlugins.tsx

@ -14,7 +14,7 @@ const profile = {
methods: [],
events: [],
icon: 'assets/img/staticAnalysis.webp',
description: 'Checks the contract code for security vulnerabilities and bad practices.',
description: 'Analyze your code using Remix, Solhint and Slither.',
kind: 'analysis',
location: 'sidePanel',
documentation: 'https://remix-ide.readthedocs.io/en/latest/static_analysis.html',

@ -20,7 +20,7 @@
"home.featuredPlugins": "Featured Plugins",
"home.solidityPluginDesc": "Compile, test and analyse smart contract.",
"home.cookbookDesc": "Find smart contracts, solidity libraries, and discover protocols.",
"home.codeAnalyizerPluginDesc": "Analyze your code using Remix, Sohint and Sslither",
"home.codeAnalyizerPluginDesc": "Analyze your code using Remix, Solhint and Slither.",
"home.starkNetPluginDesc": "Compile and deploy contracts with Cairo, a native language for StarkNet.",
"home.solhintPluginDesc": "Solhint is an open source project for linting Solidity code.",
"home.sourcifyPluginDesc": "Solidity contract and metadata verification service.",

@ -154,6 +154,7 @@ function HomeTabFeaturedPlugins ({plugin}: HomeTabFeaturedPluginsProps) {
envID="sUTLogo"
envText="Solidity unit testing"
description={intl.formatMessage({ id: 'home.unitTestPluginDesc' })}
remixMaintained={true}
callback={() => startSolidityUnitTesting()}
/>
</Carousel>

Loading…
Cancel
Save