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

Rename service, write documentation and merge it in Prisme's Dialog page.

💥 Breaking change
:hammer: Technical
:book: Documentation changes

## Problem My dialog data model : ```typescript export interface MyDialogData { customParam1: number customParam2: boolean } ``` My component : ```typescript @Component({ ..., providers: [MyDialogStore], }) export class MyDialogComponent...

:bookmark::sparkles: Feature

A token for deactivated elements/texts would certainly be welcome.

https://github.com/LuccaSA/lucca-front/blob/9c8aa69d9da13ee330f44fd4e29f24870f88a781/packages/scss/src/components/indexTable/mods.scss#L147 @BertrandPodevin : I’m wondering why each cell is forced to start at column 1. Maybe I’m missing something, but should we make this a `var(--components-indexTable-cell-colum-start, auto)` to allow alignment...

## Description * optionKey is mandatory on ApiDirectives ----- This will need to be rebased on RC once #2949 is merged and rc is up-to-date with master. Only [this commit](https://github.com/LuccaSA/lucca-front/pull/2950/commits/d961ce992234366c917d7550e14e1e3ca13d118c)...

💥 Breaking change
:hammer: Technical
:book: Documentation changes

## Description Add chatbox layout for the Comment component ![image](https://github.com/LuccaSA/lucca-front/assets/65592565/ae600f33-ceef-4d2c-83f2-a15ab54a5049) [Figma](https://www.figma.com/design/CVCTTj29ofwdSwIyHE9CnS/Ligne-directe-(PEng)?node-id=701-80&t=nNXPzA4tju0lf0sS-0) ![image](https://github.com/LuccaSA/lucca-front/assets/65592565/d84b6cbf-42c7-44a0-8011-dbd107ec8a29) closes #2923 ----- Optionally, technical or more in-depth description for reviewers. Keep an empty line under your text,...

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

- [ ] Reset max width to default 1200 - [ ] Change its max width depending on whether or not a compact navigation bar is present - [ ]...

Longs words can trigger overflow : ![image](https://github.com/LuccaSA/lucca-front/assets/65592565/17c21487-6570-4a04-8e68-0cc4999a1fb4) It should also be great to add more customization to the comment component : - White / product 100 background for messages -...

:bookmark::sparkles: Feature
:bookmark::bug: FIX

`aria-expanded` should be updated to `false` right after popover is closed. It's currently updated after user hover component. ![chrome_zYHRp6A5E2](https://github.com/LuccaSA/lucca-front/assets/25581936/45ceafea-9511-4d4e-a903-132d0010ffe0)

👥 Front
:bookmark::bug: FIX
🟢 P3