Luan Eduardo da Costa

Results 13 comments of Luan Eduardo da Costa

**Possibilities:** - Store the favorite device IDs in the browser localStorage. Its easy to implement, but if the user log in with a different device (with his smartphone, for example)...

**Decided in a Meeting** - :x: Do not use localStorage. It may cause problems when users notice that their favorites are in a single computer or smartphone. - :x: Do...

**What to do to fix**: - Change the name of the image to the name of the micro application - Add the dockerfile file name in options because the job...

To show the correct error message to the user we need to receive an error code from all Dojot services. Without an unique identifier for each error we cannot show...

I didn't understand what's the problem: the button is enabled. Maybe we can change the button variant to "contained" to improve the clarity of this page.

I had the same problem and i solved with `translateX` in the `style` prop: ```javascript

I think that we have three options: 1. Change the title using `document.title` inside an useEffect hook. We can also create a custom hook. 2. Use [THIS LIBRARY](https://github.com/nfl/react-helmet). 3. Try...

Hi @harshiniravula, According with [MDN Docs](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard#browser_compatibility) Safari has full support to the Clipboard API since version 13.1. Chrome also has full support for the Clipboard API since version 66. I...