mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 05:26:19 +00:00
* add new activity feed card component according to the new designs * add new localization values * replace the old ActivityFeedCardV1 component with the new ActivityFeedCardV2 delete unused components * add the delete and edit options for the feeds * move new activity feed card component to a common folder * Refactor activity feed header to implement new backend changes * Refactor activity feed header to implement new backend changes * Add DescriptionFeed component to show feed info for description changes * Improve getFeedChangeOperationLabel util function * Fix activity feed card styling to remove text primary color on hover * Refactor code for ActivityFeedCardV2 component and add new test case feed components * Update localization files for test status pluralization * Update cardStyle enum values in thread.json schema * Update feed header messages * Update localization files for feed headers * Update feed body to display asset details for entityCreated, entityDeleted and entitySoftDeleted * Update localization files for soft-deleted-lowercase translation * Add tags feed component show feeds related to tags * Update localization files for added and removed entity translations * Refactor TagsFeed component to remove unnecessary code * - Send Actual Field Name * - Add json Type in one thread.json * added feed support for customProperty * localization keys * fix sonar issue * changes made as per comments * localization keys * fix feed message not coming up * testCaseFeed fix * localizaion keys added * removed action button on system generated feed * fix redirect link for alerts feed * fix the classification and glossary feed card icon * fix the classification icon and card ui overflow * minor fix * changes as per comments --------- Co-authored-by: Ashish Gupta <ashish@getcollate.io> Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>