feat(ui): add section 'Shared with me'
This commit is contained in:
+6
-1
@@ -14,6 +14,7 @@
|
||||
<link rel="stylesheet" href="/css/views/favorites.css">
|
||||
<link rel="stylesheet" href="/css/views/recent.css">
|
||||
<link rel="stylesheet" href="/css/views/shared.css">
|
||||
<link rel="stylesheet" href="/css/views/sharedWithMe.css">
|
||||
<link rel="stylesheet" href="/css/views/trash.css">
|
||||
<link rel="stylesheet" href="/css/views/photos.css">
|
||||
<link rel="stylesheet" href="/css/views/photosLightbox.css">
|
||||
@@ -76,9 +77,13 @@
|
||||
<span data-i18n="nav.files">Files</span>
|
||||
</div>
|
||||
<div class="nav-item" id="nav-shared">
|
||||
<i class="fas fa-share-alt"></i>
|
||||
<i class="fas fa-oxiexport"></i>
|
||||
<span data-i18n="nav.shared">Shared</span>
|
||||
</div>
|
||||
<div class="nav-item" id="nav-sharedwithme">
|
||||
<i class="fas fa-oxiimport"></i>
|
||||
<span data-i18n="nav.sharedwithme">Shared with me</span>
|
||||
</div>
|
||||
<div class="nav-item">
|
||||
<i class="fas fa-clock"></i>
|
||||
<span data-i18n="nav.recent">Recent</span>
|
||||
|
||||
Reference in New Issue
Block a user