wave
wave copied to clipboard
Design System of FREE NOW
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...
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...
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); } .......
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...
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...
### 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...
## 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...
### 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...
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...
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...