Skip to content

Commit

Permalink
Change share icons to collaborators
Browse files Browse the repository at this point in the history
Adjust icon in files app navigation bar and also in the file actions
dropdown to use the group icon.
  • Loading branch information
Vincent Petry committed Feb 28, 2020
1 parent 8427f34 commit 3095c95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/files/src/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const appInfo = {
return false
},
quickAccess: {
icon: 'share',
icon: 'group',
ariaLabel: $gettext('Collaborators')
}
}, {
Expand Down Expand Up @@ -88,15 +88,15 @@ const navItems = [
},
{
name: $gettext('Shared with me'),
iconMaterial: 'share',
iconMaterial: 'group',
route: {
name: 'files-shared-with-me',
path: `/${appInfo.id}/shared-with-me`
}
},
{
name: $gettext('Shared with others'),
iconMaterial: 'share',
iconMaterial: 'group',
route: {
name: 'files-shared-with-others',
path: `/${appInfo.id}/shared-with-others`
Expand Down
4 changes: 3 additions & 1 deletion changelog/unreleased/3858
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Change: Moved sidebar navigation under top bar

We've adjusted the position of the sidebar navigation to be under the top bar.
The icons in the sidebar navigation and the file actions dropdown for sharing is now changed to the group icon (people).

https://github.com/owncloud/phoenix/pull/3077
https://github.com/owncloud/phoenix/pull/3077
https://github.com/owncloud/phoenix/pull/3102

0 comments on commit 3095c95

Please sign in to comment.