feat(frontend): add "copy link" button to profiles
This commit is contained in:
parent
e656316e19
commit
21c1c5b0d9
3 changed files with 43 additions and 14 deletions
|
@ -28,11 +28,9 @@
|
|||
};
|
||||
</script>
|
||||
|
||||
<div>
|
||||
<Button color="danger" outline on:click={toggle}
|
||||
><Icon name="exclamation-triangle-fill" /> Report {subject}</Button
|
||||
>
|
||||
</div>
|
||||
<Button color="danger" outline on:click={toggle}
|
||||
><Icon name="exclamation-triangle-fill" /> Report {subject}</Button
|
||||
>
|
||||
|
||||
<Modal header="Report {subject}" {isOpen} {toggle}>
|
||||
<ModalBody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue