silverwind
silverwind
Let's leave it open as a reminder to do something about tab sizes.
> Dashboard: https://github.com/ Is fixed, the others I could not reproduce.
Can't see an issue on that expander button besides inaccurate border radius, but that's GH's fault.
Unlikely. Try with latest version which has some fixes around diffs, otherwise link some more pages with such issues.
Those green backgrounds look fine again to me. It's hard to see what is actually wrong in your screenshot. Can you zoom in the page?
Looks fine to me even when hovering. Try reinstalling the style.
This is because SVGs are loaded as images which as per CSP is an "unsafe" source: ```html ``` It should be replaced with inline SVG which has no such issues:...
Probably need to remove `.svg` from `url-loader` [here](https://github.com/swagger-api/swagger-ui/blob/5ada9efd76e46d89ef15fc254993826413ac4887/webpack/_config-builder.js#L35) and move it to `raw-loader` and then load it via `dangerouslySetInnerHTML`.
Seeing a slightly different warning while testing components that import `swagger-ui-react`: ```` componentWillReceiveProps: Please update the following components: Connect(r), Provider componentWillUpdate: Please update the following components: Connect(r) ````
Why not provide them as a simple string like in a `http` header? The current format requires me to do an additional [transformation](https://github.com/silverwind/droppy/blob/10762cfc485cefc37659e972ba317a3316711f0e/server/server.js#L1207-L1209) which I'd like to avoid.