Lee Chase

Results 63 comments of Lee Chase
trafficstars

Sorry, yes just dismissed my own review which looked either in error or in haste. On mounting the panel raises 'cv:panel-mounted' to the header. The panel should hide it's children....

This appears to be due to a change in the styling of the bx--table-header-label in core carbon. You can revert that by using 'display: block' or use 'float: right' instead.

Not sure @RekiDunois. A start has been made on a Vue 3 implementation but it's nowhere near complete https://github.com/carbon-design-system/carbon-components-vue/tree/main/packages/v3 As Vue 3 is not currently a priority for the contributors...

@joshblack are you able to comment here? Or would you prefer an issue raised on the monorepo?

It would appear an update to the pagination component styling requires a tweak to the dom to cater for mobile sizes.

Frustrating that storybook does not yet work with Vue 3 https://github.com/storybookjs/storybook/issues/10654

> @lee-chase Storybook Vue 3 support is in preview as outlined at the end of that thread. Got it working thanks.

With regards to Vue 3 support. No firm plans or dates, depends on workload and Vue release dates. A final version of Vue 2 back-porting compatible features. There are a...

When the project was started the Vanilla components were the canonical implementation. Since then the Carbon team has indicated that the React version is the canonical implementation. I have largely...

Typescript is a possibility, although I believe the library could be updates to Support TS without being written in TS. I hope to find time before the new year to...