livepeer / livepeer/studio

Replace `react-tooltip` component with the `Tooltip` component from `@livepeer/design-system`

Open
#1,333 0 comments 0 reactions 1 assignee View on GitHub

@danielapassos is already working on this.

Since Oct 20, 2022.

  • #1433 by @danielapassos — closed without merging
type: tech debt
Dominant language
TypeScript
Stars
88
Forks
37
PR merge metrics
No merged PRs in 30d

Description

The dashboard currently uses [`react-tooltip`](https://www.npmjs.com/package/react-tooltip) for tooltips. Our design system has a tooltip component that we should be using in its place.

Usage example:
```js
import { Tooltip } from '@livepeer/design-system'

This has a tooltip


```

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.