Skip to content

Commit

Permalink
Minor visual improvements
Browse files Browse the repository at this point in the history
Signed-off-by: BOUTIER Charly <charly.boutier@rte-france.com>
  • Loading branch information
BOUTIER Charly committed Dec 6, 2023
1 parent 7e05ec1 commit e3d2bfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
14 changes: 1 addition & 13 deletions src/components/TopBar/AboutDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,26 +246,14 @@ const AboutDialog = ({
<CircularProgress size="1rem" />
</Fade>
</Box>
<Divider />
<Box
sx={{
'.MuiListItemIcon-root': {
minWidth: '2rem',
},
}}
>
<List
dense={true}
subheader={
<ListSubheader
component="div"
id="details-list-subheader"
>
<FormattedMessage id="about-dialog/details-list" />
</ListSubheader>
}
aria-labelledby="details-list-subheader"
>
<List dense={true}>
<ListItemButton
onClick={() =>
setOpenAdditionalComponents((prev) => !prev)
Expand Down
3 changes: 1 addition & 2 deletions src/components/translations/top-bar-en.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ const top_bar_en = {
'about-dialog/alert-running-old-version-msg':
'Running old version.\nSave your work and refresh the application to load the latest version.',
'about-dialog/license': 'License',
'about-dialog/details-list': 'Details',
'about-dialog/components-section': 'Modules:',
'about-dialog/components-section': 'Modules details',
'about-dialog/git-version': 'Tag',
};

Expand Down
3 changes: 1 addition & 2 deletions src/components/translations/top-bar-fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ const top_bar_fr = {
'about-dialog/alert-running-old-version-msg':
"Ancienne version de l'application.\nVeuillez sauvegardez votre travail et rafraîchir l'application pour charger la dernière version",
'about-dialog/license': 'Licence',
'about-dialog/details-list': 'Détails',
'about-dialog/components-section': 'Modules :',
'about-dialog/components-section': 'Détails des modules',
'about-dialog/git-version': 'Tag',
};

Expand Down

0 comments on commit e3d2bfc

Please sign in to comment.