* Added cypress for soft delete and entity edit actions check flow
* added cypress tests for teams page for soft deletion flow
* fixed entity deleting without entering confirmation text
* localization changes for other languages
* added cypress changes for delete widget confirmation text check
* fixed delete text retaining after closing modal
* refactored the cypress for soft delete flow to
* renamed the files according to the naming convention
* worked on comments and cypress test improvements
* fixed failing cypress
* fixed TagsAddRemove spec
* test code improvements
* moved util functions to appropriate files
reference type cypress comment fix
* replaced react router Link component with anchor tag
* Delete widget code refactoring
* fixed issue with child assets not updating correctly after soft deletion of database, database schema and service pages
* Fixed cypress imports
* Fixed delete modal input value retaining issue
* fixed import issue in dataQualityTest
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* feat(ui): add support for callout in block editor
* remove margin
* use variables for colors
* center align the text
* chore(ui): improve styling and icons
* fixed athena query duration
* change second to millisecond from ui side
* added cypress support
* converted duration to millis
* supported milli second duration and change cypress
* minor change
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* fixed schemaSearch and dataModelVersion cypress
* fixed tags not updating after addition and deletion of tags
* fixed null value coming in the dashboard name field for search API
* fixed bug on service list page
* fix: allow removing assets from assets tab
* fix: localization
* fix: glossary trim issue and permission fix
* fix: asset removal on domain and glossary term
* fixed persona name showing instead of the display name on the customizable landing page
* worked on comments
* added empty catch block for consistency
* worked on comments
* Added soft delete option for services
* disabled edit actions for deleted entities
fixed code smells
code refactoring
* added loading icon in restore entity modal while API call is pending
* fixed code smells
* localization changes
* changes to make actions disabled for deleted entities
* fixed code smell
* changes to limit actions for soft deleted teams
* localization changes
* added deleted badge for soft deleted teams
* Fixed unit tests
* improved delete modal functionality
limited actions for deleted tables on profiler tab
* fixed failing unit tests
* added missing up vote and down vote functionality for search Index entities
* updated the logic to show display name if available in search suggestions
* fixed custom properties settings page bug
added soft delete limitations for container and search index custom property tab
* fixed unit tests
* fixed bugs on table details page and container details page
* Fixed bug on team details page
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>