Skip to content

Commit

Permalink
Add baseline to HDViewpoint section
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Jan 25, 2024
1 parent 9749b72 commit 7238413
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const DetailsMedias: React.FC<DetailsMediasProps> = ({
TitleTag === 'h2' ? 'text-Mobile-H1 desktop:text-H2' : 'text-Mobile-C1 desktop:text-H4',
)}
>
<ViewPointIcon size={34} />
<ViewPointIcon size={40} />
<FormattedMessage id="viewPoint.title" />
{asAccordion && (
<button
Expand Down Expand Up @@ -78,10 +78,13 @@ export const DetailsMedias: React.FC<DetailsMediasProps> = ({
</button>
)}
</TitleTag>
<p className="text-lg desktop:mt-6">
<FormattedMessage id="viewPoint.description" />
</p>
<ul
id={id}
className={cn(
'flex desktop:flex-col gap-4 text-Mobile-C1 desktop:text-P1 mt-4 desktop:mt-8 pb-5 desktop:pb-0 overflow-x-auto desktop:overflow-x-hidden overflow-y-hidden desktop:overflow-y-auto scroll-smooth snap-x',
'flex desktop:flex-col gap-4 text-Mobile-C1 desktop:text-P1 mt-4 pb-5 desktop:pb-0 overflow-x-auto desktop:overflow-x-hidden overflow-y-hidden desktop:overflow-y-auto scroll-smooth snap-x',
!isOpen && 'hidden',
)}
>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/translations/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
"viewPoint": {
"title": "Fotos HD",
"label": "Foto HD",
"description": "Navegueu per imatges enriquides i interactives \"ultra alta definició\"",
"credit": "Crèdit fotogràfic :",
"displayPicture": "Navega per la foto"
},
Expand Down
1 change: 1 addition & 0 deletions frontend/src/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
"viewPoint": {
"title": "HD-Fotos",
"label": "HD-Foto",
"description": "Navigieren Sie durch angereicherte, interaktive \"ultrahochauflösende\" Bilder",
"credit": "Fotogutschrift:",
"displayPicture": "Foto durchsuchen"
},
Expand Down
1 change: 1 addition & 0 deletions frontend/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@
"viewPoint": {
"title": "HD pictures",
"label": "HD picture",
"description": "Navigate through enriched, interactive \"ultra High Definition\" pictures",
"credit": "Picture credit:",
"displayPicture": "Display picture"
},
Expand Down
1 change: 1 addition & 0 deletions frontend/src/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
},
"viewPoint": {
"title": "Fotos HD",
"description": "Navegue por imágenes enriquecidas e interactivas de \"ultra alta definición\"",
"label": "Foto HD",
"credit": "Crédito de la foto:",
"displayPicture": "Examinar foto"
Expand Down
1 change: 1 addition & 0 deletions frontend/src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@
"viewPoint": {
"title": "Images HD",
"label": "Image HD",
"description": "Naviguez dans des images \"très haute définition\" enrichies et interactives",
"credit": "Crédit image :",
"displayPicture": "Afficher l'image"
},
Expand Down
1 change: 1 addition & 0 deletions frontend/src/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
"viewPoint": {
"title": "Foto HD",
"label": "Foto HD",
"description": "Navigare attraverso immagini arricchite e interattive ad \"altissima definizione\"",
"credit": "Credito foto:",
"displayPicture": "Sfoglia foto"
},
Expand Down

0 comments on commit 7238413

Please sign in to comment.