| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(hooks): rewrite useOnClickOutside hook | Armand Philippot | 2023-11-11 | 1 | -4/+6 |
| | | | | | | | | * remove `useCapture` parameter (it does not make sense to use bubbling here) * return a MutableRefObject instead of a RefObject to be able to test the hook | ||||
| * | refactor(components): rewrite Modal component | Armand Philippot | 2023-11-11 | 1 | -0/+99 |
| * add an optional close button * add an icon prop | |||||
