aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Footer
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-292-144/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-0/+1
| | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* chore: improve footerArmand Philippot2022-02-141-2/+10
| | | | | | The "Mentions légales" link was not enough visible on small viewports because of the back to top link. So I change the disposition to improve that.
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-2/+8
|
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-1/+1
|
* fix(back-to-top): set translate with percentageArmand Philippot2022-01-111-6/+5
| | | | | With px/rem, on zoom the arrow head is not positionned correctly. Using percentage fix this issue.
* refactor: improve button-like links stylesArmand Philippot2022-01-081-4/+5
| | | | | | | The goal was to replace the "read more articles about" links with button-like links to keep a certain consistence between buttons. The hasIcon variable was useless so I update some components and especially the back to top link.
* chore: ensure 100vh height and improve Header/Footer stylesArmand Philippot2022-01-081-3/+4
|
* chore: add a back to top linkArmand Philippot2022-01-042-0/+106
|
* chore: move toolbar size to global scopeArmand Philippot2021-12-201-1/+1
| | | | It allows me to manage footer padding on small viewports.
* chore: add footer navArmand Philippot2021-12-132-1/+12
|
* chore: change app to use a layoutArmand Philippot2021-12-131-0/+11
I can now insert header/footer on each pages.