lucca-front
lucca-front copied to clipboard
documentation
Rename service, write documentation and merge it in Prisme's Dialog page. As a non breaking first step, we could only create an alias with the right name and deprecate old...
## Problem My dialog data model : ```typescript export interface MyDialogData { customParam1: number customParam2: boolean } ``` My component : ```typescript @Component({ ..., providers: [MyDialogStore], }) export class MyDialogComponent...
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)...
## Description Add chatbox layout for the Comment component  [Figma](https://www.figma.com/design/CVCTTj29ofwdSwIyHE9CnS/Ligne-directe-(PEng)?node-id=701-80&t=nNXPzA4tju0lf0sS-0)  closes #2923 ----- Optionally, technical or more in-depth description for reviewers. Keep an empty line under your text,...
- [ ] 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 :  It should also be great to add more customization to the comment component : - White / product 100 background for messages -...
`aria-expanded` should be updated to `false` right after popover is closed. It's currently updated after user hover component. 