Skip to content
Extraits de code Groupes Projets
Valider f2ba7295 rédigé par Mohamed Lemine BAILLAHI's avatar Mohamed Lemine BAILLAHI
Parcourir les fichiers

Merge branch 'feature/IA-376' into 'develop'

Fixer Button Retour

Closes IA-376

See merge request !92
parents 441970c0 7368d20b
Branches
Étiquettes
1 requête de fusion!92Fixer Button Retour
Pipeline #20532 réussi avec les étapes
in 7 minutes et 35 secondes
......@@ -720,30 +720,35 @@ export function FileManagerView() {
<Tab label="Liste" value="list" />
<Tab label="Grid" value="grid" />
</Tabs>
{currentFolderId && (
<Box sx={{ gap: 2, flexShrink: 0 }}>
{currentFolderId && (
<Button
onClick={handleBack}
variant="outlined"
startIcon={<ArrowBackIosNewIcon />}
size="small"
sx={{
mt: 2,
mb: 2,
borderRadius: 2,
textTransform: 'none',
boxShadow: 1,
color: 'primary.main',
borderColor: 'primary.main',
'&:hover': {
boxShadow: 4,
backgroundColor: (theme) => theme.palette.action.hover,
},
}}
>
Retour
</Button>
onClick={handleBack}
variant="outlined"
size="small"
sx={{
mt: 2,
mb: 2,
mx: 2,
width: 25,
height: 25,
minWidth: 25,
borderRadius: '50%',
boxShadow: 1,
color: 'primary.main',
borderColor: 'primary.main',
padding: 0,
'&:hover': {
boxShadow: 4,
backgroundColor: (theme) => theme.palette.action.hover,
},
}}
>
<ArrowBackIosNewIcon fontSize="inherit" />
</Button>
)}
<Box sx={{ gap: 2, flexShrink: 0 }}>
{view === "list" ? (
<Tooltip title="Sélectionner colonnes" arrow>
<Button
......
0% ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter