Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Commit 3095c95

Browse files
author
Vincent Petry
committed
Change share icons to collaborators
Adjust icon in files app navigation bar and also in the file actions dropdown to use the group icon.
1 parent 8427f34 commit 3095c95

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

apps/files/src/default.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const appInfo = {
5555
return false
5656
},
5757
quickAccess: {
58-
icon: 'share',
58+
icon: 'group',
5959
ariaLabel: $gettext('Collaborators')
6060
}
6161
}, {
@@ -88,15 +88,15 @@ const navItems = [
8888
},
8989
{
9090
name: $gettext('Shared with me'),
91-
iconMaterial: 'share',
91+
iconMaterial: 'group',
9292
route: {
9393
name: 'files-shared-with-me',
9494
path: `/${appInfo.id}/shared-with-me`
9595
}
9696
},
9797
{
9898
name: $gettext('Shared with others'),
99-
iconMaterial: 'share',
99+
iconMaterial: 'group',
100100
route: {
101101
name: 'files-shared-with-others',
102102
path: `/${appInfo.id}/shared-with-others`

changelog/unreleased/3858

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Change: Moved sidebar navigation under top bar
22

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

5-
https://github.com/owncloud/phoenix/pull/3077
6+
https://github.com/owncloud/phoenix/pull/3077
7+
https://github.com/owncloud/phoenix/pull/3102

0 commit comments

Comments
 (0)