aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/helpers/dates.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat(components): add a Time componentArmand Philippot2023-11-111-40/+0
| | | | | | 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.
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-1/+1
| | | | | | Using paths aliases starting with "@" can be confusing and can lead to conflict with existings modules. I prefer to use relative paths to avoid extra configuration in tools because of these aliases.
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-091-15/+0
| | | | | | The meta can have different layout. The previous implementation was not enough to easily change the layout. Also, I prefer to restrict the meta types and it prevents me to repeat myself for the labels.
* chore: fetch posts for rss feedArmand Philippot2022-05-021-0/+55