DJQ

Results 15 issues of DJQ

1. remove redux and redux-saga 2. remove custom css classnames, but still remain some classnames that can't be removed 3. i18n for learneth 4. auto switch repo based on current...

![image](https://github.com/ethereum/remix-project/assets/18543527/7db91731-ecfe-4217-aa4f-16838d4b8cf0) This issue not just happen in my mirror site, but also in the official site. I think it is caused by `scrollbar-width: thin;`. It go back to normal when...

Try it here -- https://remix-quick-dapp.vercel.app/ Here is the explanation for the references in code. https://remix-dapp.pages.dev is the domain of the dapp template. https://remix-dapp.pages.dev/manifest.json is the json file contains all the...

This PR is for merging remix-dapp, the dapp-template for quick-dapp, into remix codebase. @ryestew @yann300

Here are the build-in repos ```js export const repoMap = { en: { name: 'ethereum/remix-workshops', branch: 'master', }, zh: { name: 'ethereum/remix-workshops', branch: 'cn', }, } ``` Just add them...