From b05e23024644f8d85df5c9ab10ee37bd0abc316c Mon Sep 17 00:00:00 2001 From: Alexander Platov Date: Tue, 28 Dec 2021 12:12:47 +0300 Subject: [PATCH] Update Application layout (#738) Signed-off-by: Alexander Platov --- .../src/components/CandidateCard.svelte | 2 +- .../src/components/EditApplication.svelte | 5 ++- .../src/components/VacancyCard.svelte | 2 +- .../components/icons/ExpandRightDouble.svelte | 31 +++++++++++++++++++ 4 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 plugins/recruit-resources/src/components/icons/ExpandRightDouble.svelte diff --git a/plugins/recruit-resources/src/components/CandidateCard.svelte b/plugins/recruit-resources/src/components/CandidateCard.svelte index 0d116efb16..e6e3fa382e 100644 --- a/plugins/recruit-resources/src/components/CandidateCard.svelte +++ b/plugins/recruit-resources/src/components/CandidateCard.svelte @@ -22,7 +22,7 @@ export let candidate: Candidate -
+
CANDIDATE
{#if candidate} diff --git a/plugins/recruit-resources/src/components/EditApplication.svelte b/plugins/recruit-resources/src/components/EditApplication.svelte index 49df29cc0f..48c189ad25 100644 --- a/plugins/recruit-resources/src/components/EditApplication.svelte +++ b/plugins/recruit-resources/src/components/EditApplication.svelte @@ -19,6 +19,7 @@ import type { Candidate, Applicant, Vacancy } from '@anticrm/recruit' import CandidateCard from './CandidateCard.svelte' import VacancyCard from './VacancyCard.svelte' + import ExpandRightDouble from './icons/ExpandRightDouble.svelte' import recruit from '../plugin' @@ -48,6 +49,7 @@ {#if object !== undefined && candidate !== undefined}
+
{/if} @@ -55,7 +57,8 @@ diff --git a/plugins/recruit-resources/src/components/VacancyCard.svelte b/plugins/recruit-resources/src/components/VacancyCard.svelte index 5f99ecb543..74b76e69dd 100644 --- a/plugins/recruit-resources/src/components/VacancyCard.svelte +++ b/plugins/recruit-resources/src/components/VacancyCard.svelte @@ -20,7 +20,7 @@ export let vacancy: Vacancy -
+
VACANCY