| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(toolbar): add missing animation on medium and large devices | Armand Philippot | 2022-06-09 | 1 | -0/+4 | 
| | | |||||
| * | fix(media-queries): use pixel based media queries | Armand Philippot | 2022-06-09 | 1 | -1/+4 | 
| | | | | | | | | | Everything was working fine with Firefox but it seems Chromium still has issues with `em` unit in media queries. The toolbar modals (search, settings and also main nav) was not displaying correctly on small devices. Some styles was missing. By switching to pixels based media queries, the bug seems fixed. | ||||
| * | fix(settings): avoid cropped tooltip on small devices | Armand Philippot | 2022-06-09 | 1 | -62/+20 | 
| | | | | | | | I changed the settings disposition to make tooltip positioning easier. Jest complains about ref passed but everything seems to work as expected so I'm not sure it is relevant. Maybe a bug with cloneElement. | ||||
| * | chore: replace the toggle component | Armand Philippot | 2022-06-01 | 1 | -1/+1 | 
| | | |||||
| * | chore: add branding animation | Armand Philippot | 2022-05-18 | 1 | -1/+15 | 
| | | |||||
| * | chore: add a Layout component | Armand Philippot | 2022-04-22 | 1 | -1/+5 | 
| | | | | | It defines the different components used by all other layouts. | ||||
| * | chore: add a Toolbar component | Armand Philippot | 2022-04-14 | 1 | -0/+80 | 
