mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 11:09:14 +00:00
* Added version page for service pages * fixed loading issue for service version page * replaced custom drawer for showing version with antd component * Added unit tests for newly added components * removed the unnecessary prop used in DataModelVersion component * removed unnecessary props * moved common logic to utility function * added cypress tests for service version pages updated cypress for existing version pages to avoid name duplication issue * Moved import for service version page to lazy load * styling fixes and page title changes * updated localization files * worked on comments * fixed service details page import issue * fixed cypress * code optimization