| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(build): replace paths aliases with relative paths | Armand Philippot | 2023-09-19 | 1 | -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. | ||||
| * | test: install and configure cypress | Armand Philippot | 2022-06-02 | 1 | -1/+1 |
| | | | | | I also configure Jest to avoid conflicts between Cypress and Jest. | ||||
| * | chore: replace Checkbox component with a BooleanField component | Armand Philippot | 2022-05-31 | 1 | -0/+60 |
| Checkbox and radio buttons are working the same way so I decided to group them in a same component. | |||||
