add previous release details

pull/4269/head
aniket-engg 1 year ago committed by yann300
parent 0b67a6a92a
commit 7109f445bc
  1. 13
      apps/remix-ide/src/app/tabs/locales/en/homeReleaseDetails.json
  2. 4
      libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx

@ -1,8 +1,11 @@
{ {
"homeReleaseDetails.title": "RELEASE HIGHLIGHTS:", "homeReleaseDetails.title": "RELEASE HIGHLIGHTS",
"homeReleaseDetails.highlight1": "Highlight 1", "homeReleaseDetails.highlight1": "Circom plugin and ZKP Circom Semaphore template",
"homeReleaseDetails.highlight2": "Highlight 2", "homeReleaseDetails.highlight2": "ERC auto-complete will load the file",
"homeReleaseDetails.highlight3": "Highlight 3", "homeReleaseDetails.highlight3": "The Remix UI now translated into Spanish, French, Italian, and Simplified Chinese",
"homeReleaseDetails.highlight4": "Highlight 4", "homeReleaseDetails.highlight4": "Load Recent Workspaces & Start Coding Button",
"homeReleaseDetails.more": "See Full Changelog" "homeReleaseDetails.more": "See Full Changelog"
} }

@ -41,7 +41,7 @@ function HomeTabFeatured() {
dotListClass="position-relative mt-2" dotListClass="position-relative mt-2"
> >
<div className="mx-1 px-1 d-flex"> <div className="mx-1 px-1 d-flex">
<a href="https://github.com/ethereum/remix-project/releases" target="__blank"> <a href="https://github.com/ethereum/remix-project/releases/tag/v0.37.0" target="__blank">
<img src={'assets/img/bgRemi_small.webp'} style={{flex: '1', height: '170px', maxWidth: '170px'}} alt=""></img> <img src={'assets/img/bgRemi_small.webp'} style={{flex: '1', height: '170px', maxWidth: '170px'}} alt=""></img>
</a> </a>
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{flex: '1'}}> <div className="h6 w-50 p-2 pl-4 align-self-center" style={{flex: '1'}}>
@ -60,7 +60,7 @@ function HomeTabFeatured() {
className="remixui_home_text btn-sm btn-secondary mt-2 text-decoration-none mb-3" className="remixui_home_text btn-sm btn-secondary mt-2 text-decoration-none mb-3"
onClick={() => _paq.push(['trackEvent', 'hometab', 'featuredSection', 'seeFullChangelog'])} onClick={() => _paq.push(['trackEvent', 'hometab', 'featuredSection', 'seeFullChangelog'])}
target="__blank" target="__blank"
href="https://github.com/ethereum/remix-project/releases" href="https://github.com/ethereum/remix-project/releases/tag/v0.37.0"
> >
<FormattedMessage id="homeReleaseDetails.more" /> <FormattedMessage id="homeReleaseDetails.more" />
</a> </a>

Loading…
Cancel
Save