refactor: request section

This commit is contained in:
liyasthomas
2021-07-10 18:45:39 +05:30
parent c7062ad613
commit d94c8aec51
17 changed files with 2461 additions and 2307 deletions

View File

@@ -25,6 +25,7 @@
py-3
focus:outline-none
border-b border-dividerLight
font-medium
bg-primaryLight
"
@change="updateSelectedTeam(myTeams[$event.target.value])"

View File

@@ -43,6 +43,7 @@
<span class="truncate"> {{ request.name }} </span>
</span>
<ButtonSecondary
v-if="!savingMode"
v-tippy="{ theme: 'tooltip' }"
icon="replay"
:title="$t('restore')"

View File

@@ -1,6 +1,13 @@
<template>
<AppSection label="collections">
<div class="flex flex-col sticky top-10 z-10 bg-primary">
<AppSection
label="collections"
class=""
:class="{ 'rounded-lg border-2 border-divider': savingMode }"
>
<div
class="flex flex-col sticky top-10 z-10"
:class="{ 'bg-primary': !savingMode }"
>
<input
v-if="showCollActions"
v-model="filterText"
@@ -12,6 +19,7 @@
text-xs
border-b border-dividerLight
flex flex-1
font-medium
bg-primaryLight
focus:outline-none
"

View File

@@ -1,6 +1,12 @@
<template>
<AppSection label="collections">
<div class="flex flex-col sticky top-10 z-10 bg-primary">
<AppSection
label="collections"
:class="{ 'rounded-lg border-2 border-divider': saveRequest }"
>
<div
class="flex flex-col sticky top-10 z-10"
:class="{ 'bg-primary': !saveRequest }"
>
<input
v-if="!saveRequest"
v-model="filterText"
@@ -12,6 +18,7 @@
text-xs
border-b border-dividerLight
flex flex-1
font-medium
bg-primaryLight
focus:outline-none
"

View File

@@ -51,6 +51,7 @@
<span class="truncate"> {{ request.name }} </span>
</span>
<ButtonSecondary
v-if="!saveRequest"
v-tippy="{ theme: 'tooltip' }"
icon="replay"
:title="$t('restore')"

View File

@@ -44,6 +44,7 @@
<span class="truncate"> {{ request.name }} </span>
</span>
<ButtonSecondary
v-if="!saveRequest"
v-tippy="{ theme: 'tooltip' }"
icon="replay"
:title="$t('restore')"