Thibault Mahe

Results 15 comments of Thibault Mahe

Hi @GaspardMathon @lauthieb @7studio @romuleald @Tlahey , I keep you updated on this PR. Fell free to answer, review or even ignore this message ;) I pushed a new commit...

Hi @7studio, thanks for your suggestion. Indeed I didn't know that the role `tablist` removes the list quality of the `ul`. The thread you shared is really informative on the...

Hello @Tlahey, you are right, thanks for being vigilant! This security should also be enforced, at least, with the corresponding eslint rule for [Svelte](https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-target-blank/), [Vue](https://eslint.vuejs.org/rules/no-template-target-blank.html) and [React](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-no-target-blank.md). Could you make...

Regarding last commit on "harmonize showcases", here some context : - The SVG takes the size of its given `width` and `height` properties (if provided), or the size of its...

Thanks for your reviews @lauthieb @Tlahey, I made some changes accordingly: - progressbar's animation is now made with a custom property set on the HTML/JSX, and the variable is then...

Last commit fixes: - removing "unset" value set on component. The default value is then directly managed by the CSS. cc @Tlahey - visually hide the indicator stroke when the...

Hi there, did you try exluding your plugin ? ``` { resolve: `gatsby-plugin-graphql-codegen`, options: { documentPaths: [ './src/**/*.{ts,tsx}', './.cache/fragments/*.{js,ts}', '../../node_modules/gatsby!(*source-contentful)/**/*.{js,ts}', ], }, }, ```

@GaspardMathon @lauthieb I commited some code for a new demo to discuss, with some fixes and tabpanels. I'm available to discuss this, but feel free to revert the whole commit...

@GaspardMathon @lauthieb @7studio @romuleald I converted this PR to draft since there are still some changes to make Feel free to reopen when the PR is ready for review again....

I made some fixes for the CSS demo and examples since we need it now. if it is ok with you I'll merge as is and then reopen the issue...