lucca-front icon indicating copy to clipboard operation
lucca-front copied to clipboard

documentation

Results 159 lucca-front issues
Sort by recently updated
recently updated
newest added

`EmptyState` title font-size (and line-height) is currently tied to it's semantic level (h1, h2, h3...). It should not be the case : the `font-size` should always be `--sizes-L-fontSize` or `var(--sizes-XXL-fontSize)`...

:bookmark::bug: FIX

Few improvements are required on textfield: - Remove prefix & suffix border (without any interaction changes) - Add a mod to align text on right ![Frame 6 (1)](https://github.com/LuccaSA/lucca-front/assets/25581936/c4085afd-d763-44a9-9db7-e002953de25a)

👥 UI
:bookmark::sparkles: Feature

When using the ``, if a size isn't provided with its `@Input`, the [`mod-${this.size}`] class is actually a mod-undefined. A way to avoid this might be to set a defaultValue...

:bookmark::bug: FIX
🔰 Good first issue

![image](https://github.com/LuccaSA/lucca-front/assets/25581936/81054abe-3035-4749-8179-4b1c0752faa3) This displayer is used in a lot of cases. Having a parameter to cover this display would be a great help. Maybe a `displayer="counter"` ?

👥 Front
:bookmark::sparkles: Feature
🔺High priority

Clearer should be defined as false by default in the Angular story to fit with the guideline

👥 UI
:book: Documentation changes

## Description Add multiple users param on LuUserDisplayPipe N.B. Usage with single user param remains the same ----- Examples : - In template: `{{ users | luUserDisplay: { format: 'LF',...

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

## Description Add a shareable stylelint config package for Lucca Front. ----- * It extends sensible rules provided by existing configurations. * A documentation on how to install, configure and...

:bookmark::sparkles: Feature
:hammer: Technical

## Description - skeleton header - skeleton text field ----- Optionally, technical or more in-depth description for reviewers. Keep an empty line under your text, as well as the 5...

:bookmark::sparkles: Feature
:book: Documentation changes

## Problem In some projects, there's a need for icons before they are effectively added to LF, or the project in question is a bit late on the library's version...

👥 Front
:bookmark::sparkles: Feature

Clear button should be on left of spinning buttons.

:bookmark::bug: FIX