mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 11:01:54 +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 login from '@anticrm/login'
|
||||
|
||||
import { Label } from '@anticrm/ui'
|
||||
import { EditBox, Label } from '@anticrm/ui'
|
||||
import ImageButton from './ImageButton.svelte'
|
||||
import File from './icons/File.svelte'
|
||||
import FileUpload from './icons/FileUpload.svelte'
|
||||
|
||||
let dragover = false
|
||||
@ -52,7 +51,7 @@
|
||||
on:drop|preventDefault|stopPropagation={drop}>
|
||||
<div class="flex-col-center">
|
||||
<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>
|
||||
<!-- <input type="file" name="file" id="file"/> -->
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user