Results 20 comments of CHANCE

Please merge this. There is elementary stack functionality missing from this repository for it to actually be helpful.

Should probably include something that you need updating for :)

You are going to go to 'Settings' of Atom that has all of the options like 'Core', 'Editor', etc... Click on 'Packages'. Search 'Emmet' Click 'Settings'. Click 'View Code' Find...

> ## Get MetaMask provider > ``` > if (typeof win.ethereum !== 'undefined') { > let provider = win.ethereum; > provider = await provider.request({ method: 'eth_requestAccounts' }); > } >...

For those of you using crispy forms, make sure that you aren't using crispy forms on the captcha field. I was using: ``` {% for field in form %} {{...

This is a functionality that had not been planned to be exposed until v8. It will have to be designed and added to the plan. - [x] Design interface. -...

This update is active in the developed version, which brings a complete dashboard clean-up. Can always find the progress of each version at: https://github.com/orgs/FlipsideCrypto/projects/8 Have recorded your +1 🥳

The API is now prepared for this and is only pending a frontend update.