File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "Nav" : {
3- "item_drive" : " Files " ,
4- "item_recent" : " Recent " ,
3+ "item_drive" : " My Drive " ,
4+ "item_recent" : " Recents " ,
55 "item_sharings" : " Sharings" ,
66 "item_shared" : " Shared by me" ,
77 "item_activity" : " Activity" ,
8- "item_trash" : " Trash " ,
8+ "item_trash" : " Bin " ,
99 "item_settings" : " Settings" ,
1010 "item_collect" : " Administrative" ,
1111 "item_shared_drives" : " Shared drives" ,
Original file line number Diff line number Diff line change 11{
22 "Nav" : {
3- "item_drive" : " Fichiers " ,
3+ "item_drive" : " Mon Drive " ,
44 "item_recent" : " Récents" ,
55 "item_sharings" : " Partages" ,
66 "item_shared" : " Partagés" ,
Original file line number Diff line number Diff line change 11{
22 "Nav" : {
3- "item_drive" : " Файлы " ,
3+ "item_drive" : " Мой диск " ,
44 "item_recent" : " Недавние" ,
55 "item_sharings" : " Общие" ,
66 "item_shared" : " Мои отправленные файлы" ,
Original file line number Diff line number Diff line change 11{
22 "Nav" : {
3- "item_drive" : " Tệp " ,
3+ "item_drive" : " Ổ đĩa của tôi " ,
44 "item_recent" : " Gần đây" ,
55 "item_sharings" : " Chia sẻ" ,
66 "item_shared" : " Chia sẻ bởi tôi" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,12 @@ const FavoriteListItem: FC<FavoriteListItemProps> = ({
5050 onClick = { ( ) : void => setLastClicked ( undefined ) }
5151 >
5252 < NavIcon icon = { ItemIcon } />
53- < Typography variant = "inherit" color = "inherit" noWrap >
53+ < Typography
54+ className = "u-fz-small"
55+ variant = "inherit"
56+ color = "inherit"
57+ noWrap
58+ >
5459 { filename }
5560 </ Typography >
5661 </ FileLink >
Original file line number Diff line number Diff line change 11import React from 'react'
22
33import Icon from 'cozy-ui/transpiled/react/Icon'
4- import ClockIcon from 'cozy-ui/transpiled/react/Icons/Clock '
5- import FolderIcon from 'cozy-ui/transpiled/react/Icons/Folder '
4+ import ClockIcon from 'cozy-ui/transpiled/react/Icons/ClockOutline '
5+ import CloudIcon from 'cozy-ui/transpiled/react/Icons/Cloud2 '
66import StarIcon from 'cozy-ui/transpiled/react/Icons/Star'
77import TrashIcon from 'cozy-ui/transpiled/react/Icons/Trash'
88import UINav from 'cozy-ui/transpiled/react/Nav'
@@ -22,7 +22,7 @@ export const Nav = () => {
2222 < UINav >
2323 < NavItem
2424 to = "/folder"
25- icon = { < Icon icon = { FolderIcon } /> }
25+ icon = { < Icon icon = { CloudIcon } /> }
2626 label = "drive"
2727 rx = { / \/ ( f o l d e r | n e x t c l o u d ) ( \/ .* ) ? / }
2828 clickState = { clickState }
You can’t perform that action at this time.
0 commit comments