Matt Huggins
Matt Huggins
I believe it's [chore/address-input](https://github.com/nos/client/tree/chore/address-input).
@DalderupMaurice Not yet, the "change" link isn't in there yet.
* Related issue reported to electron: https://github.com/electron/electron/issues/8277 * Possible workaround to use `contents.setSize(...)`: https://github.com/electron/electron/pull/7658
This might be an approach to consider for manually resizing: https://github.com/electron/electron/pull/7658#issuecomment-254397903
Another workaround, which we can do when tabs are hidden. One consideration for this approach is that scroll position could be lost: https://github.com/electron/electron/issues/5110#issuecomment-208991872
> Before doing so, some research should be done to ensure that the session can't easily be spoofed by simply changing the redux store to a different address in memory....
This needs design. /cc @fabric-8
This needs design. /cc @fabric-8
@jeroenptrs I think we should mark this as an enhancement and reach out to design about it, what do you think?
We're only polling every 10 seconds. Did it still stay red after 10+ seconds of waiting?