Skip to content

Commit 7c6c067

Browse files
committed
PER-9957: Add sharing options to the sharing dialog
Added a text which explains the sharing options in the sharing dialog for the user. Also updated the scss file.
1 parent 16682a7 commit 7c6c067

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

src/app/file-browser/components/sharing-dialog/sharing-dialog.component.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,19 @@
7979
</option>
8080
</select>
8181
</div>
82+
<div class="sharing-explanation">
83+
Entering an archive name filters the available archives to share with.
84+
If you cannot find the archive you are looking for, enter an email
85+
address. If an account does not exist, send a share invitation email
86+
to that address. If an account does exist, the default archive
87+
associated with that account will be listed.
88+
<a
89+
[href]="
90+
'https://permanent.zohodesk.com/portal/en/kb/articles/default-archives'
91+
"
92+
>Learn more.</a
93+
>
94+
</div>
8295
<ng-container *ngIf="!shares?.length && !pendingShares?.length">
8396
<div class="shares-empty">Not shared with anyone</div>
8497
</ng-container>

src/app/file-browser/components/sharing-dialog/sharing-dialog.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,8 @@ p {
213213
.btn:focus {
214214
box-shadow: none;
215215
border: none;
216+
}
217+
218+
.sharing-explanation{
219+
margin-top: 10px;
216220
}

0 commit comments

Comments
 (0)