Skip to content

Commit 5001044

Browse files
committed
Add URL upload option
1 parent 9ba291b commit 5001044

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

frontend/components/Icon/Link.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<template>
2+
<IconSvg>
3+
<path
4+
stroke-linecap="round"
5+
stroke-linejoin="round"
6+
d="M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244"
7+
/>
8+
</IconSvg>
9+
</template>

frontend/pages/files/u/[userId].vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ useTitle("Files");
3737
Folder upload
3838
</MenuButton>
3939

40+
<MenuButton role="menuitem" tabindex="-1">
41+
<IconLink />
42+
URL upload
43+
</MenuButton>
44+
4045
<hr />
4146

4247
<MenuButton role="menuitem" tabindex="-1">

0 commit comments

Comments
 (0)