Merge branch 'master' into master
This commit is contained in:
@@ -15,11 +15,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<template slot="popover">
|
<template slot="popover">
|
||||||
<div>
|
<div>
|
||||||
<button
|
<button class="icon" @click="$emit('add-folder')" v-close-popover>
|
||||||
class="icon"
|
|
||||||
@click="$emit('add-folder')"
|
|
||||||
v-close-popover
|
|
||||||
>
|
|
||||||
<i class="material-icons">create_new_folder</i>
|
<i class="material-icons">create_new_folder</i>
|
||||||
<span>New folder</span>
|
<span>New folder</span>
|
||||||
</button>
|
</button>
|
||||||
@@ -35,11 +31,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button
|
<button class="icon" @click="removeCollection" v-close-popover>
|
||||||
class="icon"
|
|
||||||
@click="removeCollection"
|
|
||||||
v-close-popover
|
|
||||||
>
|
|
||||||
<i class="material-icons">delete</i>
|
<i class="material-icons">delete</i>
|
||||||
<span>Delete</span>
|
<span>Delete</span>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -15,21 +15,13 @@
|
|||||||
</button>
|
</button>
|
||||||
<template slot="popover">
|
<template slot="popover">
|
||||||
<div>
|
<div>
|
||||||
<button
|
<button class="icon" @click="editFolder" v-close-popover>
|
||||||
class="icon"
|
|
||||||
@click="editFolder"
|
|
||||||
v-close-popover
|
|
||||||
>
|
|
||||||
<i class="material-icons">edit</i>
|
<i class="material-icons">edit</i>
|
||||||
<span>Edit</span>
|
<span>Edit</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button
|
<button class="icon" @click="removeFolder" v-close-popover>
|
||||||
class="icon"
|
|
||||||
@click="removeFolder"
|
|
||||||
v-close-popover
|
|
||||||
>
|
|
||||||
<i class="material-icons">delete</i>
|
<i class="material-icons">delete</i>
|
||||||
<span>Delete</span>
|
<span>Delete</span>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -50,7 +50,11 @@ TODO:
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button class="icon" @click="displayModalImportExport(true)" v-tooltip="'Import / Export'">
|
<button
|
||||||
|
class="icon"
|
||||||
|
@click="displayModalImportExport(true)"
|
||||||
|
v-tooltip="'Import / Export'"
|
||||||
|
>
|
||||||
<i class="material-icons">import_export</i>
|
<i class="material-icons">import_export</i>
|
||||||
</button>
|
</button>
|
||||||
<a
|
<a
|
||||||
|
|||||||
@@ -12,21 +12,13 @@
|
|||||||
</button>
|
</button>
|
||||||
<template slot="popover">
|
<template slot="popover">
|
||||||
<div>
|
<div>
|
||||||
<button
|
<button class="icon" @click="$emit('edit-request')" v-close-popover>
|
||||||
class="icon"
|
|
||||||
@click="$emit('edit-request')"
|
|
||||||
v-close-popover
|
|
||||||
>
|
|
||||||
<i class="material-icons">edit</i>
|
<i class="material-icons">edit</i>
|
||||||
<span>Edit</span>
|
<span>Edit</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button
|
<button class="icon" @click="removeRequest" v-close-popover>
|
||||||
class="icon"
|
|
||||||
@click="removeRequest"
|
|
||||||
v-close-popover
|
|
||||||
>
|
|
||||||
<i class="material-icons">delete</i>
|
<i class="material-icons">delete</i>
|
||||||
<span>Delete</span>
|
<span>Delete</span>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -11,9 +11,9 @@
|
|||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
<v-popover>
|
<v-popover>
|
||||||
<button class="tooltip-target icon" v-tooltip="'Sort'">
|
<button class="tooltip-target icon" v-tooltip="'Sort'">
|
||||||
<i class="material-icons">sort</i>
|
<i class="material-icons">sort</i>
|
||||||
</button>
|
</button>
|
||||||
<template slot="popover">
|
<template slot="popover">
|
||||||
<div>
|
<div>
|
||||||
<button class="icon" @click="sort_by_label()" v-close-popover>
|
<button class="icon" @click="sort_by_label()" v-close-popover>
|
||||||
@@ -28,7 +28,11 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button class="icon" @click="sort_by_status_code()" v-close-popover>
|
<button
|
||||||
|
class="icon"
|
||||||
|
@click="sort_by_status_code()"
|
||||||
|
v-close-popover
|
||||||
|
>
|
||||||
<i class="material-icons">assistant</i>
|
<i class="material-icons">assistant</i>
|
||||||
<span>Status</span>
|
<span>Status</span>
|
||||||
</button>
|
</button>
|
||||||
@@ -52,13 +56,10 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button
|
<button class="icon" @click="toggleCollapse()">
|
||||||
class="icon"
|
|
||||||
@click="toggleCollapse()"
|
|
||||||
>
|
|
||||||
<i class="material-icons" v-if="!showMore">first_page</i>
|
<i class="material-icons" v-if="!showMore">first_page</i>
|
||||||
<i class="material-icons" v-else>last_page</i>
|
<i class="material-icons" v-else>last_page</i>
|
||||||
<span>{{ !showMore ? 'Show more' : 'Hide more' }}</span>
|
<span>{{ !showMore ? "Show more" : "Hide more" }}</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -91,7 +92,7 @@
|
|||||||
placeholder="No label"
|
placeholder="No label"
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
<!--
|
<!--
|
||||||
<li>
|
<li>
|
||||||
<button
|
<button
|
||||||
class="icon"
|
class="icon"
|
||||||
@@ -123,7 +124,7 @@
|
|||||||
<span>Restore</span>
|
<span>Restore</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button
|
<button
|
||||||
class="icon"
|
class="icon"
|
||||||
:id="'delete-button#' + index"
|
:id="'delete-button#' + index"
|
||||||
@@ -241,7 +242,7 @@
|
|||||||
class="icon"
|
class="icon"
|
||||||
id="confirm-clear-history-button"
|
id="confirm-clear-history-button"
|
||||||
@click="clearHistory"
|
@click="clearHistory"
|
||||||
v-tooltip="'Yes'"
|
v-tooltip="'Yes'"
|
||||||
>
|
>
|
||||||
<i class="material-icons">done</i>
|
<i class="material-icons">done</i>
|
||||||
</button>
|
</button>
|
||||||
@@ -249,7 +250,7 @@
|
|||||||
class="icon"
|
class="icon"
|
||||||
id="reject-clear-history-button"
|
id="reject-clear-history-button"
|
||||||
@click="disableHistoryClearing"
|
@click="disableHistoryClearing"
|
||||||
v-tooltip="'No'"
|
v-tooltip="'No'"
|
||||||
>
|
>
|
||||||
<i class="material-icons">close</i>
|
<i class="material-icons">close</i>
|
||||||
</button>
|
</button>
|
||||||
@@ -300,7 +301,7 @@ ol li {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: 8px;
|
right: 8px;
|
||||||
font-family: 'Roboto Mono', monospace;
|
font-family: "Roboto Mono", monospace;
|
||||||
background-color: var(--bg-color);
|
background-color: var(--bg-color);
|
||||||
padding: 2px 8px;
|
padding: 2px 8px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const functions = require('firebase-functions');
|
// const functions = require('firebase-functions');
|
||||||
|
|
||||||
// // Create and Deploy Your First Cloud Functions
|
// // Create and Deploy Your First Cloud Functions
|
||||||
// // https://firebase.google.com/docs/functions/write-firebase-functions
|
// // https://firebase.google.com/docs/functions/write-firebase-functions
|
||||||
|
|||||||
Reference in New Issue
Block a user