We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1082622 commit 7f70d10Copy full SHA for 7f70d10
src/components/send/sent-response-status.tsx
@@ -93,10 +93,13 @@ export const PendingResponseStatusSection = observer((props: {
93
<header>
94
<Pill
95
color={getStatusColor(undefined, props.theme)}
96
+ // Spacing here is intended to be approx the same as "200: OK" to avoid
97
+ // too much layout churn between pending & completed requests
98
>
- ...
99
+ ...
100
</Pill>
101
<DurationPill timingEvents={props.timingEvents ?? {}} />
102
+
103
{ props.abortRequest &&
104
<AbortButton
105
color={props.theme.popColor}
0 commit comments