Rafael Sepeda
Rafael Sepeda
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...
- `@freenow/wave` version: version: 1.16.0 ### Description 1. The compact version should have NULL left/right padding. In implementation the spacing is `spacing-2` 16px 2. The spacing between the header and...
- `@freenow/wave` version: 1.16.0 ### Description? In the implementation everything is top aligned. By design the content needs to be centered vertically in the header. Both in collapsed version and...
Thanks a lot for the great job and for pushing this topic forward. Really cool to finally have **semantic colors** live, especially in the documentation 📚. In order to make...