TheSisb
TheSisb
I've got a markercluster with labels that are noHide: true (always visible). Works really well so that when the markers are de-clustered the labels show up. I added a toggle...
Fixes Storybook hot reloading of Paste imports. Hot reloading worked when importing relative source files (i.e.: `import {Button} from '../src';` but failed when importing named packages (i.e.: `import {Button} from...
Taking over https://github.com/twilio-labs/paste/pull/2683 so that Github actions run properly.
I have a story that passes `onFocus={action('Focused')}` The component is an input element with `onFocus={this.onFocus}` ```js onFocus = e => { this.props.onFocus && this.props.onFocus(e.target); // App hangs. 'e' alone is...
This should hopefully fix CI flakes
WIP Adds several new components: - AIChatLog - AIChatLogger - useAIChatLogger - AIChatMessage - AIChatMessageContent - AIChatMessageMeta - AIChatMessageMetaItem More to come.
I went to great lengths to use a native scrollbar solution and style it such that I wouldn't need a pure JS built scrollbar. In order to achieve this, I...
Updated BiomeJS to latest version.
I had this idea to scroll to the selected row when the header is clicked on radio rowMarkers. Unfortunately the callback isn't fired for the rowMarker header cells. In fact,...
Despite the commit frequency, this library is still actively used by [our design system Paste](https://github.com/twilio-labs/paste) and our product teams. Browsers haven't changed substantially, and SVG as React components with the...