wave icon indicating copy to clipboard operation
wave copied to clipboard

Design System of FREE NOW

Results 115 wave issues
Sort by recently updated
recently updated
newest added

During the workshop in Barcelona, we decided to e2e test our components. The can be behavioral tests, screenshot tests (e.g. for icons), accessibility etc... We need to evaluate which tools...

conversation needed

In **GAME** and **Admin panel** we use a sidebar for navigation. Originally the sidebar in both tools was the same, but some time ago we improved it in **GAME**. I...

conversation needed

Currently in code for rows with Zebra style we [use a hardcoded color value](https://github.com/freenowtech/wave/blob/main/src/components/Table/components/TableRow.tsx): ``` const zebraStyles = (active, hover) => css` &:nth-child(even) { background-color: rgb(249, 250, 251); } .......

conversation needed

Our current banner has some problems because it is full width: often it covers important parts of the UI including navigation. We can improve it by just making it a...

conversation needed

To keep the design system and the designs in Figma in sync as well as maintaining a clear structure of which colors are used where, we want to add semantic...

enhancement

### Describe the feature you'd like Currently Wave exposes a lot of icons which should accept a [`title`](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title) for accessibility purposes, but the `IconProps` are not expecting this `title`. The...

enhancement
a11y

## Describe the feature you'd like Since at the moment, we have a "live" version of the documentation, it would be great to write a version when components and properties...

documentation

### Describe the feature you'd like Currently the `Text` component accepts a `secondary` prop which adjusts it's color to indicate secondary information. Since in our semantic colors we already have...

enhancement
conversation needed

After deprecating the "block" property and replacing it with the more generic "width" property, we now want to remove the old property for the next major release and update the...

breaking change
released on @next

As a result of the discussion #212 The new major should rely on the new React Engine. That means we need to change the minimum required version of react in...

breaking change