| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(hooks): remove useSettings hook | Armand Philippot | 2023-11-15 | 1 | -2/+2 |
| | | | | | | | | It does not make sense to re-export an existing object through a hook. On some pages both the hook and the object was imported... It is better to use the CONFIG (previously settings) object directly and by doing it we avoid potential errors because of conditional hooks. | ||||
| * | feat(components): add a Time component | Armand Philippot | 2023-11-11 | 1 | -0/+39 |
| Instead of using helpers functions to format the date each time we need to use a time element, it makes more sense to create a new component dedicated to this task. | |||||
