gepd
gepd
You can use the `InputGroup` component to add an icon to the input ```js ``` And you can show hide the spinner programatically
> Thanks for making the issue. I haven't focused very much on state management of the UI yet, so it is good to compile a complete list of the state...
I would like to see this feature as well
Your index should looks like this: 
Hi @Bob-the-Kuhn you should follow this steps to compile a project in Deviot 1. Go to your PIO project and open any file inside the `src` folder (if there's more...
Can you please paste here the output of the Sublime Text console (`ST Menu > View > Show Console`) after select the Deviot menu? Always make sure that the tab...
Please install the develop branch and let me know what errors you keep having https://github.com/gepd/Deviot/wiki/Setup#developer
You make sure untouch is always unselected to avoid re-compilation. In this case it was happening because when you override the baudrate it's added when you press `upload`, so it...
Yes, I think some times it's a little confuse, it should have a better name. Untouch will modify `platformio.ini` before and after compile/upload, to keep the file 'clean'. Everytime `platformio.ini`...
PlatformIO is who decide when re-compile, after I added the untouch feature, I realized platformIO checks, I guess, the last time the `platformio.ini` was modified instead of the content of...