lucca-front
lucca-front copied to clipboard
documentation
In departments and establishments select, it could be useful to have a "My department/establishment" option, like we have Me in the user select. For multiple departments select, we could also...
We want to be able to browse the required fields without getting an error: - we don't want errors when ng-invalid and ng-touched are enabled; - we want errors when...
The usage of `!important` is not consistent between utilities class. We must be homogeneous and add it for all of them.
right now, in the date-select picker, dates that are not between min and max are disabled. its good enough when you want to restrict in a define period, but when...
For accessibility purpose, switch display: none to hidden=until-found to make hidden content searchable https://developer.chrome.com/blog/hidden-until-found/
Add accessibility on tab menu like this example : https://www.accede-web.com/notices/interface-riche/onglets/
## Description This PR adds a new input for phone numbers which makes use of [libphonenumber-js](https://www.npmjs.com/package/libphonenumber-js) to validate, parse and format phone numbers. It exposes: - The input itself. -...
LF 18.2
## Description ### Actions required to update #### Empty state title input To prevent browsers to generate native tooltip, `title` input was replaced by `heading`. Schematics: `ng g @lucca-front/ng:empty-state-title` (auto...
## Description Fix margins & icon color -----
For now, we provide the same message if the search filter provide no results and if there are no options available at all. We should divide this in two cases:...