mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
editors in create candidate card
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
ee1ba55c5c
commit
41fb72d563
@ -18,9 +18,8 @@
|
|||||||
import { getMetadata } from '@anticrm/platform'
|
import { getMetadata } from '@anticrm/platform'
|
||||||
import login from '@anticrm/login'
|
import login from '@anticrm/login'
|
||||||
|
|
||||||
import { Label } from '@anticrm/ui'
|
import { EditBox, Label } from '@anticrm/ui'
|
||||||
import ImageButton from './ImageButton.svelte'
|
import ImageButton from './ImageButton.svelte'
|
||||||
import File from './icons/File.svelte'
|
|
||||||
import FileUpload from './icons/FileUpload.svelte'
|
import FileUpload from './icons/FileUpload.svelte'
|
||||||
|
|
||||||
let dragover = false
|
let dragover = false
|
||||||
@ -52,7 +51,7 @@
|
|||||||
on:drop|preventDefault|stopPropagation={drop}>
|
on:drop|preventDefault|stopPropagation={drop}>
|
||||||
<div class="flex-col-center">
|
<div class="flex-col-center">
|
||||||
<div class="avatar"></div>
|
<div class="avatar"></div>
|
||||||
<div class="name">Candidate Name</div>
|
<div class="name"><EditBox placeholder="John"/><EditBox placeholder="Appleseed"/></div>
|
||||||
<div class="title">Candidate title</div>
|
<div class="title">Candidate title</div>
|
||||||
<!-- <input type="file" name="file" id="file"/> -->
|
<!-- <input type="file" name="file" id="file"/> -->
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user