feat: minor ui tweaks

This commit is contained in:
liyasthomas
2021-06-14 09:55:27 +05:30
parent ced2f1b911
commit 111a947413
28 changed files with 48 additions and 95 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="sync" :label="$t('notes')" no-legend>
<AppSection ref="sync" :label="$t('notes')">
<div v-if="fb.currentUser">
<FirebaseInputform />
<FirebaseFeeds />

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" />