Nicolas Merget

Results 70 comments of Nicolas Merget

https://github.com/marketplace/actions/lighthouse-ci-action or https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/getting-started.md#prerequisites

I tested with lighthouse ci, and it takes very long in the CI. Currently, we only need the accessibility feature which is provided by axe-core, which is already in our...

The tool won't generate a better Changelog: ![image](https://github.com/db-ui/mono/assets/104347736/d7ce8b49-76f8-427a-96ca-3a79dab6ee6c) They refer to other [changelog generators](https://github.com/release-it/release-it/blob/main/docs/changelog.md). If we want to use a changelog tool we could use https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli. But this would lead...

Our implementation looks like this: ```` onMount(() => { state._id = props.id || 'input-' + uuid(); state._dataListId = props.dataListId || `datalist-${uuid()}`; }); onUpdate(() => { if (state._id) { state._messageId =...

It's a UX requirement: We shouldn't provide only a green border or a green icon without any text, because it can be overseen pretty easily. For more information ask our...

@bruno-sch is it only in vue or can we reproduce it [here](https://db-ui.github.io/mono/review/main/components/button/overview)?

> @nmerget yes, this bug can be reproduced in any framework or just by using html + css. If I open https://db-ui.github.io/mono/review/main/components/button/overview and change it in the dom nothing happens

This issue could be tricky... https://adrianroselli.com/2020/10/dialog-focus-in-screen-readers.html

Will be solved in https://github.com/db-ui/mono/pull/1897

Currently, we only support 3 levels. We should consider if we want to disable more levels, add a warning in the console or something else.