Hakjoon Sim

Results 5 issues of Hakjoon Sim

React Context can have its displayName to show in React DevTools, which is useful when there are many Contexts in the tree. ref: https://reactjs.org/docs/context.html#contextdisplayname

![image](https://user-images.githubusercontent.com/6468924/199022361-26c35dc7-7c61-40b3-8718-6a8e894ac4e3.png) Currently mime icons are not shown properly in Chrome. To fix this, vendor prefix(-webkit-) should be added to style. (https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image#browser_compatibility) And I'm not sure if I'm allowed to change...

I found 'ERROR in Conflict: Multiple assets emit different content to the same filename transmission-app.js.map' msg occurs everytime code changes during dev mode. This commit resolves the error message.

- vendor prefix(-webkit-mask) added for icons in inspector dialog (for Chrome) - When overflow menu opened in chrome, there is scroll bar(x, y) even it's not needed. set overflow to...

I think 'show-inspector' icon should be set to disabled as default like other default disabled icons like trash, resume, and pause. Currently the icon is enabled when load web interface...