diff --git a/plugins/recruit-resources/src/components/EditCandidate.svelte b/plugins/recruit-resources/src/components/EditCandidate.svelte index 83a89e4c6a..6f16742269 100644 --- a/plugins/recruit-resources/src/components/EditCandidate.svelte +++ b/plugins/recruit-resources/src/components/EditCandidate.svelte @@ -36,6 +36,12 @@ import recruit from '../plugin' import { combineName, formatName, getFirstName, getLastName } from '@anticrm/contact' + // Start Demo + import PluginCard from './PluginCard.svelte' + import Telegram from './icons/Telegram.svelte' + import Gmail from './icons/Gmail.svelte' + // End Demo + export let _id: Ref let object: Candidate @@ -88,7 +94,14 @@ -
+ +
+ + +
+ + +
Applications
{ showPopup(CreateApplication, { candidate: object._id, preserveCandidate: true }, ev.target) } } /> @@ -116,6 +129,15 @@ {/if} diff --git a/plugins/recruit-resources/src/components/icons/Gmail.svelte b/plugins/recruit-resources/src/components/icons/Gmail.svelte new file mode 100644 index 0000000000..7869631ae0 --- /dev/null +++ b/plugins/recruit-resources/src/components/icons/Gmail.svelte @@ -0,0 +1,26 @@ + + + + + + + + + + + + diff --git a/plugins/recruit-resources/src/components/icons/Telegram.svelte b/plugins/recruit-resources/src/components/icons/Telegram.svelte new file mode 100644 index 0000000000..e14de00eb0 --- /dev/null +++ b/plugins/recruit-resources/src/components/icons/Telegram.svelte @@ -0,0 +1,24 @@ + + + + + + + + + +