Merge remote-tracking branch 'upstream/main' into newstate/firebase

This commit is contained in:
Andrew Bastin
2021-06-19 20:41:25 -04:00
41 changed files with 1568 additions and 3022 deletions

View File

@@ -1,5 +1,5 @@
<template>
<AppSection ref="headers" label="Headers" no-legend>
<AppSection ref="headers" label="Headers">
<ul v-if="headers.length !== 0">
<li>
<div class="row-wrapper">

View File

@@ -1,5 +1,5 @@
<template>
<AppSection ref="parameters" label="Parameters" no-legend>
<AppSection ref="parameters" label="Parameters">
<ul v-if="params.length !== 0">
<li>
<div class="row-wrapper">

View File

@@ -1,5 +1,5 @@
<template>
<AppSection id="response" ref="response" :label="$t('response')" no-legend>
<AppSection id="response" ref="response" :label="$t('response')">
<HttpResponseMeta :response="response" :active="active" />
<div v-if="response.body && response.body !== $t('loading')">
<LensesResponseBodyRenderer :response="response" />