mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #1441] [MERGED] Accurate response time and size #3312
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#3312
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/1441
Author: @liyasthomas
Created: 1/25/2021
Status: ✅ Merged
Merged: 1/28/2021
Merged by: @liyasthomas
Base:
main← Head:feat/response-time📝 Commits (10+)
f41621dfeat: accurate response time with axios interceptor4d19633fix: response time calculation423d667feat: response size + refactor(ui): response section0b2ce26refactor: better copy + clean up0a3c8e0fix(ui): broken mobile responsiveness08aac99fix(ui): broken tooltip position on header2e56fdaAdd fallback to the new time data mechanismba3d69dFixed failing test on proxy requests on Extension Strategy53fdf3ffeat: response status indicatorc3983caMerge branch 'main' into feat/response-time📊 Changes
14 files changed (+144 additions, -48 deletions)
View changed files
📝
assets/scss/styles.scss(+1 -1)➕
components/http/http-response-meta.vue(+47 -0)➕
components/http/http-response.vue(+23 -0)📝
components/lenses/renderers/HTMLLensRenderer.vue(+1 -1)📝
components/lenses/renderers/ImageLensRenderer.vue(+1 -1)📝
components/lenses/renderers/JSONLensRenderer.vue(+1 -1)📝
components/lenses/renderers/RawLensRenderer.vue(+1 -1)📝
components/lenses/renderers/XMLLensRenderer.vue(+1 -1)📝
components/ui/tabs.vue(+2 -2)📝
helpers/strategies/AxiosStrategy.js(+20 -0)📝
helpers/strategies/ExtensionStrategy.js(+30 -2)📝
lang/en-US.json(+3 -1)📝
pages/graphql.vue(+1 -1)📝
pages/index.vue(+12 -36)📄 Description
Response time
Axios strategy
Extension strategy
Response size
Axios strategy
Extension strategy
Refactor response section
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.