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

We should alway import a size to our icons contained in components in order to prevent product override on `--icon-size` / `--icon-sizeDefault`.

👥 UI
:bookmark::bug: FIX
🟢 P3

![image](https://github.com/LuccaSA/lucca-front/assets/25581936/1728ea1c-1395-4a66-a34a-774ade46c83f) - Phone number component should be named `lu-phone-number-input` and use `luInput` - It must usable in a form field (including label, tooltip, inline message, inline message state generic options),...

👥 Front
:bookmark::sparkles: Feature
🙏 External

The module name shown in Prisme is `'@lucca-front/ng/user-popover'`, which doesn't exist. `'@lucca-front/ng/popup-employee'` is used instead. It should either be corrected in the documentation, or renamed in the component to better...

👥 Front
:hammer: Technical
:book: Documentation changes

We currently don't provide options to override components breakpoints, which can be restrictive during product development. We should come with a generic configuration approach to help product teams to deal...

👥 UI
:bookmark::sparkles: Feature

- [ ] Refactor Calendar (18.3) - [ ] Plug new Calendar in current Date picker (18.3) - [ ] User new Calendar to create Range picker (18.4?) https://www.figma.com/design/JSyQnokoPszxSYAvu5DNz1/Date-Range-picker?node-id=9-1305&t=tg4hPqd6qfsmj26m-1 ![image](https://github.com/LuccaSA/lucca-front/assets/25581936/a2e615f9-2227-4d34-94fa-68c7004c87f4)

👥 Front
👥 UI
:bookmark::sparkles: Feature

## 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 A few improvements for responsive requests. ----- `$max` is replaced by `$inverted`, which makes more sense for requests with two breakpoints. (No breaking.) `$between` is replaced by `$inside`,...

:bookmark::sparkles: Feature

We need to replace the aria-label with an aria-hidden + u-mask I think.

👥 Accessibility

For [Disclosure](https://prisme.lucca.io/94310e217/p/64c8d8-callout/b/4669a1/t/page-64c8d8-82774209-4669a1-4) and [Popover](https://prisme.lucca.io/94310e217/p/64c8d8-callout/b/4669a1/t/page-64c8d8-82774412-4669a1-7) Callouts, the `CalloutFeedbackItemDescriptionDirective` needs to be imported as well: ```javascript import { CalloutComponent [, CalloutDisclosureComponent, CalloutFeedbackItemDescriptionDirective] [, CalloutPopoverComponent, CalloutFeedbackItemDescriptionDirective] } from '@lucca-front/ng/callout'; ```

:hammer: Technical
:book: Documentation changes
🔰 Good first issue

When viewed on narrow viewports, the content will be minimum `calc(25rem + var(--spacings-XXS) * 2)` wide. Could a `clamp` or a `min-width` with variables be used? The properties at the...

👥 UI