ui icon indicating copy to clipboard operation
ui copied to clipboard

✨ Buffer's UI Components library and Style Guide✨

Results 14 ui issues
Sort by recently updated
recently updated
newest added

Icon UI component https://bufferapp.github.io/ui/#/ui/ui/icon Can we have color prop for Icons? Because that will help the users to manipulate the Icon by colors along with size, title, and verticalAlign. We...

The jest library is failing to find test matches for testing. ![Screenshot (51)](https://user-images.githubusercontent.com/53038576/188943113-e080b387-b1e8-409c-930d-2d72e9917233.png) Even though the .spec.js and .test.js files are present under the src directory ![Screenshot (53)](https://user-images.githubusercontent.com/53038576/188944088-3c78e6eb-390f-46b3-a432-5f832120d5cc.jpg) Maybe there...

### Issue Including the `Icon/index.js` file encourages importing all icons through a single path: ```js import { Unknown, Negative } from '@bufferapp/ui/Icon'; ``` Using this approach may feel easier, but...

enhancement
dependencies

The Select doesn't scroll properly in Safari. The whole page scrolls when you try to scroll inside the select with your keyboard: https://share.buffer.com/rRuoeYXq This isn't the case in Chrome or...

bug

Hy guys i was checking codebase, i find for some functions code readability is less like one of example below i think it can be resolved using IIFE , should...

I've recently noticed that `Modal` component's experience might be improved a bit. Without a `closeButton` prop modal can be dismissed with an escape button but only if it's pressed within...

As a user I can open a link in another tab So that continue browsing the styleguide All external links seems broken because there is an extra `https://bufferapp.github.io/ui/#/ui/` __before__ the...

## Description `found 109 vulnerabilities (106 low, 3 high)` ## Screenshot ![image](https://user-images.githubusercontent.com/6130520/106667464-91b07280-656e-11eb-83c7-c5bcfa5fec3e.png) ## Steps to reproduce 1. Fork repo 1. Use [node version from travis.yml](https://github.com/bufferapp/ui/blob/a51e2622a1eb739a3dd2f1a0f571b1f6f3f50fc7/.travis.yml#L3-L4) (`lts/*` AKA `fermium` AKA `v14.15.4`)...

## Description It feels like a huge area of growth and opportunity for us is to research best practices on how well known packages and UI libraries are packaged and...

After finishing [Removing CommonJS](https://github.com/bufferapp/ui/issues/237), investigate why we can't use tree shaking. Things to note: pay attention to src/components/index.js and to the way we generate icons.

scoping