person presenter to open corresponding editor

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov
2021-09-08 18:42:40 +02:00
parent a29afa4d98
commit 9874c47cf2
9 changed files with 520 additions and 441 deletions
@@ -23,7 +23,7 @@
export let size: 'x-small' | 'small' | 'medium' | 'large' | 'x-large'
</script>
<div class="flex-row-center">
<div class="flex-row-center" on:click>
<Avatar {size} />
<div class="flex-col user-info">
{#if subtitle}<div class="subtitle">{subtitle}</div>{/if}