mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 20:06:19 +00:00

* Changed how entity details are shown in 'My Data' and 'Following' tabs on user details page * Changed how team assets are shown similar to explore page * removed isUndefined as isEmpty will cover that * - Renamed 'GlossaryTermAssets' interface to 'AssetsDataType' to use it commonly and made the required changes for where it was used - Code optimisation to reuse repeated code blocks - Localization changes for 'UserPage' * - Code optimisation by using common util functions - Localization changes for 'TeamsPage' and 'TeamDetailsV1' - Fixed spelling mistakes