mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
e161f45b06
* no default export (prepping for hooks) * makes logic match other implementation note that above in `componentDidUpdate` it uses `<= 0`, whereas here it uses `> 0` but then only checks for false. Also, logically, there's no way to ever get `aria-hidden="true"` since it returns early so that entire attribute can just be removed. * removes fake private class member syntax this is moving to hooks anyway, but in the meantime... * undoes calling identical code twice in a row... * condenses class methods to prepare for hooks * hooks refactor fairly faithful to the original, this attempts to just refactor to hooks. this exposes, again, the fact that we're setting state within useEffect. * removes 200 ms offset for response time so that, now, you know, the time reported is the actual time. * adds logging for response timer lage * removes timer logging and `responseTime` prop after PR discussion it's definitely fruitful, but the fix for the callstack exceeded is what needs to be the focus. * removes shadowed variable per PR feedback * reinstates and documents 200ms compensation * add delay endpoint to example server * Update packages/insomnia-app/app/ui/components/response-timer.tsx Co-authored-by: Opender Singh <opender.singh@konghq.com> |
||
---|---|---|
.. | ||
index.js |