This repository was archived by the owner on Jul 14, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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`
Original file line number Diff line number Diff line change 11Change: Moved sidebar navigation under top bar
22
33We'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
You can’t perform that action at this time.
0 commit comments