mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-19 11:52:01 +00:00
# Pull Request Template ## Description Fixes https://linear.app/chatwoot/issue/CW-4726/filter-ui-design-is-broken-on-contacts-page ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## How Has This Been Tested? **Screenshots** **Before** <img width="744" height="237" alt="image" src="https://github.com/user-attachments/assets/3ebc53da-70a8-48b9-84fb-51f4b9a35de3" /> <img width="779" height="327" alt="image" src="https://github.com/user-attachments/assets/6cecb500-fb2e-4834-8d12-a66fb6d568e6" /> <img width="779" height="209" alt="image" src="https://github.com/user-attachments/assets/290b02d3-6845-4f24-88ce-3b081f81d5b5" /> **After** <img width="744" height="237" alt="image" src="https://github.com/user-attachments/assets/2dd15b1f-962b-45b4-8c83-ad286fde9c06" /> <img width="779" height="327" alt="image" src="https://github.com/user-attachments/assets/3442d0d4-82ac-4b0c-9e3a-657fb7c91b30" /> <img width="779" height="209" alt="image" src="https://github.com/user-attachments/assets/91a058fe-1334-4dee-8a24-c65b3df6e260" /> ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules