TheSisb

Results 12 issues of 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...

Area: Storybook
Area: Components
Type: Tests
Area: Repo
🚀 merge it!
🕵🏻‍♀️ Run website visual regression

Taking over https://github.com/twilio-labs/paste/pull/2683 so that Github actions run properly.

Status: Do Not Merge
Area: Repo

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

Type: Documentation
Area: Doc Site
Area: Infrastructure
Status: Do Not Merge
size:L

WIP Adds several new components: - AIChatLog - AIChatLogger - useAIChatLogger - AIChatMessage - AIChatMessageContent - AIChatMessageMeta - AIChatMessageMetaItem More to come.

Area: Components
Type: Tests
Status: Do Not Merge
Area: Repo
Area: Core bundle

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...

Status: Blocked
Area: Components
Type: Tests
Status: Do Not Merge
size:XL

Updated BiomeJS to latest version.

Type: Documentation
Area: Doc Site
Area: Theme
Area: Components
Type: Tests
Status: Do Not Merge
Area: Repo
Area: Primitives

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...