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

- [ ] Checked + Big - [ ] Checked + Current - [ ] Dash line - [ ] Palette success (?) ![image](https://user-images.githubusercontent.com/25581936/221827479-31e8ade8-2631-4844-98e7-6e393494c05d.png) ![image](https://user-images.githubusercontent.com/25581936/221827402-f9752584-9a43-4d07-a200-e469e9a46e01.png)

👥 UI
:bookmark::sparkles: Feature

![image](https://user-images.githubusercontent.com/15925617/231726125-bae849b7-6394-4969-9962-ee69ffdeba53.png)

👥 Front
:bookmark::sparkles: Feature

![image](https://user-images.githubusercontent.com/10089239/75333006-a1670780-5885-11ea-8ba7-b906d5b7611c.png)

👥 UI

https://github.com/LuccaSA/lucca-front/blob/8e92ffba275cc8503f165bcb408a70a052528eff/packages/ng/libraries/modal/src/lib/modal-panel.component.ts#L97 The labels displayed in modals footers are not updated if setted in the modal's component `ngOnInit` method Example: ```ts @Component({ selector: 'app-test-dialog', template: 'Hello world' }) export class TestDialogComponent...

👥 Front
:bookmark::bug: FIX

When using `popoverPosition=after` we loose "automatic" popover alignement. In the following screenshot, the popover should align with bottom. ![image](https://user-images.githubusercontent.com/12662533/86150953-63614500-bafe-11ea-8d12-6ae0bba8c6da.png)

👥 Front
:bookmark::bug: FIX
🟠 P2

The user tile component set a `word-break: break-all;` on `user.info`. This properties should never be used because it's 1) super ugly and 2) a cheap way to manage overflow ![image](https://user-images.githubusercontent.com/65592565/144583645-be8d1bd3-d1b1-4419-92a1-97ec2a543001.png)

👥 UI
:bookmark::bug: FIX

The `lu-department-select` dropdown does not seem to be opened in the right direction the first time it is opened. Here is an example where the dropdown's direction is Down even...

👥 Front
:bookmark::bug: FIX

Calendar buttons do not have a type, which prevents the component from being loaded into a form. you should add a `type="button"` to them. It would also be necessary to...

👥 UI
👥 Accessibility

The calendar should be structured in a table to allow the user to move by weeks and days.

👥 UI
👥 Accessibility

It could be interesting to let teams add custom values to `$colors` & `$colorsRgb` in _config.scss_

👥 UI
:bookmark::sparkles: Feature