Skip to content

Commit

Permalink
feat: add copy local file hash
Browse files Browse the repository at this point in the history
  • Loading branch information
lightmyfire17 committed Jan 4, 2021
1 parent 7746002 commit 3a3c727
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/src/components/File/FileInfo/FileInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@
class="file-info__control file-info__control_active"
type="check-circle"
></feather>
<feather
class="file-info__control"
type="copy"
v-tooltip="{
content: 'Click to copy file hash',
placement: 'bottom-start',
offset: 5,
}"
v-clipboard:copy="file.FileHash"
></feather>
</template>
</template>
<div class="file-info__size text_wrap_none">
Expand Down

0 comments on commit 3a3c727

Please sign in to comment.