-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug 🐛 ]: Filter chips lacks width for longer values #7018
Comments
@Bonapara, what are your views on this ? Among these approaches, is anyone good for implementing or a new approach. |
Hi @harshit078! Thanks for raising the issue. In V1, we should make the filter block horizontally scrollable. (Reset & Save button should not be included in the scroll) CleanShot.2024-09-13.at.16.15.30.mp4 |
Can i take this up? |
Hi @rajeshkrishnait, I am currently working on the solution. If I can't get to a solution, then you can surely take it up . |
## Description Closes twentyhq#7018 - When given longer values, filter chips break-spaces and lack sufficient width - As a result, a design overhaul is given to `StyledBar` and `StyledChipcontainer` components. ## Before - on Desktop <img width="1575" alt="Screenshot 2024-09-15 at 1 19 00 AM" src="https://github.com/user-attachments/assets/f8464c35-01f5-4ad8-8af9-839cd8fa779d"> - On mobile viewport <img width="436" alt="Screenshot 2024-09-15 at 1 19 26 AM" src="https://github.com/user-attachments/assets/8ca3e56f-691f-4064-9886-26d561710d61"> <img width="430" alt="Screenshot 2024-09-15 at 1 19 54 AM" src="https://github.com/user-attachments/assets/3250a19c-f10e-48ac-98a8-f836da0ce53e"> ## After - On desktop <img width="1575" alt="Screenshot 2024-09-15 at 1 20 41 AM" src="https://github.com/user-attachments/assets/0cd08c83-3261-495d-8b63-3f8c4f7fe802"> - On mobile viewport <img width="435" alt="Screenshot 2024-09-15 at 1 25 38 AM" src="https://github.com/user-attachments/assets/ad5d309c-f34f-4001-87bc-96915e9ad484"> https://github.com/user-attachments/assets/0b4ff758-3b6e-4bd5-8247-6b096fa7d1c0 --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
Bug Description
Before Behaviour
Expected behavior
Approach 1 -
Screen.Recording.2024-09-13.at.4.53.40.PM.mov
Approach 2-
The text was updated successfully, but these errors were encountered: