mono
mono copied to clipboard
DB UX Design System Monorepo - Provides Design Tokens and components for Web UIs
We should evaluate to optimize (decrease) the run time of `lint:jscpd` npm script especially in the context of `lint staged`. Maybe we could e.g. somehow reduce the amount of tested...
Currently we're using a construct of a wrapping `div[role=group][aria-label]` HTML element for form groups like checkbox and radio element that we should replace by a `fieldset` and `legend` HTML structure...
Due to the introduction of `--only-changed` parameter, we should evaluate to optimize our pipelines (assumption: via `lint-staged`): https://github.com/microsoft/playwright/issues/15075#issuecomment-2249665368
## Proposed changes Some URLs we're pointing to another repository - [ ] check for further relevant file types out of https://gitattributes.io/api/visualstudiocode%2Cweb%2Cmarkdown, but read through https://rehansaeed.com/gitattributes-best-practices/ first of all ##...
### Which generators are impacted? - [X] All - [ ] HTML - [ ] React - [ ] Angular - [ ] Vue - [ ] Web components -...
we should either provide prominent links (e.g. within all of the READMEs) to the [Marketingportal](https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/db-ux-design-system/version-3/components) and/or our [GitHub hosted docs](https://db-ui.github.io/mono/review/main/) so that people are well aware of those entry points.
…empty) ## Proposed changes closes #2957 ## Types of changes - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) -...
## Proposed changes Link is corrected. Fixes #2930 ## Types of changes - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds...
### Which generators are impacted? - [X] All - [ ] HTML - [ ] React - [ ] Angular - [ ] Vue - [ ] Web components -...
We should identify [slow performance CSS selectors](https://x.com/jecfish/status/1819319733147119621?t=ogTDMjnu5-k5a1JRLuvoww) and optimize them. More information: - -