Closed mehdi-torabiv closed 3 months ago
The recent changes focused on updating the @mui/material
library version in package.json
and enhancing the TcRolesAutoComplete
and TcUsersAutoComplete
components. The enhancements include the addition of a new filterOptions
function to improve option filtering and adjustments to how usernames are displayed.
File Path | Change Summary |
---|---|
package.json | Updated @mui/material version from 5.10.13 to 5.11.6 . |
.../announcements/create/privateMessaageContainer/TcRolesAutoComplete.tsx | Added new filterOptions function for option filtering. |
.../announcements/create/privateMessaageContainer/TcUsersAutoComplete.tsx | Added filterOptions prop and adjusted rendering of option.username . |
In code we trust, a change so neat,
MUI updated, not missing a beat.
Autocomplete now filters right,
Users and roles, clear in sight.
A rabbit's joy, in lines so tight,
Code enhanced, future bright! 🌟🐇
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
TcRolesAutoComplete
andTcUsersAutoComplete
components.Refactor