-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added new team filter customisation options #51
Conversation
Thanks @harshilsharma63. Can you put this on a test server? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks perfect functionally @harshilsharma63.
A couple of small things:
- The radio button and label seem to be sticking to each other right now. There should be 8px of space between them.
![image](https://private-user-images.githubusercontent.com/14369607/350379891-c97438a8-b23d-42e4-9378-c6864749c223.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTI2NDEsIm5iZiI6MTczOTM1MjM0MSwicGF0aCI6Ii8xNDM2OTYwNy8zNTAzNzk4OTEtYzk3NDM4YTgtYjIzZC00MmU0LTkzNzgtYzY4NjQ3NDljMjIzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA5MjU0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIwNGVlZTJiNzU0NDBjMmE1N2NkZDkxZTY1Y2NmNTlkZGUzOGMxNWIzZmQ1ZmFjZDU3NGM0NTFlOTc4YWE1NjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.QC9WmkiV_YZZ74urTN5zy5-BPtdc3honW72WJ_xNU7Y)
- There is a slightly weird jumping behaviour when switching from
Send to everyone
and any of the other options. I was expecting everything below it to move up instead of redistributing the space between the fields. But I think that's difficult because we need to keep the total container height constant for the collapsing functionality so it is okay to keep this as is.
https://github.com/user-attachments/assets/43d1101c-a91d-4544-be55-fc58e641e980
@abhijit-singh I've fixed those those UI now and have updated the plugin on test server. |
Thanks @harshilsharma63! Looks good! Just one more tiny thing that I noticed today — the field label is not aligned with the first radio button. We can add a margin of 9px above the input options to align them. ![]() |
@abhijit-singh done. |
Summary
Added more control to how team filters work.
![Screenshot 2024-07-18 at 4 14 32 PM](https://private-user-images.githubusercontent.com/18575143/349925166-fe2c950d-b9ed-425a-81cb-87eca97aabd4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTI2NDAsIm5iZiI6MTczOTM1MjM0MCwicGF0aCI6Ii8xODU3NTE0My8zNDk5MjUxNjYtZmUyYzk1MGQtYjllZC00MjVhLTgxY2ItODdlY2E5N2FhYmQ0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA5MjU0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJkODVjM2RhM2JhOWE4YjI3NzgwNjA3YzI4YTAxODZiOTY1YTRmNjA3NzcyOGFmYTU1MzA3ZThmZThlY2Q1NzkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.dUVp-cLlQlE0txZvxKqM6yIvxruWEtcko0S6OgYT4eM)
Ticket Link
Fixes - https://mattermost.atlassian.net/browse/MM-59564