| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(branding): do not reanimate branding on route change | Armand Philippot | 2023-12-16 | 1 | -1/+10 | 
| | | | | | | | | The branding animation should occurs only once. Since we're changing the heading from a h1 to a p and vice-versa, the CSS animation was retriggered. By using a ref to make sure it is the first render, we can prevent this behaviour. | ||||
| * | refactor(components): split Layout component in smaller components | Armand Philippot | 2023-11-22 | 1 | -0/+91 | 
| The previous component was too long and hardly readable. So I splitted it in different part and added tests. | |||||
