Flavien Normand

Results 36 issues of Flavien Normand

## 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. -...

👥 Front
:bookmark::sparkles: Feature
🔴 P1
:book: Documentation changes
:triangular_ruler: Angular wrapper

## Description Having both prettier and @angular-eslint configs for template formatting was causing conflicts and issues in the result template. Removing the angular-eslint part from settings fixed that, as well...

:hammer: Technical

## Description The comment component is used to display comments or discussions on blocks Each block is composed of informations about the author (`avatar`, a `TemplateRef` and `authorName`, a `PortalContent`...

👥 Front
💥 Breaking change
:bookmark::sparkles: Feature
:book: Documentation changes
:triangular_ruler: Angular wrapper
🎨 Design sync

## Description Functional description for the changelog. Keep an empty line under your text, as well as the 5 lines that follow it. ----- Optionally, technical or more in-depth description...

👥 Front
👥 Accessibility
:bookmark::sparkles: Feature
:book: Documentation changes

## Description Functional description for the changelog. Keep an empty line under your text, as well as the 5 lines that follow it. ----- Optionally, technical or more in-depth description...

👥 Front
:hammer: Technical
:book: Documentation changes

## Description Using `ng g @lucca-front/ng:lu-icon` migrates your HTML icons into shiny new `lu-icon`s. Examples: Input: ```html CloseFermer ``` Output: ```html Fermer ``` ----- Optionally, technical or more in-depth description...

👥 Front
:bookmark::sparkles: Feature
:hammer: Technical

When using a filter pill with a nested input (like a wrapped lu-simple-select), the filter pill mode doesn't activate at all, resulting in the select being just a normal select...

## Description We're aiming for a 19.0 release as first version for prisme so we don't have to merge this too fast. The goal for this is to setup prisme...

:hammer: Technical
:book: Documentation changes

## Description We were using the icon input for `mod-iconless` class trigger, meaning that if icon was `null`, we had the class active, thus removing the said icon. ----- Optionally,...

I'm creating a roguelike game which, like most roguelikes, I'm using procedural generation to create my maps (a combination of cellular automata, Random walk and Perlin Noise), which, in my...